tensorflow::ops

Function tile_grad

Source
pub fn tile_grad<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    multiples: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for TileGrad::new().build(input, multiples, scope).