Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddump_graph_test.cc43 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass_test.cc82 VLOG(3) << graph->ToGraphDefDebug().DebugString(); in BuildXlaOps()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc125 const auto& debug_str = graph->graph.ToGraphDefDebug().DebugString(); in TF_GraphDebugString()
8361 VLOG(1) << "Output graph: " << graph->graph.ToGraphDefDebug().DebugString(); in AddDatasetFunctionAndIteratorNodesToGraph()
8437 << graph->graph.ToGraphDefDebug().DebugString(); in TF_MakeFileBasedIteratorGetNextWithDatasets()
8450 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_DequeueNamedTensor()
8490 << session->graph->graph.ToGraphDefDebug().DebugString(); in TF_EnqueueNamedTensor()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h567 GraphDef ToGraphDefDebug() const;
Dgraph.cc628 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
Dgraph_constructor_test.cc164 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc786 node->name(), " Graph: ", (*g)->ToGraphDefDebug().DebugString()); in OptimizeGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc896 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()