Home
last modified time | relevance | path

Searched refs:wg_total_size (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected.cc78 const int wg_total_size = work_group_size_.x * work_group_size_.y; in GetFullyConnectedKernelCode() local
80 wg_total_size == 32 && gpu_info.IsWaveSizeEqualTo32() in GetFullyConnectedKernelCode()
Dconvolution_transposed_4x4.cc108 const int wg_total_size = in GenerateConvolutionTransposedCode() local
111 wg_total_size == 32 && gpu_info.IsWaveSizeEqualTo32() in GenerateConvolutionTransposedCode()
Dconvolution_transposed_3x3.cc122 const int wg_total_size = in GenerateConvolutionTransposedCode() local
125 wg_total_size == 32 && gpu_info.IsWaveSizeEqualTo32() in GenerateConvolutionTransposedCode()
Dreduce.cc207 const int wg_total_size = in GetReduceKernelCode() local
211 c += " __local float4 accum[" + std::to_string(wg_total_size) + "];\n"; in GetReduceKernelCode()
Dconv_powervr.cc432 const int wg_total_size = in GenerateConv() local
435 wg_total_size == 32 && gpu_info.IsWaveSizeEqualTo32() in GenerateConv()