[][src]Crate onnx_shape_inference

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.