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

Method graph

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

Source from the content-addressed store, hash-verified

288bool Scope::ok() const { return impl()->status_->ok(); }
289
290Graph* Scope::graph() const { return impl()->graph_.get(); }
291
292std::shared_ptr<Graph> Scope::graph_as_shared_ptr() const {
293 return impl()->graph_;

Callers 13

TF_FinishWhileHelperFunction · 0.45
createMethod · 0.45
createMethod · 0.45
ConcatGradHelperFunction · 0.45
ConstHelperFunction · 0.45
ConstFunction · 0.45
CreateMergeFunction · 0.45
CreateCondFunction · 0.45
CreateBodyFunction · 0.45
BuildWhileLoopFunction · 0.45
GetReachableNodesMethod · 0.45
InitializeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected