Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce OpSignature accessible from the `.op_signature` property of all OpLike objects (traced function, onnx function and op). The OpSignature class leverages the IR to represent the signature of an operator, preserving ordering of all inputs and provides easy to work with type representations. The PR also deprecates the ParamSchema class and properties. Fixes #1697 The next PR will replace param_schemas usage.
- Loading branch information