- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
* Opt /doc/examples into the new comment-wrapping rules * Typo * Update rst line number refs
-
- 12 Jul, 2019 1 commit
-
-
Robert Kimball authored
* use bash method for style on Linux and Apple because it is faster * cleanup * address PR review comment * make scripts executable
-
- 04 Dec, 2018 1 commit
-
-
Robert Kimball authored
* wip * wip * style check checking * try cmake version of check/apply style * update style check to print list of files in error * cleanup
-
- 14 May, 2018 1 commit
-
-
Yixing Lao authored
* Enable NNP reverse build, clean up ngraph repo * clean mkldnn cmake
-
- 03 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* More extensive examples of graph building. * Review comments * Review comments * Review comments
-
- 30 Mar, 2018 1 commit
-
-
Sandeep authored
-
- 20 Mar, 2018 1 commit
-
-
Sandeep authored
* topolotical-sort based node clustering * cmake builds * Argon manager renamed to NNP along with placement * nnp dir cmake changes * tests pass * more renames * somemore renames * reslove redefination * revert to ARGON_API * more PR comments and remove nnp-fusion tests as redundant * update path * fix format
-
- 19 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* add python dir to check-code-format and re-run apply-code-format on it * 0644 -> 0755
-
- 26 Feb, 2018 1 commit
-
-
Yixing Lao authored
* initial support for hybrid transformer * add broadcast_vector_rowwise_reversed for hybrid test * headerc * get function placement fix * conv ref test generator graph node in labmda fuction * rename map_parameter_to_source_node * type change map_parameter_to_source_node * use interpreter for numerical derivative * better comments
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 05 Oct, 2017 2 commits
-
-
Christian Convey authored
-
Adam Procter authored
Emacs likes to add hidden symlinks with names like '.#myfile.cpp' that don't actually point to real files as a locking mechanism, which cause the format check/apply scripts to fail. This tweaks the format scripts to ignore files that are symlinks (adds a -type f predicate to the find commands), which gets around this issue.
-
- 07 Aug, 2017 1 commit
-
-
Christian Convey authored
-