Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inp (0.02 sec)

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

    `min_adj = scale * round(min / scale)` and `max_adj = max + min_adj - min`.
    
    
    Examples
    
    ```python
    
    inp = tf.constant ([10.03, -10.23, 3])
    out = tf.quantization.fake_quant_with_min_max_args(inp, min=-5, max=5,
                                                       num_bits=16)
    print(out)
    
    #  Output:
    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