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

Method single_use_scope

tensorflow/cc/framework/scope_internal.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 string GetNameForOp(const string& default_name) const;
90
91 bool single_use_scope() const { return scope_used_ != nullptr; }
92
93 // The graph, status, and name maps are shared by all child scopes
94 // created from a single 'root' scope. A root scope is created by calling the

Callers 3

GetUniqueNameForOpMethod · 0.80
WithOpNameImplMethod · 0.80
GetCompositeOpScopesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected