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

Method add_fetch

tensorflow/core/distributed_runtime/message_wrappers.cc:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return fetches_[i];
79}
80void InMemoryRunStepRequest::add_fetch(const string& name) {
81 fetches_.push_back(name);
82}
83
84size_t InMemoryRunStepRequest::num_targets() const { return targets_.size(); }
85const string& InMemoryRunStepRequest::target_name(size_t i) const {

Callers 15

RecordRunMethod · 0.45
RecordPRunSetupMethod · 0.45
RecordPRunMethod · 0.45
RecordRunCallableMethod · 0.45
SumConfigFunction · 0.45
TESTFunction · 0.45
FetchesConfigFunction · 0.45
SumConfigFunction · 0.45
TESTFunction · 0.45
MakeCallableOptionsFunction · 0.45
GetOrCreateExecutorsMethod · 0.45
MakeCallableOptionsFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 15

SumConfigFunction · 0.36
TESTFunction · 0.36
FetchesConfigFunction · 0.36
SumConfigFunction · 0.36
TESTFunction · 0.36
MakeCallableOptionsFunction · 0.36
MakeCallableOptionsFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
FeedFetchBenchmarkHelperFunction · 0.36