Crate onnx_shape_inference

Source
Expand description

ONNX Shape inference helper binding.

Resources used to implement:

  • https://github.com/onnx/onnx/blob/master/onnx/cpp2py_export.cc#L295

Enums§

Error
Error type.

Functions§

shape_inference
Infers model shapes.
shape_inference_proto
Infers model shapes accepting and returning protocol buffers model.