Searched refs:ToGraphDefDebug (Results 1 – 15 of 15) 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()
185 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()
537 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()
45 graph.ToGraphDefDebug().AppendToString(&written); in TEST()
79 absl::StrContains(graph.ToGraphDefDebug().ShortDebugString(), "\"n2\"")); in TEST()
112 ConvertGraphDefToGraph({}, graph->ToGraphDefDebug(), graph_to_run)); in ConstructDistributedInitializationGraph()
484 VLOG(4) << "Current graphdef: " << g->ToGraphDefDebug().DebugString(); in InlineFunctionBody()851 VLOG(4) << "Final graph: " << g->ToGraphDefDebug().DebugString(); in InlineFunctionBody()
969 VLOG(4) << DebugString(graph->ToGraphDefDebug()); in InstantiateMultiDevice()1000 optimized_subgraph->ToGraphDefDebug()); in InstantiateMultiDevice()
172 return graph_.ToGraphDefDebug().DebugString(); in GraphDebugString()
648 GraphDef ToGraphDefDebug() const;
750 GraphDef Graph::ToGraphDefDebug() const { in ToGraphDefDebug() function in tensorflow::Graph
1442 " Graph: ", optimized_graph->ToGraphDefDebug().DebugString()); in OptimizeGraph()
932 << DebugString(output->ToGraphDefDebug()); in BuildAndReplace()