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

Method add_feed

tensorflow/core/distributed_runtime/message_wrappers.cc:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void InMemoryRunStepRequest::add_feed(const string& name, const Tensor& value) {
73 feeds_.emplace_back(name, value);
74}
75
76size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); }
77const string& InMemoryRunStepRequest::fetch_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
SumConfigFunction · 0.45
TESTFunction · 0.45
MakeCallableOptionsFunction · 0.45
GetOrCreateExecutorsMethod · 0.45
MakeCallableOptionsFunction · 0.45
TEST_FFunction · 0.45

Calls 3

AsProtoTensorContentMethod · 0.80
emplace_backMethod · 0.45
set_nameMethod · 0.45

Tested by 14

SumConfigFunction · 0.36
TESTFunction · 0.36
SumConfigFunction · 0.36
TESTFunction · 0.36
MakeCallableOptionsFunction · 0.36
MakeCallableOptionsFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
FeedFetchBenchmarkHelperFunction · 0.36
BuildRunStepRequestFunction · 0.36