Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ApplyToNode
Method · 0.80
TEST
Function · 0.80
Apply
Method · 0.80
ApplyStartingWithNode
Method · 0.80
RemovePrecedingNode
Function · 0.80
RemoveOneInputOneOutputNode
Function · 0.80
ApplyToNode
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64