pub fn max_pool3_dgrad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    orig_input: O0,
    orig_output: O1,
    grad: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MaxPool3DGrad::new().build(orig_input, orig_output, grad, scope).