Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1357 const int64_t output_20 = in ResizeBilinearInteger() local
1359 const int64_t round = (output_20 > 0) ? (1 << 19) : -(1 << 19); in ResizeBilinearInteger()
1361 static_cast<T>((output_20 + round) / (1 << 20)); in ResizeBilinearInteger()