Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bitcastToAPInt (0.14 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          bool is_mul = llvm::isa<MulOp>(binary_op);
          auto new_filter =
              filter_cst.mapValues(filter_type.getElementType(), [&](APFloat it) {
                return (is_mul ? it * cst_value : it / cst_value).bitcastToAPInt();
              });
          // We recreate the constant op in case it is shared by the other ops. This
          // might increase the model size.
          auto new_filter_op = rewriter.create<ConstOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top