Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_def_builder.cc67 Status GraphDefBuilder::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::GraphDefBuilder
H A Dgraph.cc746 void Graph::ToGraphDef(GraphDef* graph_def) const { in ToGraphDef() function in tensorflow::Graph
H A Dgraph_partition_test.cc206 const GraphDef& ToGraphDef() { in ToGraphDef() function in tensorflow::__anonee5466a20111::GraphPartitionTest
H A Dtestlib.cc527 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); } in ToGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_utils.cc298 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope.cc309 Status Scope::ToGraphDef(GraphDef* gdef) const { in ToGraphDef() function in tensorflow::Scope