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

Method WithAssignedDevice

tensorflow/cc/framework/scope.cc:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453Scope Scope::WithAssignedDevice(const string& assigned_device) const {
454 return Scope(new Impl(*this, Impl::Tags::AssignedDevice(), assigned_device));
455}
456
457Scope Scope::WithXlaCluster(const string& xla_cluster) const {
458 return Scope(new Impl(*this, Impl::Tags::XlaCluster(), xla_cluster));

Callers 9

TESTFunction · 0.80
TESTFunction · 0.80
CreateGraphDefFunction · 0.80
MergeOutgoingDataEdgesFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 2

ScopeClass · 0.70
AssignedDeviceEnum · 0.70

Tested by 5

TESTFunction · 0.64
TESTFunction · 0.64
CreateGraphDefFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64