Function tensorflow::ops::bessel_y1

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

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