tf.raw_ops.BatchMatrixTriangularSolve
tf.raw_ops.BatchMatrixTriangularSolve(
matrix, rhs, lower=True, adjoint=False, name=None
)
| Аргументы | |
|---|---|
matrix | A Tensor. Должен быть одним из следующих типов: float64, float32. |
rhs | A Tensor. Должен иметь тот же тип, что и matrix. |
lower | Необязательный bool. По умолчанию True. |
adjoint | Необязательный bool. По умолчанию False. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor. Имеет тот же тип, что и matrix. |
© 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/BatchMatrixTriangularSolve