Searched defs:call_map (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/exir/passes/ | ||
H A D | spec_prop_pass.py | 112 def call_map( member in SpecPropPass |
H A D | dynamic_shape_prop_pass.py | 171 def call_map( member in DynamicShapePropPass |
/aosp_15_r20/external/pytorch/torch/_export/ | ||
H A D | pass_base.py | 363 def call_map( member in _ExportPassBaseDeprecatedDoNotUse |
/aosp_15_r20/external/executorch/exir/ | ||
H A D | pass_base.py | 500 def call_map( member in _ExportPassBase |
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ | ||
H A D | builtin.py | 1566 def call_map(self, tx: "InstructionTranslator", fn, *seqs): member in BuiltinVariable |