tensorflow::ops

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