1. 10 Jul, 2018 1 commit
  2. 07 Jul, 2018 1 commit
  3. 06 Jul, 2018 1 commit
  4. 03 Jul, 2018 1 commit
  5. 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
  6. 06 Jun, 2018 1 commit
  7. 21 May, 2018 1 commit
  8. 18 May, 2018 1 commit
  9. 17 May, 2018 1 commit
  10. 15 May, 2018 2 commits
  11. 11 May, 2018 1 commit
  12. 10 May, 2018 1 commit
  13. 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
  14. 23 Apr, 2018 1 commit
  15. 20 Apr, 2018 1 commit
  16. 17 Apr, 2018 2 commits
  17. 16 Apr, 2018 3 commits
  18. 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
  19. 12 Apr, 2018 1 commit
  20. 10 Apr, 2018 1 commit
  21. 09 Apr, 2018 2 commits
  22. 06 Apr, 2018 3 commits
  23. 05 Apr, 2018 1 commit
  24. 04 Apr, 2018 1 commit
  25. 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
  26. 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
  27. 28 Mar, 2018 1 commit
  28. 27 Mar, 2018 1 commit
  29. 26 Mar, 2018 1 commit
  30. 23 Mar, 2018 1 commit
    • arogowie-intel's avatar
      [Py] Python wrappers for nGraph operations (#719) · c9737e83
      arogowie-intel authored
      * Add test for ng.absolute
      
      - remove unnecesary repetitive call to as_node
      
      * Add Acos operation with UT.
      
      - update docsrings
      - refactor and parameterize unit tests
      
      * Review refactoring fix.
      
      * Review refactoring fix part 2.
      
      * Add Asin and Atan nGraph operation wrappers.
      c9737e83