Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
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()
Dbuild_xla_ops_pass_test.cc83 VLOG(3) << graph->ToGraphDefDebug().DebugString(); in BuildXlaOps()
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()
/external/tensorflow/tensorflow/core/util/
Ddump_graph_test.cc45 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc176 const auto& debug_str = graph->graph.ToGraphDefDebug().DebugString(); in TF_GraphDebugString()
238 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_DequeueNamedTensor()
278 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_EnqueueNamedTensor()
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc473 GraphDef graph_def = fbody->graph->ToGraphDefDebug(); in HashFunction()
528 GraphDef this_graph_def = this_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
532 GraphDef that_graph_def = that_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h618 GraphDef ToGraphDefDebug() const;
Dgraph.cc682 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc1045 " Graph: ", optimized_graph->ToGraphDefDebug().DebugString()); in OptimizeGraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc854 VLOG(4) << DebugString(graph->ToGraphDefDebug()); in InstantiateMultiDevice()
885 optimized_subgraph->ToGraphDefDebug()); in InstantiateMultiDevice()
Dgraph_constructor_test.cc172 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc937 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()