Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetValue
Method
GetValue
tensorflow/lite/delegates/gpu/common/model.h:204–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
Value<TensorT>* GetValue(ValueId id) const final {
205
if (id >= values_.size()) {
206
return nullptr;
207
}
208
return values_[id].value.get();
209
}
210
211
Node* NewNode() final {
212
NodeDef def;
Callers
1
AllocateMemory
Method · 0.45
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected