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.cc521 void Graph::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::Graph
Dgraph_partition_test.cc204 const GraphDef& ToGraphDef() { in ToGraphDef() function in tensorflow::__anone4aeb8090111::GraphPartitionTest
Dtestlib.cc511 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); } in ToGraphDef() function
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc252 Status Scope::ToGraphDef(GraphDef* gdef) const { in ToGraphDef() function in tensorflow::Scope
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1351 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() function