aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/Eigen
Commit message (Collapse)AuthorAge
...
* | Merge commit for internal changesGravatar Manjunath Kudlur2016-01-15
|\|
| * Upgrade to the latest version of eigen which improves the performance ofGravatar Benoit Steiner2016-01-15
| | | | | | | | | | matrix-vector products and provides various fixes for CUDA. Change: 112298067
* | Deleted the remainder of the local copy of eigen that is shipped withGravatar Benoit Steiner2016-01-12
|/ | | | TensorFlow.
* Upgraded to the latest version of Eigen, which fixes a compilation error asGravatar Benoit Steiner2016-01-11
| | | | | well the crash reported in https://github.com/tensorflow/tensorflow/issues/713. Change: 111874622
* Rollback of "Pulled the latest version of Eigen, which offers much faster ↵Gravatar Vijay Vasudevan2016-01-08
| | | | | | reductions on GPU" Change: 111739152
* Added 'logging' import to control_flow_ops which is used in the file but not ↵Gravatar A. Unique TensorFlower2016-01-05
| | | | | | imported. Change: 110842260
* Change: 110413131Gravatar Vijay Vasudevan2015-12-16
|
* Switched to the open source version of EigenGravatar A. Unique TensorFlower2015-12-16
| | | | Change: 110406666
* TensorFlow: upstream changes from Eigen to make build workGravatar Vijay Vasudevan2015-12-08
| | | | with nvcc in debug mode.
* TensorFlow: upstream changes from eigen to fix build fromGravatar Vijay Vasudevan2015-12-02
| | | | changes in last commit.
* TensorFlow: Removal of large assets and small other fixes.Gravatar Vijay Vasudevan2015-11-18
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Remove all large assets from the repoistory, incuding the other 50MiB model protobuf and a lot of images in our g3doc directory. We will maintain these assets externally for now. g3doc images may be broken for a little bit, but the website will be fine, which is the important resource. By @vrv and @petewarden. Updates READMES to reflect the external model resources. - Fix to saver's latest_checkpoint function by Zhifeng - Made protos visibility public by @vrv - Updates to docs by @mrry, Andy - Embed tensorboard resource for summary icon by Daniel - More updates to backwars compat by @josh11b Base CL: 108194981
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108