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