Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for numBits (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    *   `[min; max]` define the clamping range for the `inputs` data.
    *   `inputs` values are quantized into the quantization range (
    `[0; 2^num_bits - 1]` when `narrow_range` is false and `[1; 2^num_bits - 1]`
    when it is true) and then de-quantized and output as floats in `[min; max]`
    interval.
    *   `num_bits` is the bitwidth of the quantization; between 2 and 16, inclusive.
    
    Before quantization, `min` and `max` values are adjusted with the following
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top