tensorflow::ops

Function py_func_stateless

Source
pub fn py_func_stateless<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for PyFuncStateless::new().build(input, scope).