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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.h 35 const tensorflow::GraphDef& GetGraphDef() const;
hlo_tfgraph_builder_test.cc 73 GraphDef graph_def = generator_.GetGraphDef();
100 GraphDef graph_def = generator_.GetGraphDef();
112 GraphDef graph_def = generator_.GetGraphDef();
131 GraphDef graph_def = generator_.GetGraphDef();
153 GraphDef graph_def = generator_.GetGraphDef();
179 EXPECT_GT(generator_.GetGraphDef().node_size(), 0);
hlo_tfgraph_builder.cc 89 const GraphDef& HloTfGraphBuilder::GetGraphDef() const { return graph_def_; }
hlo_graph_dumper.cc     [all...]
  /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.h 100 bool GetGraphDef(TF_Graph* graph, tensorflow::GraphDef* graph_def);
c_api_function_test.cc     [all...]
c_test_util.cc 340 bool GetGraphDef(TF_Graph* graph, tensorflow::GraphDef* graph_def) {
c_api_test.cc 521 ASSERT_TRUE(GetGraphDef(graph, &graph_def));
558 ASSERT_TRUE(GetGraphDef(graph, &graph_def2));
    [all...]

Completed in 128 milliseconds