Function tensorflow::ops::sigmoid_grad
source · pub fn sigmoid_grad<O0: Into<Output>, O1: Into<Output>>(
y: O0,
dy: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SigmoidGrad::new().build(y, dy, scope)
.