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

Function round

tensorflow/lite/toco/toco_port.cc:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#if defined(__ANDROID__) && defined(__ARM_ARCH_7A__)
24namespace std {
25double round(double x) { return ::round(x); }
26} // namespace std
27#endif
28

Callers 15

RunMethod · 0.50
PopulateLookupTableFunction · 0.50
LeakyReluPrepareFunction · 0.50
QuantizeFunction · 0.50
QuantizationParamsMethod · 0.50
TfLiteRoundFunction · 0.50
ChooseQuantizationParamsFunction · 0.50
RunSoftmaxFloatReferenceFunction · 0.50
MeanImplFunction · 0.50

Calls

no outgoing calls

Tested by 6

QuantizeFunction · 0.40
QuantizationParamsMethod · 0.40
RunSoftmaxFloatReferenceFunction · 0.40
QuantizeMultiplierFunction · 0.40