Home
last modified time | relevance | path

Searched refs:GetMaxImage2DHeight (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc57 shape.h <= gpu_info.GetMaxImage2DHeight() && in CanCreateTensorWithShape()
61 shape.h * slices <= gpu_info.GetMaxImage2DHeight(); in CanCreateTensorWithShape()
66 shape.h <= gpu_info.GetMaxImage2DHeight(); in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h356 uint64_t GetMaxImage2DHeight() const;
Dgpu_info.cc604 uint64_t GpuInfo::GetMaxImage2DHeight() const { in GetMaxImage2DHeight() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc64 int2(gpu_info.GetMaxImage2DWidth(), gpu_info.GetMaxImage2DHeight()); in ExceedsMaxSize()