-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
module: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in developmenttopic: discussionFor discussionFor discussiontopic: typingTyping related issuesTyping related issues
Description
Currently the type constraints for onnx functions in the generated OpSchemas are hand specified (e.g. TReal etc.). Since the graph in a function is fully defined, we may be able to generate the type constraints as well (using some graph algorithms) and automatically update/correct the type annotations in the function definitions.
Metadata
Metadata
Assignees
Labels
module: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in developmenttopic: discussionFor discussionFor discussiontopic: typingTyping related issuesTyping related issues