Function tensorflow::ops::rsqrt_grad

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

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