Function tensorflow::ops::stateless_while
source · pub fn stateless_while<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatelessWhile::new().build(input, scope)
.