tensorflow::ops

Function 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).