Function tensorflow::ops::parallel_concat
source · pub fn parallel_concat<O0: Into<Output>>(
values: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ParallelConcat::new().build(values, scope)
.