Function tensorflow::ops::copy_to_mesh
source · pub fn copy_to_mesh<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CopyToMesh::new().build(input, scope)
.
pub fn copy_to_mesh<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for CopyToMesh::new().build(input, scope)
.