Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_selector.cc54 CreateConvPowerVRWino4x4To6x6(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionWinogradAdreno()
111 CreateConvPowerVRWino4x4To6x6(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionWinogradMali()
173 CreateConvPowerVRWino4x4To6x6(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionForWinograd()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_powervr.h157 friend ConvPowerVR CreateConvPowerVRWino4x4To6x6(
375 ConvPowerVR CreateConvPowerVRWino4x4To6x6(const GpuInfo& gpu_info,
Dconv_powervr.cc1464 ConvPowerVR CreateConvPowerVRWino4x4To6x6(const GpuInfo& gpu_info, in CreateConvPowerVRWino4x4To6x6() function