We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infershape is not very useful if the input shapes are symbolics (dynamic shapes). If the user can set input shapes, it's more powerful:
infershape
The setup should be optional, and can extend to all the tensors in the model (excluding shape op related).
Interface should be something like below.
onnx infershape path/to/input/model.onnx path/to/output/model.onnx --tensor-shape t1:[d0,d1] t2:[d0,d1,d3]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
infershape
is not very useful if the input shapes are symbolics (dynamic shapes). If the user can set input shapes, it's more powerful:The setup should be optional, and can extend to all the tensors in the model (excluding shape op related).
Interface should be something like below.
The text was updated successfully, but these errors were encountered: