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