Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetTensor
Method
GetTensor
tensorflow/lite/delegates/flex/buffer_map.cc:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
tensorflow::Tensor BufferMap::GetTensor(int tensor_index) const {
150
return id_to_tensor_.at(tensor_index);
151
}
152
153
void BufferMap::SetFromTfLite(int tensor_index, const TfLiteTensor* tensor) {
154
tensorflow::TensorShape shape;
Callers
7
ConfigureDelegate
Method · 0.45
CopyFromBufferHandle
Function · 0.45
BuildEagerInputs
Method · 0.45
Eval
Function · 0.45
MakeTensor
Function · 0.45
TEST
Function · 0.45
Eval
Function · 0.45
Calls
1
at
Method · 0.45
Tested by
3
ConfigureDelegate
Method · 0.36
MakeTensor
Function · 0.36
TEST
Function · 0.36