MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ToGraphDef

Method ToGraphDef

tensorflow/cc/framework/scope.cc:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309Status Scope::ToGraphDef(GraphDef* gdef) const {
310 if (!ok()) {
311 return *impl()->status_;
312 }
313 graph()->ToGraphDef(gdef);
314 return Status::OK();
315}
316
317Status Scope::ToGraph(Graph* g, GraphConstructorOptions opts) const {
318 if (ok()) {

Callers 11

TEST_FFunction · 0.45
ToGraphMethod · 0.45
CreateGraphDefFunction · 0.45
BuildSimpleGraphFunction · 0.45
BuildDoubleQueueGraphFunction · 0.45
TESTFunction · 0.45
CreateGraphDefFunction · 0.45

Calls 1

graphFunction · 0.85

Tested by 9

TEST_FFunction · 0.36
CreateGraphDefFunction · 0.36
BuildSimpleGraphFunction · 0.36
BuildDoubleQueueGraphFunction · 0.36
TESTFunction · 0.36