1. 05 Jun, 2019 2 commits
  2. 01 May, 2019 1 commit
    • Robert Kimball's avatar
      Fix python stuff on Scott's PR (#2843) · bf865efd
      Robert Kimball authored
      * Remove parameter, result, and node vector files and class, use vector
      
      * Fix gcc issues
      
      * style
      
      * Remove python references
      
      * update python files
      
      * fix error
      
      * fix build error
      bf865efd
  3. 05 Apr, 2019 1 commit
    • Adam Procter's avatar
      Change OneHot to accept only integral types (#2689) · 9fea22b2
      Adam Procter authored
      * Change OneHot to accept only non-real types
      
      * Update docstring
      
      * Update Python test
      
      * Add is_integral to element::Type
      
      * Update docs
      
      * Change is_integral to false for boolean
      
      * Revert "Change is_integral to false for boolean"
      
      This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186.
      
      * Revert "Add is_integral to element::Type"
      
      This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca.
      
      * Change is_integral so it is, by definition, !is_real
      9fea22b2
  4. 01 Mar, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 04 Feb, 2019 1 commit
  7. 26 Jan, 2019 1 commit
  8. 17 Jan, 2019 1 commit
    • Adam Procter's avatar
      Retire FunctionCall, Reduce, ReduceWindow, SelectAndScatter (#2223) · 18d0993e
      Adam Procter authored
      * Retire Reduce, ReduceWindow, SelectAndScatter
      
      * Remove lingering AnyAllReplacement code
      
      * Remove apparently-now-unused macro
      
      * Remove lingering op/reduce.hpp includes
      
      * Remove FunctionCall
      
      * Update Python stuff to remove FunctionCall, Reduce
      
      * Add Any/All tests to GPU manifest
      
      * Remove deleted .hpp #include from gpu_compiled_function.cpp
      
      * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing
      
      * Add reduce_function.cpp back into CMakeLists.txt
      
      * Remove #include of deleted reduce.hpp
      
      * Re-remove AnyAllReplacement from GPU passes
      
      * Remove deleted #includes from gpu_internal_function.cpp
      
      * Remove git conflict stuff (whoops)
      
      * Add newline at EOF, per review comment
      
      * Address flake8 complaint about unused import
      18d0993e
  9. 03 Jan, 2019 1 commit
  10. 18 Dec, 2018 1 commit
  11. 07 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Backend API change pre-work (#2064) · e0933553
      Robert Kimball authored
      * change compile call to return Handle
      
      * make CPU require compile() before call()
      
      * fix unit tests to call compile() before call()
      
      * fix failing ops
      
      * update unit test
      
      * revert some changes
      
      * more fixups
      
      * more diff cleanup
      
      * a few more issues addressed
      
      * more fixes
      
      * update API
      
      * more updates
      
      * fix test_ops.py
      
      * fix
      
      * another attempt to fix
      
      * fix unit test
      
      * fix test error
      e0933553
  12. 06 Dec, 2018 1 commit
  13. 04 Dec, 2018 2 commits
  14. 29 Oct, 2018 1 commit
    • Rob Earhart's avatar
      Add PlaidML backend (#1888) · f0acb7da
      Rob Earhart authored
      * Add PlaidML backend
      
      * CR comments
      
      Used m_ prefix for members; removed trailing underscores
      Updated license headers
      Moved associated header inclusions to project blocks
      Wrapped comments to 100 chars
      Added missing newlines between functions
      Removed nested namespaces in operation implementations
      
      * Add earhart to CODEOWNERS
      
      * Rebase updates
      
      * style
      f0acb7da
  15. 24 Oct, 2018 1 commit
  16. 06 Sep, 2018 1 commit
    • Sang Ik Lee's avatar
      TopK (w/ArgMax, ArgMin python wrapper) (#1560) · 3548772b
      Sang Ik Lee authored
      * Implement TopK.
      
      * Update python wrappers for TopK, ArgMin and ArgMax.
      
      * Address some reviewer comments.
      
      * Add type property check tests for TopK.
      Set correct TopK behavior for K==0.
      
      * TopK: Add 1d and 3d unit tests.
      
      * Address more reviewer comments.
      
      * Apply code style.
      3548772b
  17. 03 Sep, 2018 1 commit
  18. 31 Aug, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Expose onnx_import C++ interface in Python API. (#1499) · 12def435
      Adam Rogowiec authored
      * Expose onnx_import C++ interface in Python API.
      
      * Pretty printing.
      
      * Add Computation interface using Ngraph Function objects plus UT.
      
      * Apply code format.
      
      * Remove unnecessary stream open mode.
      
      - Code formatting.
      
      * Fix onnx_import submodule visibility.
      
      - Folder restructurization.
      
      * Fix some small errors.
      
      - Wrong function type annotations.
      - Class doc.
      - Code formatting.
      - Class inheritance from object.
      
      * Use modified Runtime class interface.
      
      * Add model for test_onnx_import.
      
      * Revert back to old API.
      
      - Use of Function object in Computation class.
      
      * Use of previous verions API.
      
      * Small refactoring
      
      * Code cleanup
      12def435
  19. 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
  20. 10 Aug, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 10 Jul, 2018 1 commit
  23. 07 Jul, 2018 1 commit
  24. 06 Jul, 2018 1 commit
  25. 03 Jul, 2018 1 commit
  26. 21 May, 2018 1 commit
  27. 18 May, 2018 1 commit
  28. 16 Apr, 2018 1 commit
  29. 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
  30. 12 Apr, 2018 1 commit
  31. 09 Apr, 2018 1 commit
    • raramer01's avatar
      Becky/enable more python gpu tests (#830) · e5c3769d
      raramer01 authored
      * unskipping passing gpu tests
      
      * skipping failing gpu tests
      
      * import pytest as needed
      
      * fix style issues
      
      * unskip passing test
      
      * add additional skip reason, unable to compile
      e5c3769d
  32. 06 Apr, 2018 1 commit
    • arogowie-intel's avatar
      [Py] Python nGraph operations wrappers. (#821) · fa6c2a60
      arogowie-intel authored
      * Add/update Python wrappers for nGraph operations.
      
      - NotEqual, OneHot, Power, Sqrt, Relu, Sign, Sin, Sinh, Tan, Subtract, Select, Tanh, Sum, Reduce,
      Softmax, ReplaceSlice, Reverse
      - Add UT for Relu, Sign, Sin, Sinh, Sqrt, Tan, Tanh,
      
      * Add UT for cases when Cos and Sin are giving incorrect results.
      
      * Alphabetically sorted imports.
      
      * Small refactoring.
      
      - Update docstrings
      - Remove unnecesary auxiliary local variable.
      fa6c2a60
  33. 04 Apr, 2018 1 commit
  34. 30 Mar, 2018 1 commit
    • 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
  35. 29 Mar, 2018 1 commit
    • 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
  36. 28 Mar, 2018 1 commit
  37. 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