Function tensorflow::ops::bessel_y0

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

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