Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dhard_swish.h40 std::int16_t ab_x2_high16 = static_cast<std::int16_t>((ab_32) / (1 << 15)); in SaturatingDoublingHighMul() local
41 return overflow ? std::numeric_limits<std::int16_t>::max() : ab_x2_high16; in SaturatingDoublingHighMul()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h360 std::int16_t ab_x2_high16 =
362 return overflow ? std::numeric_limits<std::int16_t>::max() : ab_x2_high16;