Home
last modified time | relevance | path

Searched refs:DumpGraphDefToFile (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dtfg_optimizer_hook.cc114 tensorflow::DumpGraphDefToFile( in Optimize()
163 tensorflow::DumpGraphDefToFile( in Optimize()
H A Dmeta_optimizer.cc816 DumpGraphDefToFile( in OptimizeGraph()
842 DumpGraphDefToFile( in OptimizeGraph()
854 DumpGraphDefToFile( in OptimizeGraph()
1301 DumpGraphDefToFile( in OptimizeConsumeItem()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc109 DumpGraphDefToFile("before_generate_resource_shared_name_graph_def", in PreprocessGraph()
117 DumpGraphDefToFile("after_generate_resource_shared_name_graph_def", in PreprocessGraph()
193 DumpGraphDefToFile("before_eliminate_ref_variables_graph_def", graph_def); in CreatePrunedGraph()
422 DumpGraphDefToFile("before_pruning", graph_def); in CreateOptimizedGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc224 string DumpGraphDefToFile(const string& name, GraphDef const& graph_def, in DumpGraphDefToFile() function
261 return DumpGraphDefToFile(name, graph_def, dirname); in DumpGraphToFile()
H A Ddump_graph.h42 string DumpGraphDefToFile(const string& name, GraphDef const& graph_def,
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition.cc1256 DumpGraphDefToFile(strings::StrCat("partition_", it.first, "_", in Partition()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.cc996 DumpGraphDefToFile( in InstantiateMultiDevice()