1. 16 Aug, 2018 1 commit
    • tsocha's avatar
      [Py] Wrapper for LRN (#1313) · 70738769
      tsocha authored
      * [Py] Wrapper for LRN
      
      * Add missing header
      
      * Add default param values, docs and some unit tests
      
      * Fixes
      
      * clang-format
      70738769
  2. 10 Aug, 2018 1 commit
  3. 02 Aug, 2018 2 commits
  4. 27 Jul, 2018 1 commit
  5. 10 Jul, 2018 1 commit
  6. 07 Jul, 2018 1 commit
  7. 06 Jul, 2018 1 commit
  8. 03 Jul, 2018 1 commit
  9. 26 Jun, 2018 1 commit
    • Igor Kaplounenko's avatar
      OS X support (#1098) · 5395a378
      Igor Kaplounenko authored
      * updated to work with llvm 8.1 that tensorflow is built with
      
      * sane extensions on the mac
      
      * not doing rpath on apple
      
      * apply style
      5395a378
  10. 06 Jun, 2018 1 commit
  11. 21 May, 2018 1 commit
  12. 18 May, 2018 1 commit
  13. 17 May, 2018 1 commit
  14. 15 May, 2018 2 commits
  15. 11 May, 2018 1 commit
  16. 10 May, 2018 1 commit
  17. 26 Apr, 2018 1 commit
    • Adam Rogowiec's avatar
      [Py] Python nGraph API doc (#885) · c9d65479
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      c9d65479
  18. 23 Apr, 2018 1 commit
  19. 20 Apr, 2018 1 commit
  20. 17 Apr, 2018 2 commits
  21. 16 Apr, 2018 3 commits
  22. 13 Apr, 2018 2 commits
    • Robert Kimball's avatar
      Remove legacy Backend API (#848) · ec501913
      Robert Kimball authored
      * remove deprecated
      
      * remove all legacy Backend API usage
      
      remove deprecated files
      
      * pull in changes from master
      
      * fix GPU calls
      
      * disable tests in convolution generator
      
      * update per PR comments. Enable performance counter feature.
      
      * update per PR comments
      
      * fix build error
      
      * fix conditionally compiled test :(
      ec501913
    • arogowie-intel's avatar
      [Py] Add python wrapper for nGraph Reduce operation. (#827) · c80a1076
      arogowie-intel authored
      * Add python wrapper for nGraph Reduce operation.
      
      - Add UT.
      
      * Refactoring.
      
      - Add UT case with default reduction on all axes.
      
      * Extend `reduce` operation signature to also accept `Function` object.
      
      - Add UT case.
      
      * Fix formatting errors.
      c80a1076
  23. 12 Apr, 2018 1 commit
  24. 10 Apr, 2018 1 commit
  25. 09 Apr, 2018 2 commits
  26. 06 Apr, 2018 3 commits
  27. 05 Apr, 2018 1 commit
  28. 04 Apr, 2018 1 commit
  29. 30 Mar, 2018 2 commits
    • Michał Karzyński's avatar
      Bugfix in tox.ini (#794) · 6909850e
      Michał Karzyński authored
      6909850e
    • arogowie-intel's avatar
      [Py] Python wrappers for nGraph operations. (#793) · 86fd6a53
      arogowie-intel authored
      * Add python wrappers for nGraph Cos, Cosh operations.
      
      - Update docstrings.
      
      * Enable auxiliary function running computation to accept multiple input nodes.
      
      * Python wrapper for nGraph Dot function with UT.
      
      * Update python wrappers for nGraph Exp and Equal operations.
      
      - Update docstrings.
      - Add UT for exp.
      
      * Update python wrappers for nGraph Floor, Greater, GreaterEq, Less, LessEq operations.
      
      - Update docstrings.
      - Add UT for ng.floor.
      
      * Update python wrapper for nGraph Log operation.
      
      - Update docstring.
      - Add UT.
      86fd6a53
  30. 29 Mar, 2018 1 commit