Function tensorflow::ops::map_defun
source · pub fn map_defun<O0: Into<Output>, O1: Into<Output>>(
arguments: O0,
captured_inputs: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for MapDefun::new().build(arguments, captured_inputs, scope)
.