Function tensorflow::ops::unbatch_grad
source · pub fn unbatch_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
original_input: O0,
batch_index: O1,
grad: O2,
id: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for UnbatchGrad::new().build(original_input, batch_index, grad, id, scope)
.