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

Method WithXlaCluster

tensorflow/cc/framework/scope.cc:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457Scope Scope::WithXlaCluster(const string& xla_cluster) const {
458 return Scope(new Impl(*this, Impl::Tags::XlaCluster(), xla_cluster));
459}
460
461Scope Scope::ColocateWith(const Operation& op) const {
462 return Scope(new Impl(*this, Impl::Tags::Colocate(), op,

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

XlaClusterEnum · 0.85
ScopeClass · 0.70

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64