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

Method WithControlDependencies

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

Source from the content-addressed store, hash-verified

427}
428
429Scope Scope::WithControlDependencies(
430 const gtl::ArraySlice<Operation>& control_deps) const {
431 return Scope(
432 new Impl(*this, Impl::Tags::ControlDeps(),
433 std::vector<Operation>(control_deps.begin(), control_deps.end()),
434 /* clear_control_deps */ false));
435}
436
437Scope Scope::WithControlDependencies(const Output& control_dep) const {
438 return Scope(new Impl(*this, Impl::Tags::ControlDeps(),

Callers 15

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
BuildTestGraphFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 5

ControlDepsEnum · 0.85
ScopeClass · 0.70
beginMethod · 0.45
endMethod · 0.45
opMethod · 0.45

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
BuildTestGraphFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36