Home
last modified time | relevance | path

Searched defs:run_node (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_aot.py635 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 Dfake_tensor_prop.py35 def run_node(self, n: Node): member in FakeTensorProp
H A Dshape_prop.py143 def run_node(self, n : Node) -> Any: member in ShapeProp
H A Dreinplace.py58 def run_node(self, node: Node): member in _FunctionalizationMetadataProp
/aosp_15_r20/external/executorch/exir/verification/
H A Darg_validator.py44 def run_node(self, n: torch.fx.Node) -> None: member in EdgeOpArgValidator
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dnormalize.py44 def run_node(self, n: Node) -> Any: member in NormalizeArgs
H A Dsymbolic_shapes.py5492 def run_node(self, n: torch.fx.Node): member in PropagateUnbackedSymInts
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py110 def run_node(self, node): member in ConstantFolder
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py1045 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 Dconstant_folding.py133 def run_node(self, node: torch.fx.Node) -> Any: member in ConstantFolder
H A Dgraph.py1174 def run_node(self, n: torch.fx.Node): member in GraphLowering
H A Dloop_body.py39 def run_node(self, n: torch.fx.Node) -> Any: member in InterpreterShim
H A Dir.py7935 def run_node(self, n: torch.fx.Node) -> Any: member in InterpreterShim
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddistributed.py206 def run_node(self, n: Node) -> Any: member in SubmodCompiler
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompilers.py129 def run_node(self, n): member in DebugInterpreter
H A Dfx_minifier.py38 def run_node(self, n): member in ConcreteProp
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Dfx_onnx_interpreter.py392 def run_node( member in FxOnnxInterpreter
/aosp_15_r20/external/pytorch/torch/fx/
H A Dinterpreter.py186 def run_node(self, n : Node) -> Any: member in Interpreter
/aosp_15_r20/external/pytorch/torch/_export/
H A Dpass_base.py238 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 Dtype_promotion.py1611 def run_node(self, node: torch.fx.Node) -> Any: member in _TypePromotionInterpreter
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py1437 def run_node(self, n: torch.fx.Node) -> None: member in _Emitter
/aosp_15_r20/external/executorch/exir/
H A Dpass_base.py376 def run_node(self, n: torch.fx.Node) -> Argument: member in _ExportPassBase.ExportInterpreter
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Deval_frame.py949 def run_node(self, n): member in FlattenInputOutputSignature
H A Dutils.py1879 def run_node(tracer, node, args, kwargs, nnmodule): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py1902 def run_node(self, n : Node) -> Any: member in TestFX.test_interpreter_run_node_override.RunNodeInterpreter

12