MCPcopy 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}
88void InMemoryRunStepRequest::add_target(const string& name) {
89 targets_.push_back(name);
90}
91
92const RunOptions& InMemoryRunStepRequest::options() const { return options_; }
93

Callers 12

RunOnceFunction · 0.80
RecordRunMethod · 0.80
RecordPRunSetupMethod · 0.80
MakeCallableOptionsFunction · 0.80
GetOrCreateExecutorsMethod · 0.80
MakeCallableOptionsFunction · 0.80
BuildRunStepRequestFunction · 0.80
RunHelperMethod · 0.80
PRunSetupMethod · 0.80
TESTFunction · 0.80
RunOnceFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by 4

MakeCallableOptionsFunction · 0.64
MakeCallableOptionsFunction · 0.64
BuildRunStepRequestFunction · 0.64
TESTFunction · 0.64