Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h78 int16_t rescaled_result = in Mul() local
81 output_activation_max - output_offset, rescaled_result); in Mul()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h258 int16 rescaled_result = in Mul() local
261 std::min<int16>(output_activation_max - output_offset, rescaled_result); in Mul()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h2366 int16 rescaled_result = in Mul() local
2369 std::min<int16>(output_activation_max - output_offset, rescaled_result); in Mul()