Skip to content
New issue

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

Unannotated input does not show up in the signature #175

Closed
Tracked by #84
justinchuby opened this issue Sep 2, 2024 · 0 comments · Fixed by #176
Closed
Tracked by #84

Unannotated input does not show up in the signature #175

justinchuby opened this issue Sep 2, 2024 · 0 comments · Fixed by #176
Assignees
Labels
bug Something isn't working

Comments

@justinchuby
Copy link
Owner

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}

@justinchuby justinchuby added the bug Something isn't working label Sep 2, 2024
@justinchuby justinchuby self-assigned this Sep 2, 2024
justinchuby added a commit that referenced this issue Sep 2, 2024
Previously the parameter was not added to the signature. Fixes
#175
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant