This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
third_party
/
eigen3
/
Eigen
History
zhengxq
da41c02d28
Merge commit for internal changes
2016-08-04 18:04:27 -07:00
..
Cholesky
Merge changes from github.
2016-07-25 15:02:34 -07:00
Core
Merge changes from github.
2016-07-25 15:02:34 -07:00
Eigenvalues
Merge changes from github.
2016-07-25 15:02:34 -07:00
LU
Merge changes from github.
2016-07-25 15:02:34 -07:00
QR
Merge changes from github.
2016-07-25 15:02:34 -07:00
SVD
Add an op for singular value decomposition (SVD) of a dense matrix or batches of dense matrices. This calls Eigen::JacobiSVD<Matrix, Eigen::HouseholderQRPreconditioner> which is known to be rather slow. This change is primarily intended to get the TensorFlow interfaces and functionality in place. We intend to swap out the "backend" with a higher performance algorithm implementation in the future.
2016-08-01 09:16:12 -07:00