.. |
sparse
|
Add dispatch support to more Python APIs.
|
2020-05-15 11:03:18 -07:00 |
__init__.py
|
|
|
adjoint_registrations.py
|
Add LinearOperatorHouseholder for Householder transformations.
|
2019-04-22 17:25:30 -07:00 |
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
|
Fix the mathjax in linalg expm
|
2020-08-17 15:25:03 -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
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_algebra.py
|
|
|
linear_operator_block_diag.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_block_lower_triangular.py
|
Overwrite inputs to LinearOperatorBlockLowerTriangular methods instead of modifying them in-place.
|
2020-09-08 18:30:44 -07:00 |
linear_operator_circulant.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_composition.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_diag.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_full_matrix.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_householder.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_identity.py
|
[TF.linalg LinearOperator] Add 'parameters' property to tf LinearOperator. (resubmission)
|
2020-08-19 16:46:41 -07:00 |
linear_operator_inversion.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_kronecker.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_low_rank_update.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_lower_triangular.py
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_permutation.py
|
[TF.linalg LinearOperator] Add 'parameters' property to tf LinearOperator. (resubmission)
|
2020-08-19 16:46:41 -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
|
Resolving deprecation warning about passing in graph_parent.
|
2020-12-17 17:11:45 -08:00 |
linear_operator_tridiag.py
|
[TF.linalg LinearOperator] Add 'parameters' property to tf LinearOperator. (resubmission)
|
2020-08-19 16:46:41 -07:00 |
linear_operator_util.py
|
The linalg.LinearOperator* Module APIs do not support top-level dispatching because they are classes w/ methods instead of top-level methods in TF's APIs. But, their class methods call out to APIs that do support dispatching.
|
2020-08-04 10:21:58 -07:00 |
linear_operator_zeros.py
|
[TF.linalg LinearOperator] Add 'parameters' property to tf LinearOperator. (resubmission)
|
2020-08-19 16:46:41 -07:00 |
linear_operator.py
|
[TF.linalg LinearOperator] Add 'parameters' property to tf LinearOperator. (resubmission)
|
2020-08-19 16:46:41 -07:00 |
matmul_registrations.py
|
Register matmuls and solves between ScaledIdentity LinearOperators.
|
2019-10-02 18:00:47 -07:00 |
registrations_util.py
|
PR #43819: Fix operator check
|
2020-10-07 13:11:50 -07:00 |
solve_registrations.py
|
Register matmuls and solves between ScaledIdentity LinearOperators.
|
2019-10-02 18:00:47 -07:00 |