Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h469 uint64_t GetMaxImage3DWidth() const;
Dgpu_info.cc977 uint64_t GpuInfo::GetMaxImage3DWidth() const { in GetMaxImage3DWidth() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc1448 if (image_width > gpu_info.GetMaxImage3DWidth()) { in CanCreateTensorWithShape()
1452 gpu_info.GetMaxImage3DWidth(), ". ", common_desc)); in CanCreateTensorWithShape()