Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.h53 const tensorflow::Tensor* GetTensorPtr(int tensor_index) const;
Dbuffer_map.cc152 const tensorflow::Tensor* BufferMap::GetTensorPtr(int tensor_index) const { in GetTensorPtr() function in tflite::flex::BufferMap
Dkernel.cc537 op_data_->buffer_map->GetTensorPtr(input_tensor_index); in ValidateOutputTensorShapeConsistency()