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