tf.raw_ops.RaggedFillEmptyRows

value_rowidsA Tensor of type int64.
valuesA Tensor.
nrowsA Tensor of type int64.
default_valueA Tensor. Must have the same type as values.
nameA name for the operation (optional).

A tuple of Tensor objects (output_value_rowids, output_values, empty_row_indicator, reverse_index_map).
output_value_rowidsA Tensor of type int64.
output_valuesA Tensor. Has the same type as values.
empty_row_indicatorA Tensor of type bool.
reverse_index_mapA Tensor of type int64.