Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRhsQuantizationMinVal (0.41 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

        }
        auto rhs_type = GetUniformQuantizedType(
            op, op.getRhs().getType(), op.getRhsScales(), op.getRhsZeroPoints(),
            /*expressed_type=*/rewriter.getF32Type(), op.getRhsQuantizationMinVal(),
            op.getRhsQuantizationMaxVal(), rhs_quantized_dimension, rewriter);
        if (failed(rhs_type)) {
          return failure();
        }
    
        auto rhs_or =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top