Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ add_target
Method
add_target
tensorflow/core/distributed_runtime/message_wrappers.cc:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
return targets_[i];
87
}
88
void InMemoryRunStepRequest::add_target(const string& name) {
89
targets_.push_back(name);
90
}
91
92
const RunOptions& InMemoryRunStepRequest::options() const { return options_; }
93
Callers
12
RunOnce
Function · 0.80
RecordRun
Method · 0.80
RecordPRunSetup
Method · 0.80
MakeCallableOptions
Function · 0.80
GetOrCreateExecutors
Method · 0.80
MakeCallableOptions
Function · 0.80
BuildRunStepRequest
Function · 0.80
message_wrappers.cc
File · 0.80
RunHelper
Method · 0.80
PRunSetup
Method · 0.80
TEST
Function · 0.80
RunOnce
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
4
MakeCallableOptions
Function · 0.64
MakeCallableOptions
Function · 0.64
BuildRunStepRequest
Function · 0.64
TEST
Function · 0.64