tensorflow::ops

Function parallel_dynamic_stitch

Source
pub fn parallel_dynamic_stitch<O0: Into<Output>, O1: Into<Output>>(
    indices: O0,
    data: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ParallelDynamicStitch::new().build(indices, data, scope).