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