tensorflow::ops

Function 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).