Function tensorflow::ops::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)
.