/aosp_15_r20/external/pytorch/torch/_dynamo/repro/ |
H A D | after_aot.py | 635 def run_node(self, n): member in repro_analyze.WriterInterp 652 def run_node(self, n): member in repro_analyze.ExactReaderInterp 675 def run_node(self, n): member in repro_analyze.ReaderInterp
|
/aosp_15_r20/external/pytorch/torch/fx/passes/ |
H A D | fake_tensor_prop.py | 35 def run_node(self, n: Node): member in FakeTensorProp
|
H A D | shape_prop.py | 143 def run_node(self, n : Node) -> Any: member in ShapeProp
|
H A D | reinplace.py | 58 def run_node(self, node: Node): member in _FunctionalizationMetadataProp
|
/aosp_15_r20/external/executorch/exir/verification/ |
H A D | arg_validator.py | 44 def run_node(self, n: torch.fx.Node) -> None: member in EdgeOpArgValidator
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | normalize.py | 44 def run_node(self, n: Node) -> Any: member in NormalizeArgs
|
H A D | symbolic_shapes.py | 5492 def run_node(self, n: torch.fx.Node): member in PropagateUnbackedSymInts
|
/aosp_15_r20/external/pytorch/torch/_export/passes/ |
H A D | constant_folding.py | 110 def run_node(self, node): member in ConstantFolder
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | pattern_matcher.py | 1045 def run_node(self, node: torch.fx.Node) -> Any: member in ReplacementPatternEntry.replace_with_graph.Replacer 1804 def run_node(self, n: torch.fx.Node) -> Any: member in fx_to_pattern.Converter 1965 def run_node(self, old_node: torch.fx.Node) -> torch.fx.Node: member in clone_graph.CopyGraph
|
H A D | constant_folding.py | 133 def run_node(self, node: torch.fx.Node) -> Any: member in ConstantFolder
|
H A D | graph.py | 1174 def run_node(self, n: torch.fx.Node): member in GraphLowering
|
H A D | loop_body.py | 39 def run_node(self, n: torch.fx.Node) -> Any: member in InterpreterShim
|
H A D | ir.py | 7935 def run_node(self, n: torch.fx.Node) -> Any: member in InterpreterShim
|
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/ |
H A D | distributed.py | 206 def run_node(self, n: Node) -> Any: member in SubmodCompiler
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | compilers.py | 129 def run_node(self, n): member in DebugInterpreter
|
H A D | fx_minifier.py | 38 def run_node(self, n): member in ConcreteProp
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | fx_onnx_interpreter.py | 392 def run_node( member in FxOnnxInterpreter
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | interpreter.py | 186 def run_node(self, n : Node) -> Any: member in Interpreter
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | pass_base.py | 238 def run_node(self, n: torch.fx.Node) -> Argument: member in _ExportPassBaseDeprecatedDoNotUse.ExportInterpreter
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/passes/ |
H A D | type_promotion.py | 1611 def run_node(self, node: torch.fx.Node) -> Any: member in _TypePromotionInterpreter
|
/aosp_15_r20/external/executorch/exir/emit/ |
H A D | _emitter.py | 1437 def run_node(self, n: torch.fx.Node) -> None: member in _Emitter
|
/aosp_15_r20/external/executorch/exir/ |
H A D | pass_base.py | 376 def run_node(self, n: torch.fx.Node) -> Argument: member in _ExportPassBase.ExportInterpreter
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | eval_frame.py | 949 def run_node(self, n): member in FlattenInputOutputSignature
|
H A D | utils.py | 1879 def run_node(tracer, node, args, kwargs, nnmodule): function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_fx.py | 1902 def run_node(self, n : Node) -> Any: member in TestFX.test_interpreter_run_node_override.RunNodeInterpreter
|