Home
last modified time | relevance | path

Searched defs:memory_owner (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc263 const bool memory_owner = memory == nullptr; in CreateTensor() local
286 const bool memory_owner = false; in CreateTensorShared() local
302 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWC& shape, in Tensor()
310 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWDC& shape, in Tensor()
318 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor()
332 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc157 const bool memory_owner = !user_provided; in CreateTensor() local
171 bool memory_owner, in MetalSpatialTensor()
184 bool memory_owner, in MetalSpatialTensor()