Home
last modified time | relevance | path

Searched defs:input2_val_low_high (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dmul.h85 const int16x4_t input2_val_low_high = vget_high_s16(input2_val_low); in MulElementwise() local
177 const auto input2_val_low_high = vget_high_s16(input2_val_low); in MulSimpleBroadcast() local
H A Dadd.h87 const int16x4_t input2_val_low_high = vget_high_s16(input2_val_low); in AddElementwiseInt8() local