Function tensorflow::ops::enter

source ·
pub fn enter<O0: Into<Output>>(data: O0, scope: &mut Scope) -> Result<Operation>
Expand description

Shorthand for Enter::new().build(data, scope).