Files
onnxruntime_go/test_data/example_several_inputs_and_outputs.onnx
Nathan d7e65a16dc Add API for getting inputs and output info from .onnx file
- Added the GetInputOutputInfo() and GetInputOutputInfoWithONNXData()
   functions, which return a list of input and output names, shapes, and
   types for a .onnx file.
2024-01-06 09:57:44 -05:00

7.7 KiB