1. 14 Nov, 2017 1 commit
  2. 09 Nov, 2017 1 commit
  3. 06 Nov, 2017 1 commit
  4. 01 Nov, 2017 1 commit
  5. 31 Oct, 2017 1 commit
  6. 30 Oct, 2017 8 commits
  7. 27 Oct, 2017 2 commits
  8. 25 Oct, 2017 3 commits
  9. 24 Oct, 2017 1 commit
  10. 23 Oct, 2017 4 commits
  11. 20 Oct, 2017 9 commits
  12. 19 Oct, 2017 3 commits
  13. 18 Oct, 2017 3 commits
  14. 17 Oct, 2017 2 commits
    • Adam Procter's avatar
      Docs for ops (#200) · 89cef471
      Adam Procter authored
      Documentation for all ops that have been defined so far. Includes numerous edits by @ECouzens.
      89cef471
    • crlishka's avatar
      Update contrib/docker builds with features for ngraph-tensorflow integration builds (#195) · c6ff47d0
      crlishka authored
      * Refactored to run builds as user, not as root.  Added make install.  Added parallel build.  Expanded make clean to remove BUILD directory.  Moved log generation to makefile, so Jenkins job can let make do all of the work.
      
      * Changes/fixes to address code review.  Mainly adding double-quotes around variables and using $(...) expansion where appropriate (and semantically identical to back-quotes).
      
      * Add double-quotes for variable expansion safety.  Write error message in run_as_user.sh to stderr.
      
      * Remove chown_files.sh, made obsolete by running as user inside docker container.  Add set -e and set -u to run_as_user.sh, for further protection.
      c6ff47d0