aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linalg
Commit message (Expand)AuthorAge
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Move LinearOperator to tf.linalg (with backwards compatibility support in con...Gravatar Eugene Brevdo2017-10-10
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Add complex tensors support to `matrix_determinant`.Gravatar A. Unique TensorFlower2017-07-06
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
* Minor docstring formatting fix.Gravatar A. Unique TensorFlower2017-06-20
* .trace() added to LinearOperator base class.Gravatar Ian Langmore2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* LinearOperator.apply --> .matmul and .matvecGravatar Ian Langmore2017-05-16
* .assert_positive_definite and .assert_non_singular default implementationsGravatar Ian Langmore2017-05-15
* 1. Default implementation of determinant, log_determinant added.Gravatar Ian Langmore2017-05-03
* Speed up linear_operator_udvh_update_test by removing the tests for 10x10Gravatar Ian Langmore2017-04-12
* Relabeling some tests.Gravatar Vinu Rajashekhar2017-04-11
* LinearOperator: adjoint_arg kwarg added to all operators. Now,Gravatar Ian Langmore2017-04-07
* TEST: Getting reasonable test sizes on linalg library, removing need forGravatar Ian Langmore2017-04-07
* matrix_adjoint added to contrib/linalg/linear_operator_utilGravatar Ian Langmore2017-04-06
* TESTFIX: LinearOperatorFullMatrix placeholder test was not using aGravatar Ian Langmore2017-03-31
* matmul_with_broadcast added to linear_operator_util. This is like matmul, butGravatar Ian Langmore2017-03-29
* BUGFIX: Correct definition of positive definite. Previously, we stated thingsGravatar Ian Langmore2017-03-28
* LinearOperator name change: LinearOperatorMatrix --> LinearOperatorFullMatrixGravatar Ian Langmore2017-03-01
* LinearOperatorUDVHUpdate argument name change: diag --> update_diagGravatar Ian Langmore2017-03-01
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* "the the" -> "the"Gravatar A. Unique TensorFlower2017-02-21
* linear_operator_addition.py added to contrib/linalg/.Gravatar Ian Langmore2017-02-14
* Documentation changes to adhere to new doc generatorGravatar Andrew Selle2017-02-13
* All LinearOperatorsGravatar Ian Langmore2017-02-12
* BREAKING CHANGE: Rename MVN usage of Greek and refactor to useGravatar Joshua V. Dillon2017-02-10
* LinearOperatorUDUHUpdate: Fixed .shape and .shape_dynamic to account for bro...Gravatar Ian Langmore2017-02-09
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* LinearOperatorUDVH Added to contrib/linalg/Gravatar Ian Langmore2017-01-19
* linear_operator_test_util.py: test_log_abs_det added. This testsGravatar Ian Langmore2017-01-17
* Name change in LinearOperator: batch_shape_dynamic --> batch_shape_tensor.Gravatar Ian Langmore2017-01-17
* LinearOperatorScaledIdentity added to contrib/linalg/Gravatar Ian Langmore2017-01-13
* Speed up tensorflow/contrib/linalg:linear_operator_composition_test.Gravatar Peter Hawkins2017-01-11
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* LinearOperatorIdentity added to tensorflow/contrib/linalg/Gravatar Ian Langmore2017-01-04
* LinearOperator (base class), prefer statically defined shape if available.Gravatar Ian Langmore2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* LinearOperatorComposition: Update concat --> concat_v2.Gravatar Ian Langmore2016-12-27
* Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
* Automated rollback of change 142316271Gravatar Andrew Selle2016-12-16
* Remove tf.complex_abs from the TensorFlow Python API. tf.abs should be used f...Gravatar A. Unique TensorFlower2016-12-16
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* LinearOperatorComposition: Add a test for the name.Gravatar Ian Langmore2016-12-13
* LinearOperator new classes/test improvements.Gravatar Ian Langmore2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06