pub fn quantized_relu_x<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    features: &T0,
    max_value: &T1,
    min_features: &T2,
    max_features: &T3
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for QuantizedReluX::new().call(&ctx, &features, &max_value, &min_features, &max_features).

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