Home
last modified time | relevance | path

Searched refs:ToGraphDefDebug (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dintroduce_floating_point_jitter_pass_test.cc57 VLOG(1) << graph->ToGraphDefDebug().DebugString(); in TEST()
98 VLOG(1) << graph->ToGraphDefDebug().DebugString(); in TEST()
134 VLOG(1) << graph->ToGraphDefDebug().DebugString(); in TEST()
167 VLOG(1) << graph->ToGraphDefDebug().DebugString(); in TEST()
H A Dbuild_xla_ops_pass_test.cc83 VLOG(3) << graph->ToGraphDefDebug().DebugString(); in BuildXlaOps()
H A Dextract_outside_compilation_pass_test.cc861 std::cout << "Graph is " << (*g).ToGraphDefDebug().DebugString() in TEST_F()
943 std::cout << "Graph is " << (*g).ToGraphDefDebug().DebugString() in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental.cc185 const auto& debug_str = graph->graph.ToGraphDefDebug().DebugString(); in TF_GraphDebugString()
247 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_DequeueNamedTensor()
287 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_EnqueueNamedTensor()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dhash_utils.cc537 GraphDef graph_def = fbody->graph->ToGraphDefDebug(); in HashFunction()
599 GraphDef this_graph_def = this_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
603 GraphDef that_graph_def = that_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph_test.cc45 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/
H A Dgraph_transform_wrapper_test.cc79 absl::StrContains(graph.ToGraphDefDebug().ShortDebugString(), "\"n2\"")); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_global_init.cc112 ConvertGraphDefToGraph({}, graph->ToGraphDefDebug(), graph_to_run)); in ConstructDistributedInitializationGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.cc484 VLOG(4) << "Current graphdef: " << g->ToGraphDefDebug().DebugString(); in InlineFunctionBody()
851 VLOG(4) << "Final graph: " << g->ToGraphDefDebug().DebugString(); in InlineFunctionBody()
H A Dprocess_function_library_runtime.cc969 VLOG(4) << DebugString(graph->ToGraphDefDebug()); in InstantiateMultiDevice()
1000 optimized_subgraph->ToGraphDefDebug()); in InstantiateMultiDevice()
H A Dgraph_constructor_test.cc172 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h648 GraphDef ToGraphDefDebug() const;
H A Dgraph.cc750 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc1442 " Graph: ", optimized_graph->ToGraphDefDebug().DebugString()); in OptimizeGraph()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond.cc932 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()