tensorflow::ops

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