Function tensorflow::ops::sqrt_grad

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

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