Searched defs:TfLiteRound (Results 1 – 1 of 1) sorted by relevance
27 inline float TfLiteRound(const float x) { in TfLiteRound() function30 inline double TfLiteRound(const double x) { return ::round(x); } in TfLiteRound() function