MCPcopy 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

25namespace tensorflow {
26
27Scope::Scope(Impl* impl) : impl_(impl) {}
28
29Scope::Scope(const Scope& other) : impl_(new Impl(*other.impl())) {}
30

Callers 5

test_basicMethod · 0.45
test_copy_fromMethod · 0.45
test_copy_ofMethod · 0.45
test_referencedMethod · 0.45
TESTFunction · 0.45

Calls 1

implMethod · 0.45

Tested by 5

test_basicMethod · 0.36
test_copy_fromMethod · 0.36
test_copy_ofMethod · 0.36
test_referencedMethod · 0.36
TESTFunction · 0.36