Home
last modified time | relevance | path

Searched refs:GetTensorPtr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.h53 const tensorflow::Tensor* GetTensorPtr(int tensor_index) const;
Dbuffer_map.cc44 const tensorflow::Tensor* BufferMap::GetTensorPtr(int tensor_index) const { in GetTensorPtr() function in tflite::flex::BufferMap
Ddelegate.cc151 *tf_tensor_ptr = buffer_map->GetTensorPtr(buffer_handle); in CopyFromBufferHandle()
Dkernel.cc638 op_data_->shared_info.buffer_map->GetTensorPtr(input_tensor_index); in ValidateOutputTensorShapeConsistency()