Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c906 double_round(double x, int ndigits) { in double_round() function
964 double_round(double x, int ndigits) { in double_round() function
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc31 int64_t input_zp, int64_t output_zp, bool double_round) { in buildRescale()