Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc56 return shape.w * shape.b <= gpu_info.GetMaxImage2DWidth() && in CanCreateTensorWithShape()
60 return shape.w * shape.b * shape.d <= gpu_info.GetMaxImage2DWidth() && in CanCreateTensorWithShape()
65 shape.w * shape.b * shape.d <= gpu_info.GetMaxImage2DWidth() && in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h355 uint64_t GetMaxImage2DWidth() const;
Dgpu_info.cc591 uint64_t GpuInfo::GetMaxImage2DWidth() const { in GetMaxImage2DWidth() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc64 int2(gpu_info.GetMaxImage2DWidth(), gpu_info.GetMaxImage2DHeight()); in ExceedsMaxSize()