tensorflow::ops

Function tanh_grad

Source
pub fn tanh_grad<O0: Into<Output>, O1: Into<Output>>(
    y: O0,
    dy: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for TanhGrad::new().build(y, dy, scope).