Home
last modified time | relevance | path

Searched refs:filter_pixels (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h205 const int filter_pixels = filter_height * filter_width; in DepthwiseConv2dGPUKernelNHWCSmall() local
245 thread_pix < filter_pixels ? tile_size + thread_idx : 0; in DepthwiseConv2dGPUKernelNHWCSmall()
248 (kDirection == DIRECTION_FORWARD ? 0 : filter_pixels * kBlockDepth); in DepthwiseConv2dGPUKernelNHWCSmall()
490 const int filter_pixels = filter_height * filter_width; in DepthwiseConv2dGPUKernelNCHWSmall() local
532 filter_pix < filter_pixels ? tile_size + thread_idx : 0; in DepthwiseConv2dGPUKernelNCHWSmall()
535 (kDirection == DIRECTION_FORWARD ? 0 : filter_pixels * kBlockDepth); in DepthwiseConv2dGPUKernelNCHWSmall()
634 const int filter_pixels = args.filter_rows * args.filter_cols; in LaunchDepthwiseConv2dGPUSmall() local
636 kBlockDepth * (tile_pixels + filter_pixels) * sizeof(S); in LaunchDepthwiseConv2dGPUSmall()
1198 const int filter_pixels = filter_height * filter_width;
1212 const int accum_size = filter_pixels * accum_increment;
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Ddeblock_neon.c305 static uint8x8_t filter_pixels(const int16x8_t sum, const uint8x8_t s) { in filter_pixels() function
378 output = filter_pixels(vcombine_s16(sum_low, sum_high), s); in vpx_mbpost_proc_across_ip_neon()