Searched refs:local_mem_uploads (Results 1 – 3 of 3) sorted by relevance
29 bool local_mem_uploads, in DepthwiseConv3x3() argument31 : GPUOperation(definition), local_mem_uploads_(local_mem_uploads) { in DepthwiseConv3x3()56 bool local_mem_uploads) { in GenerateDepthwiseConvCode() argument68 if (local_mem_uploads) { in GenerateDepthwiseConvCode()87 if (!local_mem_uploads) { in GenerateDepthwiseConvCode()93 if (local_mem_uploads) { in GenerateDepthwiseConvCode()158 if (local_mem_uploads || weights_are_buffer) { in GenerateDepthwiseConvCode()253 if (local_mem_uploads) { in GenerateDepthwiseConvCode()317 bool local_mem_uploads = weights_are_buffer && gpu_info.IsPowerVR(); in CreateDepthwiseConv3x3() local318 DepthwiseConv3x3 result(definition, weights_are_buffer, local_mem_uploads, in CreateDepthwiseConv3x3()
29 bool local_mem_uploads) { in GetKernelDepthWiseConv3x3StrideH2() argument51 if (local_mem_uploads) { in GetKernelDepthWiseConv3x3StrideH2()109 if (local_mem_uploads || weights_are_buffer) { in GetKernelDepthWiseConv3x3StrideH2()
53 bool weights_are_buffer, bool local_mem_uploads,71 bool local_mem_uploads);