Function tensorflow::ops::ref_enter

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

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