Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.cc335 return &shared_buffer_tensors_ in GetTensor()
557 shared_buffer_tensors_.resize(buffer_usage_records.size()); in AllocateMemoryForBuffers()
586 &shared_buffer_tensors_[tensor_index], base_buffer_offset)); in AllocateMemoryForBuffers()
589 base_buffer, tensor_dummy, &shared_buffer_tensors_[tensor_index], in AllocateMemoryForBuffers()
H A Dinference_context.h182 shared_buffer_tensors_; // use references to memory variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc555 shared_buffer_tensors_.resize(buffer_usage_records.size()); in AllocateBufferBasedTensors()
590 width_pixel_alignment, &shared_buffer_tensors_[tensor_index])); in AllocateBufferBasedTensors()
594 &shared_buffer_tensors_[tensor_index])); in AllocateBufferBasedTensors()
896 return &shared_buffer_tensors_[graph_ids_to_shared_buffer_tensors_[id]]; in GetTensor()
H A Dinference_context.h189 shared_buffer_tensors_; // use references to memory from shared_buffers_ variable