Function tensorflow::ops::relayout_grad
source · pub fn relayout_grad<O0: Into<Output>, O1: Into<Output>>(
input: O0,
forward_input: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RelayoutGrad::new().build(input, forward_input, scope)
.