Home
last modified time | relevance | path

Searched refs:inputs_to_lifted_custom_objs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/export/
H A D_remove_effect_tokens_pass.py22 inputs_to_lifted_custom_objs = ep.graph_signature.inputs_to_lifted_custom_objs
61 elif node.args[2].name in inputs_to_lifted_custom_objs:
63 inputs_to_lifted_custom_objs[node.args[2].name]
H A Dgraph_signature.py349 def inputs_to_lifted_custom_objs(self) -> Mapping[str, str]: member in ExportGraphSignature
/aosp_15_r20/external/executorch/backends/arm/
H A Dprocess_node.py215 elif node.name in edge_program.graph_signature.inputs_to_lifted_custom_objs: