Function tensorflow::ops::ref_merge

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

Shorthand for RefMerge::new().build(inputs, scope).