Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc155 static const int16x8_t ZERO_16x8 = vmovq_n_s16(0); in ToInt16x8() local
156 int16x8_t ret = vld1q_lane_s16(v0, ZERO_16x8, 0); in ToInt16x8()