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

Method WithNoControlDependencies

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

Source from the content-addressed store, hash-verified

441}
442
443Scope Scope::WithNoControlDependencies() const {
444 return Scope(new Impl(*this, Impl::Tags::ControlDeps(),
445 std::vector<Operation>(),
446 /* clear_control_deps */ true));
447}
448
449Scope Scope::WithDevice(const string& device) const {
450 return Scope(new Impl(*this, Impl::Tags::Device(), device));

Callers 1

TESTFunction · 0.80

Calls 2

ControlDepsEnum · 0.85
ScopeClass · 0.70

Tested by 1

TESTFunction · 0.64