Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetMax (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        auto narrow_range = op.getNarrowRange();
        const double bits_min = narrow_range ? 1 : 0;
        const double bits_max = (1 << num_bits) - 1;
    
        auto float_min = op.getMin();
        auto float_max = op.getMax();
    
        auto float_diff = rewriter.create<SubOp>(op.getLoc(), float_max, float_min);
    
        // Compute the range when quantized.
        auto quant_min = rewriter.create<ConstOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top