Home
last modified time | relevance | path

Searched refs:double_round (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.h41 bool double_round = false);
Dlegalize_utils.cc31 int64_t input_zp, int64_t output_zp, bool double_round) { in buildRescale() argument
43 rewriter.getBoolAttr(true), rewriter.getBoolAttr(double_round), in buildRescale()
/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
1063 return double_round(x, (int)ndigits); in float___round___impl()
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir446 …%0 = "tosa.rescale"(%arg0) {double_round = false, input_zp = 127 : i32, multiplier = [1073741824 :…
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOps.td1488 BoolAttr:$double_round,