Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h348 int GetMaxImageArguments() const;
Dgpu_info.cc667 int GpuInfo::GetMaxImageArguments() const { in GetMaxImageArguments() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc206 if (num_textures < gpu_info_.GetMaxImageArguments() && in Compile()