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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing annotation for parameter 'self' from (self, transformed: 'TFloat', normalization: 'int', forward: 'bool', dims: 'Sequence[int]') -> 'TFloat'. Treating as an Input. pkg.onnxscript.torch_lib::_fftn_onnx_normalization(transformed: TFloat, normalization: INT, forward: INT, dims: INTS) -> (TFloat) where TFloat=FLOAT | DOUBLE | FLOAT16 named_inputs {'transformed': SymbolicTensor('anonymous:14127244800', type=None, shape=None, producer=anonymous_node:14140623440, index=0)} named_attrs {'normalization': SymbolicTensor('anonymous:14127245520', type=None, shape=None, producer=anonymous_node:14127149168, index=0), 'forward': 1, 'dims': True}
The text was updated successfully, but these errors were encountered:
Fix function signature generation when param is not annotated (#176)
98d6e72
Previously the parameter was not added to the signature. Fixes #175
justinchuby
Successfully merging a pull request may close this issue.
Missing annotation for parameter 'self' from (self, transformed: 'TFloat', normalization: 'int', forward: 'bool', dims: 'Sequence[int]') -> 'TFloat'. Treating as an Input.
pkg.onnxscript.torch_lib::_fftn_onnx_normalization(transformed: TFloat, normalization: INT, forward: INT, dims: INTS) -> (TFloat) where TFloat=FLOAT | DOUBLE | FLOAT16
named_inputs {'transformed': SymbolicTensor('anonymous:14127244800', type=None, shape=None, producer=anonymous_node:14140623440, index=0)}
named_attrs {'normalization': SymbolicTensor('anonymous:14127245520', type=None, shape=None, producer=anonymous_node:14127149168, index=0), 'forward': 1, 'dims': True}
The text was updated successfully, but these errors were encountered: