HomeSort by relevance Sort by last modified time
    Searched full:input_value_high_32x4 (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 356 const int32x4_t input_value_high_32x4 = vld1q_s32(input_ptr + 4); local
362 vmulq_s32(vshrq_n_s32(input_value_high_32x4, 16), range_scale_fp_32x4));
553 const int32x4_t input_value_high_32x4 = vmovl_s16(input_value_high_16x4);
558 vget_low_s32(input_value_high_32x4);
560 vget_high_s32(input_value_high_32x4);
    [all...]

Completed in 289 milliseconds