Function tensorflow::ops::bessel_k0

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

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