Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h118 int8x8_t narrowed_high = vmovn_s16(combined_high); in MeanImpl() local
120 int8x16_t combined_output = vcombine_s8(narrowed_low, narrowed_high); in MeanImpl()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dreduce.h131 uint8x8_t narrowed_high = vmovn_u16(combined_high); in MeanImpl() local
133 uint8x16_t combined_output = vcombine_u8(narrowed_low, narrowed_high); in MeanImpl()