We ran in to an issue where a onnx-based InferenceModel did not contain any output-shape information for onnx models with dynamic output shapes. This change fixes this issue by specifying to not ignore output shapes before building the InferenceModel.
Description of Changes
We ran in to an issue where a onnx-based
InferenceModel
did not contain any output-shape information for onnx models with dynamic output shapes. This change fixes this issue by specifying to not ignore output shapes before building theInferenceModel
.