Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Scope
Method
Scope
tensorflow/cc/framework/scope.cc:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace tensorflow {
26
27
Scope::Scope(Impl* impl) : impl_(impl) {}
28
29
Scope::Scope(const Scope& other) : impl_(new Impl(*other.impl())) {}
30
Callers
5
test_basic
Method · 0.45
test_copy_from
Method · 0.45
test_copy_of
Method · 0.45
test_referenced
Method · 0.45
TEST
Function · 0.45
Calls
1
impl
Method · 0.45
Tested by
5
test_basic
Method · 0.36
test_copy_from
Method · 0.36
test_copy_of
Method · 0.36
test_referenced
Method · 0.36
TEST
Function · 0.36