Files
ezkl/examples/onnx/max/input.json
2023-05-18 15:24:52 +01:00

31 lines
523 B
JSON

{
"input_data": [
[
0.047658026,
0.04991783,
0.05888891,
0.045548785,
0.058044095,
0.020247573,
0.07025584,
0.037048895,
0.068500765,
0.010797709,
0.030872935,
0.016657853
]
],
"input_shapes": [
[
1,
3,
2,
2
]
],
"output_data": [
[
0.0703125
]
]
}