Home
last modified time | relevance | path

Searched refs:GetMaxImage3DDepth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h471 uint64_t GetMaxImage3DDepth() const;
Dgpu_info.cc999 uint64_t GpuInfo::GetMaxImage3DDepth() const { in GetMaxImage3DDepth() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc1458 } else if (image_depth > gpu_info.GetMaxImage3DDepth()) { in CanCreateTensorWithShape()
1462 gpu_info.GetMaxImage3DDepth(), ". ", common_desc)); in CanCreateTensorWithShape()