Function tensorflow::ops::next_after
source · pub fn next_after<O0: Into<Output>, O1: Into<Output>>(
x1: O0,
x2: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for NextAfter::new().build(x1, x2, scope)
.