Home
last modified time | relevance | path

Searched defs:output_graph (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dtransitive_fanin_test.cc68 GraphDef output_graph; in TEST_F() local
87 GraphDef output_graph; in TEST_F() local
108 GraphDef output_graph; in TEST_F() local
130 GraphDef output_graph; in TEST_F() local
H A Dtransitive_fanin.cc95 GraphDef* output_graph, in SetTransitiveFaninGraph()
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dfreeze_graph.py79 output_graph, argument
289 output_graph, argument
H A Dstrip_unused_lib.py89 def strip_unused_from_files(input_graph, input_binary, output_graph, argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_graph_to_mlir_pass.cc130 Graph* output_graph = graph->get(); in RunOnGraph() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py1724 def check_pt2_compliant_op(output_graph, kind, target, args, kwargs): argument
1800 self, output_graph, parent=None, export_root=False, source_target=None argument
H A Dguards.py2198 output_graph=None, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_static_runtime.py149 def output_graph(a, b, c, iters: int): function
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtensor.py1115 def evaluate_expr(self, output_graph=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc1414 Status ConstantFolding::FoldMergeNode(NodeDef* node, GraphDef* output_graph) { in FoldMergeNode()
1506 Status ConstantFolding::FoldNode(NodeDef* node, GraphDef* output_graph, in FoldNode()
H A Dfunction_optimizer.cc1212 GraphDef* output_graph) { in InlineFunctionCalls()