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