1. 02 Aug, 2018 2 commits
  2. 27 Jul, 2018 1 commit
  3. 10 Jul, 2018 1 commit
  4. 07 Jul, 2018 1 commit
  5. 06 Jul, 2018 1 commit
  6. 03 Jul, 2018 1 commit
  7. 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
  8. 06 Jun, 2018 1 commit
  9. 21 May, 2018 1 commit
  10. 18 May, 2018 1 commit
  11. 17 May, 2018 1 commit
  12. 15 May, 2018 2 commits
  13. 11 May, 2018 1 commit
  14. 10 May, 2018 1 commit
  15. 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
  16. 23 Apr, 2018 1 commit
  17. 20 Apr, 2018 1 commit
  18. 17 Apr, 2018 2 commits
  19. 16 Apr, 2018 3 commits
  20. 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
  21. 12 Apr, 2018 1 commit
  22. 10 Apr, 2018 1 commit
  23. 09 Apr, 2018 2 commits
  24. 06 Apr, 2018 3 commits
  25. 05 Apr, 2018 1 commit
  26. 04 Apr, 2018 1 commit
  27. 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
  28. 29 Mar, 2018 2 commits
    • Michał Karzyński's avatar
      [Py] Unify setup.py (#761) · 5b3ff145
      Michał Karzyński authored
      5b3ff145
    • arogowie-intel's avatar
      [Py] Python wrappers for nGraph ops. (#760) · 9aa63947
      arogowie-intel authored
      * Update avg_pool signature to be consistent with ngraph AvgPool.
      
      - Change parameters order and use more appropriate paramter names.
      - Add docstring.
      
      * Single file with test for pooling operations.
      
      - Add test for avg_pool for 2D case.
      
      * Code refactoring.
      
      - Rename parameters to be more verbose.
      - Change function return type, to enable general usage.
      
      * Add UT for ceil, ceiling and abs.
      
      * Update docstrings and type annotations.
      
      * Add UT for broadcast operation.
      
      * Add UT for concat operation.
      
      - Minor change: add optional node name function parameter.
      
      * Code formatting.
      
      * UT for constant and convert operations.
      
      - Move broadcast test to test_basic.py file.
      
      * Update function signature.
      
      - Update to be consistent with nGraph object API.
      
      * Review fix.
      
      - Update type annotations.
      - Update docstring.
      - Change local variables names to be consistent.
      
      * Refactoring - put some commonly used functions into util.py.
      
      * Update convolution operation signature.
      
      - Add docstring
      - Update to be consistent with respective nGraph object API.
      - Formatting in UT.
      
      * Fix import statements under py27.
      
      * Correct quotation marks.
      
      * Revert changes: use AxisSet as a return type.
      
      * Review fix.
      
      - Update parameter names to be consistent with respective parameters of nGraph object constructors.
      
      * Review fix
      
      - Set seed for random number generation to be repeatable.
      - Use numpy.allclose.
      
      * Change serialize routine
      
      * Change serialize routine call for onnx
      
      * Run clang-format on constant.cpp
      
      * Update function type annotation.
      9aa63947
  29. 28 Mar, 2018 1 commit