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