Quantizes a tensor with a known, natural range. Args: t: Tensor to quantize. min_value: Min value of the range. max_value: Max value of the range. Returns: Quantized tensor.
(self, t, min_value, max_value)
source not stored for this graph (policy: none)