Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dround.h27 inline float TfLiteRound(const float x) { in TfLiteRound() function
30 inline double TfLiteRound(const double x) { return ::round(x); } in TfLiteRound() function