Searched defs:ToGraphDef (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ | ||
D | graph_def_builder.cc | 67 Status GraphDefBuilder::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::GraphDefBuilder |
D | graph.cc | 624 void Graph::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::Graph |
D | graph_partition_test.cc | 205 const GraphDef& ToGraphDef() { in ToGraphDef() function in tensorflow::__anon8c703d150111::GraphPartitionTest |
D | testlib.cc | 526 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); } in ToGraphDef() function |
/external/tensorflow/tensorflow/cc/framework/ | ||
D | scope.cc | 309 Status Scope::ToGraphDef(GraphDef* gdef) const { in ToGraphDef() function in tensorflow::Scope |
/external/tensorflow/tensorflow/core/common_runtime/ | ||
D | function.cc | 1849 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() function |