pub fn avg_pool3_dgrad<O0: Into<Output>, O1: Into<Output>>( orig_input_shape: O0, grad: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for AvgPool3DGrad::new().build(orig_input_shape, grad, scope).
AvgPool3DGrad::new().build(orig_input_shape, grad, scope)