Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h459 int GetMaxImageArguments() const;
Dgpu_info.cc1041 int GpuInfo::GetMaxImageArguments() const { in GetMaxImageArguments() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc209 if (num_textures < gpu_info_.GetMaxImageArguments() && in Compile()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc388 int max_inputs = gpu_info.GetMaxImageArguments() - 8; in GPUOperationFromNodePart0()