tf.fake_quant_with_min_max_vars

tf.fake_quant_with_min_max_vars

tf.fake_quant_with_min_max_vars

fake_quant_with_min_max_vars(
    inputs,
    min,
    max,
    num_bits=None,
    name=None
)

Defined in tensorflow/python/ops/gen_array_ops.py.

See the guide: Tensor Transformations > Fake quantization

Fake-quantize the 'inputs' tensor of type float via global float scalars min

and max to 'outputs' tensor of same shape as inputs.

[min; max] is the cla