tensorflow::ops

Function max_pool_grad_grad_with_argmax

Source
pub fn max_pool_grad_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 MaxPoolGradGradWithArgmax::new().build(input, grad, argmax, scope).