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

Method ClearColocation

tensorflow/cc/framework/scope.cc:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466Scope Scope::ClearColocation() const {
467 return Scope(new Impl(*this, Impl::Tags::Colocate(), Operation(),
468 /* clear_colocations */ true));
469}
470
471Scope Scope::ExitOnError() const {
472 return Scope(new Impl(*this, Impl::Tags::ExitOnError()));

Callers 1

TESTFunction · 0.80

Calls 3

ColocateEnum · 0.85
ScopeClass · 0.70
OperationClass · 0.70

Tested by 1

TESTFunction · 0.64