Function tensorflow::ops::risc_sign

source ·
pub fn risc_sign<O0: Into<Output>>(
    x: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RiscSign::new().build(x, scope).