Searched refs:DumpGraphDefToFile (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | tfg_optimizer_hook.cc | 114 tensorflow::DumpGraphDefToFile( in Optimize() 163 tensorflow::DumpGraphDefToFile( in Optimize()
|
H A D | meta_optimizer.cc | 816 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 D | tfrt_graph_execution_state.cc | 109 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 D | dump_graph.cc | 224 string DumpGraphDefToFile(const string& name, GraphDef const& graph_def, in DumpGraphDefToFile() function 261 return DumpGraphDefToFile(name, graph_def, dirname); in DumpGraphToFile()
|
H A D | dump_graph.h | 42 string DumpGraphDefToFile(const string& name, GraphDef const& graph_def,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition.cc | 1256 DumpGraphDefToFile(strings::StrCat("partition_", it.first, "_", in Partition()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | process_function_library_runtime.cc | 996 DumpGraphDefToFile( in InstantiateMultiDevice()
|