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