Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 06 (0.1 sec)

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

    *MIN_COMBINED Mode Example*
    
    If the input comes from a QuantizedRelu6, the output type is
    quint8 (range of 0-255) but the possible range of QuantizedRelu6 is
    0-6.  The min_range and max_range values are therefore 0.0 and 6.0.
    Dequantize on quint8 will take each value, cast to float, and multiply
    by 6 / 255.
    Note that if quantizedtype is qint8, the operation will additionally add
    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