MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TfLiteRound

Function TfLiteRound

tensorflow/lite/kernels/internal/round.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 (defined(__ANDROID__) && !defined(__NDK_MAJOR__)) || defined(ARDUINO)
26template <class T>
27inline float TfLiteRound(const float x) {
28 return ::round(x);
29}
30inline double TfLiteRound(const double x) { return ::round(x); }
31#else
32template <class T>

Callers 15

TanhPrepareFunction · 0.85
SigmoidPrepareFunction · 0.85
QuantizeMultiplierFunction · 0.85
NudgeQuantizationRangeFunction · 0.85
FakeQuantizeArrayFunction · 0.85
CheckedLog2Function · 0.85

Calls 1

roundFunction · 0.50

Tested by 1