Function tensorflow::ops::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)
.