Function tensorflow::ops::lrngrad
source · pub fn lrngrad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_grads: O0,
input_image: O1,
output_image: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LRNGrad::new().build(input_grads, input_image, output_image, scope)
.