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