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