tf.raw_ops.RaggedFillEmptyRows
tf.raw_ops.RaggedFillEmptyRows(
value_rowids, values, nrows, default_value, name=None
)
Args |
value_rowids
|
A Tensor of type int64 .
|
values
|
A Tensor .
|
nrows
|
A Tensor of type int64 .
|
default_value
|
A Tensor . Must have the same type as values .
|
name
|
A name for the operation (optional).
|
Returns |
A tuple of Tensor objects (output_value_rowids, output_values, empty_row_indicator, reverse_index_map).
|
output_value_rowids
|
A Tensor of type int64 .
|
output_values
|
A Tensor . Has the same type as values .
|
empty_row_indicator
|
A Tensor of type bool .
|
reverse_index_map
|
A Tensor of type int64 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-01-23 UTC.
[null,null,["Last updated 2024-01-23 UTC."],[],[]]