You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deserialize operator args even if operator wasn't found
Summary:
Today when de-serializing a graph if the operator is not found we just return the fake operator without any args or kwargs. This doesn't work for the SDK visualization purpose as we need to render the graph with all the connections.
In order to support this only for EXIR targeted serialization i'm adding support for deserializing operators (their inputs and outputs) without any schema
Reviewed By: angelayi
Differential Revision: D48258339
fbshipit-source-id: 7601c76c6ada2cc01fdfeadbba6814f40c9275a9
0 commit comments