Home
last modified time | relevance | path

Searched defs:ToGraphDef (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.cc67 Status GraphDefBuilder::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::GraphDefBuilder
Dgraph.cc624 void Graph::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::Graph
Dgraph_partition_test.cc205 const GraphDef& ToGraphDef() { in ToGraphDef() function in tensorflow::__anon8c703d150111::GraphPartitionTest
Dtestlib.cc526 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); } in ToGraphDef() function
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc309 Status Scope::ToGraphDef(GraphDef* gdef) const { in ToGraphDef() function in tensorflow::Scope
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1849 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() function