Searched refs:inputs_to_lifted_custom_objs (Results 1 – 3 of 3) sorted by relevance
22 inputs_to_lifted_custom_objs = ep.graph_signature.inputs_to_lifted_custom_objs61 elif node.args[2].name in inputs_to_lifted_custom_objs:63 inputs_to_lifted_custom_objs[node.args[2].name]
349 def inputs_to_lifted_custom_objs(self) -> Mapping[str, str]: member in ExportGraphSignature
215 elif node.name in edge_program.graph_signature.inputs_to_lifted_custom_objs: