Function tensorflow::ops::bessel_k0e
source · pub fn bessel_k0e<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BesselK0e::new().build(x, scope)
.
pub fn bessel_k0e<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for BesselK0e::new().build(x, scope)
.