Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc540 constexpr int SIMD_STEP = 4; in ResizeImage() local
569 for (; x < out_width - SIMD_STEP + 1; x += SIMD_STEP) { in ResizeImage()
575 for (; x < out_width - SIMD_STEP + 1; x += SIMD_STEP) { in ResizeImage()
603 constexpr int SIMD_STEP = 8; in ResizeImage() local
634 for (; x < out_width - SIMD_STEP + 1; x += SIMD_STEP) { in ResizeImage()
640 for (; x < out_width - SIMD_STEP + 1; x += SIMD_STEP) { in ResizeImage()