Searched refs:image_buffer_memory (Results 1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | tensor.cc | 318 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() argument 321 image_buffer_memory_(image_buffer_memory), in Tensor() 325 if (image_buffer_memory && in Tensor() 332 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() argument 335 image_buffer_memory_(image_buffer_memory), in Tensor() 339 if (image_buffer_memory && in Tensor()
|
| D | tensor.h | 48 Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, 50 Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory,
|