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