Searched refs:double_round (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_utils.h | 41 bool double_round = false);
|
D | legalize_utils.cc | 31 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/ |
D | floatobject.c | 906 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/ |
D | ops.mlir | 446 …%0 = "tosa.rescale"(%arg0) {double_round = false, input_zp = 127 : i32, multiplier = [1073741824 :…
|
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
D | TosaOps.td | 1488 BoolAttr:$double_round,
|