Home
last modified time | relevance | path

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

/external/eigen/bench/tensors/
Dtensor_benchmarks.h417 void convolution(int num_iters, int kernel_x, int kernel_y) { in convolution() argument
424 kernel_sizes[1] = kernel_y; in convolution()
428 result_sizes[1] = n_ - kernel_y + 1; in convolution()
441 (m_ - kernel_x + 1) * (n_ - kernel_y + 1) * kernel_x * kernel_y * num_iters); in convolution()
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py256 for kernel_y in [()] if width == 1 else [(2,)]:
263 'kernel_size': kernel_x + kernel_y,
/external/libaom/libaom/aom_dsp/
Dvariance.c394 const int16_t *const kernel_y = in aom_upsampled_pred_c() local
403 MAX_SB_SIZE, comp_pred, width, NULL, -1, kernel_y, 16, in aom_upsampled_pred_c()
988 const int16_t *const kernel_y = in aom_highbd_upsampled_pred_c() local
999 MAX_SB_SIZE, comp_pred8, width, NULL, -1, kernel_y, 16, width, height, in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c637 const int16_t *const kernel_y = in aom_upsampled_pred_sse2() local
650 kernel_y, 16, width, height); in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c750 const int16_t *const kernel_y = in aom_highbd_upsampled_pred_sse2() local
764 comp_pred8, width, NULL, -1, kernel_y, 16, width, in aom_highbd_upsampled_pred_sse2()