Function tensorflow::ops::sparse_concat
source · pub fn sparse_concat<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
indices: O0,
values: O1,
shapes: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseConcat::new().build(indices, values, shapes, scope)
.