pub fn next_after<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    x1: &T0,
    x2: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for NextAfter::new().call(&ctx, &x1, &x2).

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