pub fn uniform_quantized_clip_by_value<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
    ctx: &'a Context,
    operand: &T0,
    min: &T1,
    max: &T2,
    scales: &T3,
    zero_points: &T4
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for UniformQuantizedClipByValue::new().call(&ctx, &operand, &min, &max, &scales, &zero_points).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/UniformQuantizedClipByValue