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

Method FindConsumers

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

Source from the content-addressed store, hash-verified

248 }
249
250 std::vector<Node*> FindConsumers(ValueId id) const final {
251 if (id >= values_.size()) {
252 return {};
253 }
254 return values_[id].consumers;
255 }
256
257 Status SetProducer(NodeId producer, ValueId value) final {
258 ValueDef* v;

Callers 7

ApplyToNodeMethod · 0.80
TESTFunction · 0.80
ApplyMethod · 0.80
ApplyStartingWithNodeMethod · 0.80
RemovePrecedingNodeFunction · 0.80
ApplyToNodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64