Function tensorflow::ops::max_pool3_dgrad_grad
source · pub fn max_pool3_dgrad_grad<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 MaxPool3DGradGrad::new().build(orig_input, orig_output, grad, scope)
.