HomeSort by relevance Sort by last modified time
    Searched defs:GetGraphDef (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.cc 89 const GraphDef& HloTfGraphBuilder::GetGraphDef() const { return graph_def_; }
  /external/tensorflow/tensorflow/contrib/tensorrt/segment/
segment_test.cc 32 bool GetGraphDef(TF_Graph* graph, tensorflow::GraphDef* graph_def);
50 bool SegmentTest::GetGraphDef(TF_Graph* graph,
111 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
155 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
210 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
267 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
337 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
  /external/tensorflow/tensorflow/c/
c_test_util.cc 340 bool GetGraphDef(TF_Graph* graph, tensorflow::GraphDef* graph_def) {

Completed in 246 milliseconds