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

Method GetNode

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

Source from the content-addressed store, hash-verified

195 }
196
197 Node* GetNode(NodeId id) const final {
198 if (id >= nodes_.size()) {
199 return {};
200 }
201 return nodes_[id].node.get();
202 }
203
204 Value<TensorT>* GetValue(ValueId id) const final {
205 if (id >= values_.size()) {

Callers 2

ApplyMethod · 0.45
ApplyStartingWithNodeMethod · 0.45

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected