onnxruntime_go/test_data/example_network_results.json
yalue 75e3434f7e Initial commit
- Sets up the onnxruntime environment, but doesn't load or run networks
   yet.

 - The things builds and run on Windows.

 - Still working on getting the Linux (arm64 for now) test to work.
2023-01-28 13:49:33 -05:00

22 lines
311 B
JSON

{
"input_shape": [
1,
1,
4
],
"flattened_input": [
0.19473445415496826,
0.9139836430549622,
0.7043011784553528,
0.7685686945915222
],
"output_shape": [
1,
1,
2
],
"flattened_output": [
2.581585645675659,
0.6283518075942993
]
}