tf.raw_ops.SparseMatrixTranspose
Транспонирует внутренние (матричные) измерения CSRSparseMatrix.
tf.raw_ops.SparseMatrixTranspose(
input, type, conjugate=False, name=None
)
Транспонирует внутренние (матричные) измерения SparseMatrix и необязательно сопрягает его значения.
| Аргументы | |
|---|---|
input | A Tensor типа variant. CSRSparseMatrix. |
type | tf.DType из: tf.float32, tf.float64, tf.complex64, tf.complex128. |
conjugate | Необязательный bool. По умолчанию False. Указывает, следует ли сопрягать input. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor типа variant. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/SparseMatrixTranspose