STT-tensorflow/tensorflow/python/ops/linalg
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
sparse PY2 removal cleanup 2021-01-15 16:48:57 -08:00
__init__.py
adjoint_registrations.py
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
cholesky_registrations.py
inverse_registrations.py
linalg_impl.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
linalg.py
linear_operator_addition.py
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 Prefer using assignment vs. addition/multiplication assignment. 2021-01-13 04:25:44 -08:00
linear_operator_low_rank_update.py Include all parameters in LinearOperatorLowRankUpdate batch shape calculation. 2021-01-08 07:13:59 -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 Internal symbol name change. 2021-01-05 14:15:45 -08: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 Internal symbol name change. 2021-01-05 14:15:45 -08:00
matmul_registrations.py
registrations_util.py PR #43819: Fix operator check 2020-10-07 13:11:50 -07:00
solve_registrations.py