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

Method ColocateWith

tensorflow/cc/framework/scope.cc:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461Scope Scope::ColocateWith(const Operation& op) const {
462 return Scope(new Impl(*this, Impl::Tags::Colocate(), op,
463 /* clear_colocations */ false));
464}
465
466Scope Scope::ClearColocation() const {
467 return Scope(new Impl(*this, Impl::Tags::Colocate(), Operation(),

Callers 3

TEST_FFunction · 0.45
GatherV2GradFunction · 0.45
TESTFunction · 0.45

Calls 2

ColocateEnum · 0.85
ScopeClass · 0.70

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36