Home
last modified time | relevance | path

Searched refs:OPENCL_TEXTURE (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor_type_util.cc31 return ObjectType::OPENCL_TEXTURE; in ToObjectType()
61 case ObjectType::OPENCL_TEXTURE: in ToTensorStorageType()
Dapi.cc105 object_type == ObjectType::OPENCL_TEXTURE || in IsSupported()
190 case ObjectType::OPENCL_TEXTURE: in MaybeAllocateExternalObject()
201 if (d.object_def.object_type == ObjectType::OPENCL_TEXTURE) { in MaybeAllocateExternalObject()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.cc32 return ObjectType::OPENCL_TEXTURE; in operator ()()
90 case ObjectType::OPENCL_TEXTURE: in IsObjectPresent()
Dapi.h77 OPENCL_TEXTURE, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconverter.cc87 def.object_type == ObjectType::OPENCL_TEXTURE && in IsOpenCLTensor()
90 def.object_type == ObjectType::OPENCL_TEXTURE && in IsOpenCLTensor()
93 def.object_type == ObjectType::OPENCL_TEXTURE && in IsOpenCLTensor()
402 type == ObjectType::OPENCL_TEXTURE; in IsOpenClTextureOrBuffer()