Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc47 return shape.w * shape.b <= gpu_info.GetMaxImage3DWidth() && in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h358 uint64_t GetMaxImage3DWidth() const;
Dgpu_info.cc630 uint64_t GpuInfo::GetMaxImage3DWidth() const { in GetMaxImage3DWidth() function in tflite::gpu::GpuInfo