Searched refs:GetMaxImage2DHeight (Results 1 – 4 of 4) sorted by relevance
57 shape.h <= gpu_info.GetMaxImage2DHeight() && in CanCreateTensorWithShape()61 shape.h * slices <= gpu_info.GetMaxImage2DHeight(); in CanCreateTensorWithShape()66 shape.h <= gpu_info.GetMaxImage2DHeight(); in CanCreateTensorWithShape()
356 uint64_t GetMaxImage2DHeight() const;
604 uint64_t GpuInfo::GetMaxImage2DHeight() const { in GetMaxImage2DHeight() function in tflite::gpu::GpuInfo
64 int2(gpu_info.GetMaxImage2DWidth(), gpu_info.GetMaxImage2DHeight()); in ExceedsMaxSize()