Home
last modified time | relevance | path

Searched refs:IMAGE_BUFFER (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc60 case TensorStorageType::IMAGE_BUFFER: in IsGpuSupportsStorageType()
161 TensorStorageType::TEXTURE_ARRAY, TensorStorageType::IMAGE_BUFFER, in GetSupportedStorages()
205 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType()
208 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType()
223 return TensorStorageType::IMAGE_BUFFER; in GetStorageTypeWithMinimalMemoryConsumption()
230 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetStorageTypeWithMinimalMemoryConsumption()
233 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetStorageTypeWithMinimalMemoryConsumption()
Dtensor_type_util.cc24 case TensorStorageType::IMAGE_BUFFER: in ToObjectType()
41 case TensorStorageType::IMAGE_BUFFER: in ToDataLayout()
Dtensor.cc43 case TensorStorageType::IMAGE_BUFFER: { in AllocateTensorMemory()
226 if (descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateTensor()
243 if (descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateTensorShared()
384 } else if (descriptor_.storage_type == TensorStorageType::IMAGE_BUFFER) { in GetGPUResources()
401 case TensorStorageType::IMAGE_BUFFER: in GetFullTensorRegion()
467 case TensorStorageType::IMAGE_BUFFER: in GetMemorySizeInBytes()
480 return descriptor_.storage_type == TensorStorageType::IMAGE_BUFFER in GetMemoryPtr()
508 case TensorStorageType::IMAGE_BUFFER: in WriteDataBHWDC()
567 case TensorStorageType::IMAGE_BUFFER: in ReadDataBHWDC()
615 if (desc.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateFromDescriptor()
Dtensor_test.cc169 TensorTests(DataType::FLOAT32, TensorStorageType::IMAGE_BUFFER, &env_)); in TEST_F()
174 TensorTests(DataType::FLOAT16, TensorStorageType::IMAGE_BUFFER, &env_)); in TEST_F()
Dserialization.cc103 case TensorStorageType::IMAGE_BUFFER: in ToFB()
104 return data::TensorStorageType::IMAGE_BUFFER; in ToFB()
197 case data::TensorStorageType::IMAGE_BUFFER: in ToEnum()
198 return TensorStorageType::IMAGE_BUFFER; in ToEnum()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc37 case TensorStorageType::IMAGE_BUFFER: in CanCreateTensorWithShape()
94 TensorDescriptor{data_type, TensorStorageType::IMAGE_BUFFER, in SelectBestStorageType()
96 return TensorStorageType::IMAGE_BUFFER; in SelectBestStorageType()
130 case TensorStorageType::IMAGE_BUFFER: in SelectBestStorageType()
Dtensor_desc.cc71 case TensorStorageType::IMAGE_BUFFER: in ToString()
149 } else if (storage_type == TensorStorageType::IMAGE_BUFFER) { in GetGPUResources()
240 storage_type == TensorStorageType::IMAGE_BUFFER) { in PerformReadSelector()
306 storage_type != TensorStorageType::IMAGE_BUFFER) { in PerformWriteLinearSelector()
408 case TensorStorageType::IMAGE_BUFFER: in Read()
431 case TensorStorageType::IMAGE_BUFFER: in Write()
507 storage_type != TensorStorageType::IMAGE_BUFFER) { in PerformGetWHOffsetSelector()
545 case TensorStorageType::IMAGE_BUFFER: in PerformGetHandleSelector()
576 case TensorStorageType::IMAGE_BUFFER: in StorageTypeToAddressType()
593 case TensorStorageType::IMAGE_BUFFER: in GetPhysicalCoordsWHS()
[all …]
Dserialization_base.fbs126 IMAGE_BUFFER = 2,
Dtensor_desc.h38 IMAGE_BUFFER, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc64 case TensorStorageType::IMAGE_BUFFER: { in AllocateTensorMemory()
78 if (descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in AllocateTensorMemory()
288 } else if (descriptor_.storage_type == TensorStorageType::IMAGE_BUFFER) { in GetGPUResources()
304 case TensorStorageType::IMAGE_BUFFER: in GetFullTensorRegion()
364 case TensorStorageType::IMAGE_BUFFER: in GetMemorySizeInBytes()
404 case TensorStorageType::IMAGE_BUFFER: in WriteDataBHWDC()
467 case TensorStorageType::IMAGE_BUFFER: in ReadDataBHWDC()
534 if (descriptor_.storage_type == TensorStorageType::IMAGE_BUFFER) { in SetBufferHandle()
563 if (buffer && descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateSharedBufferTensor()
576 if (buffer && descriptor.storage_type == TensorStorageType::IMAGE_BUFFER) { in CreateSharedBufferTensor()
Dmetal_spatial_tensor_test.mm189 auto status = TensorTests(DataType::FLOAT32, TensorStorageType::IMAGE_BUFFER, device);
195 auto status = TensorTests(DataType::FLOAT16, TensorStorageType::IMAGE_BUFFER, device);
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.cc195 src_storage == TensorStorageType::IMAGE_BUFFER) && in SelectWinograd4x4To36()
197 dst_storage == TensorStorageType::IMAGE_BUFFER)) { in SelectWinograd4x4To36()
213 src_storage == TensorStorageType::IMAGE_BUFFER) && in SelectWinograd36To4x4()
215 dst_storage == TensorStorageType::IMAGE_BUFFER)) { in SelectWinograd36To4x4()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3_stride_h2.cc32 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GetKernelDepthWiseConv3x3StrideH2()
131 } else if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GetKernelDepthWiseConv3x3StrideH2()
Ddepthwise_conv_3x3.cc65 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GenerateDepthwiseConvCode()
181 } else if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateDepthwiseConvCode()
Dwinograd_test_util.cc204 {TensorStorageType::BUFFER, TensorStorageType::IMAGE_BUFFER}) { in Winograd4x4To36Test()
275 {TensorStorageType::BUFFER, TensorStorageType::IMAGE_BUFFER}) { in Winograd36To4x4Test()
Dconvolution_transposed_3x3_thin.cc127 } else if (src_tensor_type == TensorStorageType::IMAGE_BUFFER) { in GenerateConvolutionTransposedCode()
Dconv_metal.cc211 src_storage_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolution()
214 dst_storage_type == TensorStorageType::IMAGE_BUFFER; in GenerateConvolution()
376 TensorStorageType::IMAGE_BUFFER) { in GenerateConvolution()
433 TensorStorageType::IMAGE_BUFFER) { in GenerateConvolution()
Dpooling.cc73 op_def.src_tensors[0].storage_type == TensorStorageType::IMAGE_BUFFER; in GetAveragePoolingKernelCode()
Dwinograd.cc249 src_tensor_type == TensorStorageType::IMAGE_BUFFER; in GetWinograd4x4To36TileX6Code()
/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp105 IMAGE_BUFFER = GL_IMAGE_BUFFER; in init()
232 IMAGE_BUFFER = GL_IMAGE_BUFFER_EXT; in init()
DglcExtTokens.hpp107 glw::GLenum IMAGE_BUFFER; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Ddw_convolution_selector.cc55 storage_type == TensorStorageType::IMAGE_BUFFER; in SelectDWConvolutionMali()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc50 return {TensorStorageType::BUFFER, TensorStorageType::IMAGE_BUFFER, in GetSupportedStorages()
Dconv_test.mm259 for (auto storage : {TensorStorageType::BUFFER, TensorStorageType::IMAGE_BUFFER}) {
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp172 else if (uniformType == m_glExtTokens.IMAGE_BUFFER) in getUniformTypeName()
649 addTextureParam(m_glExtTokens.IMAGE_BUFFER, GL_R32F, sizeof(glw::GLfloat), "image_buffer", params); in configureParams()

12