Function tensorflow::ops::batch_function
source · pub fn batch_function<O0: Into<Output>, O1: Into<Output>>(
in_tensors: O0,
captured_tensors: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BatchFunction::new().build(in_tensors, captured_tensors, scope)
.