pub fn copy_to_mesh_grad<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    forward_input: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CopyToMeshGrad::new().build(input, forward_input, scope).