.. |
sparse
|
Add dispatch support to more Python APIs.
|
2020-05-15 11:03:18 -07:00 |
__init__.py
|
|
|
adjoint_registrations.py
|
|
|
BUILD
|
Move linear algebra ops 'lu_solve', 'lu_inverse', and 'lu_reconstruct' from TensorFlow Probability to TensorFlow core.
|
2019-08-21 15:25:06 -07:00 |
cholesky_registrations.py
|
Add cholesky factorization to LinearOperator.
|
2018-11-14 18:20:22 -08:00 |
inverse_registrations.py
|
Add inverse registration for LinearOperatorBlockLowerTriangular .
|
2020-01-30 09:44:38 -08:00 |
linalg_impl.py
|
Add banded triangular solve op.
|
2020-06-18 10:03:35 -07:00 |
linalg.py
|
Add the lower-triangular blockwise linear operator, tf.linalg.LinearOperatorBlockLowerTriangular .
|
2020-01-29 14:02:05 -08:00 |
linear_operator_addition.py
|
Add the lower-triangular blockwise linear operator, tf.linalg.LinearOperatorBlockLowerTriangular .
|
2020-01-29 14:02:05 -08:00 |
linear_operator_adjoint.py
|
Add Condition number method to LinearOperator.
|
2019-11-25 15:20:34 -08:00 |
linear_operator_algebra.py
|
|
|
linear_operator_block_diag.py
|
Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks.
|
2020-03-10 17:18:47 -07:00 |
linear_operator_block_lower_triangular.py
|
Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks.
|
2020-03-10 17:18:47 -07:00 |
linear_operator_circulant.py
|
minor spelling tweaks
|
2020-02-11 15:09:21 +09:00 |
linear_operator_composition.py
|
Get around deprecation warning in setting of graph_parents in LinearOperator
|
2019-11-05 15:26:59 -08:00 |
linear_operator_diag.py
|
Add Condition number method to LinearOperator.
|
2019-11-25 15:20:34 -08:00 |
linear_operator_full_matrix.py
|
Suppress 'conversion to a dense matrix' warning from LinearOperatorFullMatrix.solve().
|
2020-02-20 15:02:23 -08:00 |
linear_operator_householder.py
|
Closing backticks were not there breaking the website's view.
|
2020-03-31 15:05:07 -07:00 |
linear_operator_identity.py
|
Add Condition number method to LinearOperator.
|
2019-11-25 15:20:34 -08:00 |
linear_operator_inversion.py
|
Add Condition number method to LinearOperator.
|
2019-11-25 15:20:34 -08:00 |
linear_operator_kronecker.py
|
Get around deprecation warning in setting of graph_parents in LinearOperator
|
2019-11-05 15:26:59 -08:00 |
linear_operator_low_rank_update.py
|
Use broadcasting triangular solve in LinearOperator and in more places.
|
2020-01-28 08:40:00 -08:00 |
linear_operator_lower_triangular.py
|
Use broadcasting triangular solve in LinearOperator and in more places.
|
2020-01-28 08:40:00 -08:00 |
linear_operator_permutation.py
|
Closing backticks were not there breaking the website's view.
|
2020-03-31 15:05:07 -07:00 |
linear_operator_test_util.py
|
Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks.
|
2020-03-10 17:18:47 -07:00 |
linear_operator_toeplitz.py
|
Get around deprecation warning in setting of graph_parents in LinearOperator
|
2019-11-05 15:26:59 -08:00 |
linear_operator_tridiag.py
|
Add LinearOperatorTridiag for tridiagonal matrices.
|
2019-12-16 13:03:00 -08:00 |
linear_operator_util.py
|
Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks.
|
2020-03-10 17:18:47 -07:00 |
linear_operator_zeros.py
|
Add eigvals to LinearOperator. This will return the eigenvalues of a self-adjoint operator.
|
2019-10-14 20:42:12 -07:00 |
linear_operator.py
|
Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks.
|
2020-03-10 17:18:47 -07:00 |
matmul_registrations.py
|
Register matmuls and solves between ScaledIdentity LinearOperators.
|
2019-10-02 18:00:47 -07:00 |
registrations_util.py
|
|
|
solve_registrations.py
|
Register matmuls and solves between ScaledIdentity LinearOperators.
|
2019-10-02 18:00:47 -07:00 |