MCPcopy 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
149tensorflow::Tensor BufferMap::GetTensor(int tensor_index) const {
150 return id_to_tensor_.at(tensor_index);
151}
152
153void BufferMap::SetFromTfLite(int tensor_index, const TfLiteTensor* tensor) {
154 tensorflow::TensorShape shape;

Callers 7

ConfigureDelegateMethod · 0.45
CopyFromBufferHandleFunction · 0.45
BuildEagerInputsMethod · 0.45
EvalFunction · 0.45
MakeTensorFunction · 0.45
TESTFunction · 0.45
EvalFunction · 0.45

Calls 1

atMethod · 0.45

Tested by 3

ConfigureDelegateMethod · 0.36
MakeTensorFunction · 0.36
TESTFunction · 0.36