| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ | 
| D | conv_constants.h | 39   const int kernel_x = weights.shape.w;  in RearrangeWeightsForConvConstants()  local76   const int kernel_x = weights.shape.w;  in RearrangeWeightsForConvConstantsDot()  local
 115   const int kernel_x = weights.shape.w;  in UploadWeightsForConvConstants()  local
 
 | 
| D | depthwise_conv.h | 121   const int kernel_x = weights.shape.w;  in RearrangeWeightsForDWConv2D()  local150   const int kernel_x = weights.shape.w;  in UploadWeightsForDWConv2D()  local
 189   const int kernel_x = weights.shape.w;  in RearrangeWeightsForDWConv3D()  local
 221   const int kernel_x = weights.shape.w;  in UploadWeightsForDWConv3D()  local
 
 | 
| D | convolution_transposed_thin.h | 113   const int kernel_x = weights.shape.w;  in RearrangeWeightsData()  local
 | 
| D | conv_weights_converter_test_util.cc | 79     const int kernel_x = weights.shape.w;  in ConvolutionWeightsConverterTest()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ | 
| D | runtime_conv3d.cc | 28     int64_t input_channels, int64_t kernel_x, int64_t kernel_y,  in __xla_cpu_runtime_EigenConv3DF32()53     int64_t input_z, int64_t input_channels, int64_t kernel_x, int64_t kernel_y,  in __xla_cpu_runtime_EigenConv3DF16()
 
 | 
| D | runtime_single_threaded_conv3d.cc | 25     int64_t input_channels, int64_t kernel_x, int64_t kernel_y,  in __xla_cpu_runtime_EigenSingleThreadedConv3DF32()48     int64_t input_z, int64_t input_channels, int64_t kernel_x, int64_t kernel_y,  in __xla_cpu_runtime_EigenSingleThreadedConv3DF16()
 
 | 
| D | runtime_conv_impl.h | 33     Eigen::Index input_y, Eigen::Index input_channels, Eigen::Index kernel_x,  in EigenConv2DImpl()111     Eigen::Index kernel_x, Eigen::Index kernel_y, Eigen::Index kernel_z,  in EigenConv3DImpl()
 
 | 
| /external/XNNPACK/src/ | 
| D | im2col.c | 35           for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_im2col_conv2d()  local
 | 
| D | indirection.c | 58           for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_indirection_init_conv2d()  local70           for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_indirection_init_conv2d()  local
 120         for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_indirection_init_deconv2d()  local
 177             for (size_t kernel_x = offset_x; kernel_x < kernel_width; kernel_x += stride_width) {  in xnn_indirection_init_subconv2d()  local
 230           for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_indirection_init_dwconv2d()  local
 243           for (size_t kernel_x = 0; kernel_x < kernel_width; kernel_x++) {  in xnn_indirection_init_dwconv2d()  local
 
 | 
| /external/libaom/av1/encoder/x86/ | 
| D | reconinter_enc_sse2.c | 131     const int16_t *const kernel_x =  in aom_upsampled_pred_sse2()  local250     const int16_t *const kernel_x =  in aom_highbd_upsampled_pred_sse2()  local
 
 | 
| /external/eigen/bench/tensors/ | 
| D | tensor_benchmarks.h | 492   void convolution(int num_iters, int kernel_x, int kernel_y) {  in convolution()
 | 
| /external/libaom/av1/encoder/ | 
| D | reconinter_enc.c | 482     const int16_t *const kernel_x =  in aom_upsampled_pred_c()  local624     const int16_t *const kernel_x =  in aom_highbd_upsampled_pred_c()  local
 
 | 
| /external/ComputeLibrary/src/cpu/operators/internal/ | 
| D | CpuGemmAssemblyDispatch.cpp | 270                         for(int64_t kernel_x = 0; kernel_x < _cp.kernel_width; kernel_x++)  in prepare_indirect_buffer()  local
 |