Searched refs:ToGraphDefDebug (Results 1 – 8 of 8) sorted by relevance
43 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
82 VLOG(3) << graph->ToGraphDefDebug().DebugString(); in BuildXlaOps()
125 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()
567 GraphDef ToGraphDefDebug() const;
628 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
164 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
786 node->name(), " Graph: ", (*g)->ToGraphDefDebug().DebugString()); in OptimizeGraph()
896 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()