Function tensorflow::ops::deep_copy

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

Shorthand for DeepCopy::new().build(x, scope).