Searched refs:ToGraphDefDebug (Results 1 – 12 of 12) sorted by relevance
57 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()
83 VLOG(3) << graph->ToGraphDefDebug().DebugString(); in BuildXlaOps()
861 std::cout << "Graph is " << (*g).ToGraphDefDebug().DebugString() in TEST_F()943 std::cout << "Graph is " << (*g).ToGraphDefDebug().DebugString() in TEST_F()
45 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
176 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()
473 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()
618 GraphDef ToGraphDefDebug() const;
682 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
1045 " Graph: ", optimized_graph->ToGraphDefDebug().DebugString()); in OptimizeGraph()
854 VLOG(4) << DebugString(graph->ToGraphDefDebug()); in InstantiateMultiDevice()885 optimized_subgraph->ToGraphDefDebug()); in InstantiateMultiDevice()
172 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
937 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()