tf.raw_ops.SparseMatrixSoftmaxGrad
Вычисляет градиент операции SparseMatrixSoftmax.
tf.raw_ops.SparseMatrixSoftmaxGrad(
softmax, grad_softmax, type, name=None
)
| Аргументы | |
|---|---|
softmax | A Tensor типа variant. CSRSparseMatrix. |
grad_softmax | A Tensor типа variant. Градиент softmax. |
type | A tf.DType из: tf.float32, tf.float64. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor типа variant. |
© 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/SparseMatrixSoftmaxGrad