tf.raw_ops.RaggedFillEmptyRowsGrad
tf.raw_ops.RaggedFillEmptyRowsGrad(
reverse_index_map, grad_values, name=None
)
| Аргументы | |
|---|---|
reverse_index_map | A Tensor типа int64. |
grad_values | A Tensor. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
Кортеж объектов Tensor (d_values, d_default_value). | |
d_values | A Tensor. Имеет тот же тип, что и grad_values. |
d_default_value | A Tensor. Имеет тот же тип, что и grad_values. |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/raw_ops/RaggedFillEmptyRowsGrad