Function tensorflow::ops::zeta

source ·
pub fn zeta<O0: Into<Output>, O1: Into<Output>>(
    x: O0,
    q: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Zeta::new().build(x, q, scope).