tensorflow::ops

Function bessel_k1e

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

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