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

Method FindProducer

tensorflow/lite/delegates/gpu/common/model.h:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 Node* FindProducer(ValueId id) const final {
244 if (id >= values_.size()) {
245 return nullptr;
246 }
247 return values_[id].producer;
248 }
249
250 std::vector<Node*> FindConsumers(ValueId id) const final {
251 if (id >= values_.size()) {

Callers 6

ApplyToNodeMethod · 0.80
TESTFunction · 0.80
ApplyStartingWithNodeMethod · 0.80
RemoveFollowingNodeFunction · 0.80
ApplyToNodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64