Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Dresize_bilinear.h88 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinear() local
111 rounding_offset); in ResizeBilinear()
Ddepthwiseconv_uint8.h83 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; variable
86 rounding_offset) >>