aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph
Commit message (Collapse)AuthorAge
* Fixed the broken unit testsGravatar avijit-nervana2018-09-27
|
* Removed the hdrs list as it's not neeedGravatar avijit-nervana2018-09-25
|
* Updated the nGraph version.Gravatar avijit-nervana2018-09-24
|
* Merge pull request #22160 from NervanaSystems:avijit/add-cpu-backendGravatar TensorFlower Gardener2018-09-18
|\ | | | | | | PiperOrigin-RevId: 213546915
| * Updated with more unit testsGravatar avijit-nervana2018-09-05
| |
| * Updated the unit test filesGravatar avijit-nervana2018-09-04
| |
| * Added the api for the bridgeGravatar avijit-nervana2018-09-04
| |
| * Added comments.Gravatar avijit-nervana2018-08-28
| |
| * Added new version of the bridge that supports deviceless operation.Gravatar avijit-nervana2018-08-27
| |
| * Added more unit tests and upgraded to the device-less bridge.Gravatar avijit-nervana2018-08-24
| |
| * Updated build filesGravatar avijit-nervana2018-08-23
| |
| * Added the BUILD files for tbb and updated the ngraph.BUILD withGravatar avijit-nervana2018-08-22
|/ | | | CPU library (DEX).
* Fixed the licence file names that was causing the nGraph build to fail.Gravatar avijit-nervana2018-08-22
|
* Merge pull request #21122 from NervanaSystems:masterGravatar TensorFlower Gardener2018-08-21
| | | | PiperOrigin-RevId: 209623532
* Updated based on PR feedback.Gravatar Avijit2018-08-12
|
* Merge remote-tracking branch 'upstream/master' and changesGravatar avijit-nervana2018-07-31
| | | | based on PR review comments.
* nGraph integration with TensorFlowGravatar Avijit2018-07-24
* Added nGraph bridge as a third_party to be built with TensorFlow based on user selection. * Added a limited set of C++ unit tests to verify the correctness of the computation