pub fn eager_py_func<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for EagerPyFunc::new().build(input, scope).
EagerPyFunc::new().build(input, scope)