1. 31 Oct, 2019 1 commit
  2. 11 Oct, 2019 1 commit
    • Ewa Tusień's avatar
      [Py] Added operators GroupConvolution and RNNCell to Python API. (#3425) · 8d1e2196
      Ewa Tusień authored
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Code formatting.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * Revert "Merge branch 'master' into etusien/GroupConv_RNNCell"
      
      This reverts commit a1848ea48916b293d5260869b2a52827bea21981, reversing
      changes made to 6a60068abf8e5391bf875ee22573eb1aa388b047.
      
      * [Py] Reverted changes.
      
      * [Py] Changed imports' list
      
      * [Py] Added missed imports.
      
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Reverted changes.
      
      * Revert "Revert "Merge branch 'master' into etusien/GroupConv_RNNCell""
      
      This reverts commit 9c46ce5d289dadc4979e4712c79fff84bb538652.
      
      * [Py] Reverted changes.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Added PadType to Group Conv op.
      8d1e2196
  3. 04 Sep, 2019 1 commit
  4. 28 Aug, 2019 1 commit
  5. 12 Aug, 2019 1 commit
  6. 09 Aug, 2019 1 commit
  7. 08 Aug, 2019 1 commit
  8. 02 Aug, 2019 1 commit
  9. 30 Jul, 2019 2 commits
  10. 25 Jul, 2019 1 commit
  11. 24 Jul, 2019 1 commit
  12. 23 Jul, 2019 1 commit
  13. 22 Jul, 2019 1 commit
    • Ewa Tusień's avatar
      [Py] Added elu operator to Python API. (#3236) · e4955613
      Ewa Tusień authored
      * Added elu operator to Python API.
      
      * Added missing file.
      
      * Specified elu function description.
      
      * Expand docstring
      
      * [Py] Added test with scalar for elu operator.
      
      * Bugfix
      
      *  [Py] Changed input type in elu test.
      
      * Update test_ops_binary.py
      
      * [Py] Syntax bugfix.
      
      * [Py] Added elu operator to list in documentation.
      e4955613
  14. 12 Jul, 2019 1 commit
  15. 11 Jul, 2019 1 commit
  16. 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
  17. 23 Apr, 2019 1 commit
  18. 17 Apr, 2019 1 commit
    • Tomasz Dołbniak's avatar
      [ONNX] Erf op support (#2763) · 45e4e893
      Tomasz Dołbniak authored
      * [ONNX] Erf op support
      
      * [ONNX] Missing CMakeLists entry for the Erf op
      
      * [ONNX] model_erf unit test excluded from GPU
      
      * Update quoting style to fix errors raised by updated version of flake8.
      45e4e893
  19. 28 Mar, 2019 1 commit
    • Jianying Lang's avatar
      Add BroadcastDistributed op (#2243) · 3af7837b
      Jianying Lang authored
      * Add MPI_Bcast to nGraph core
      
      * Add mpi_broadcast op and pass the unit test on CPU backend
      
      * Modify API for MLSL
      
      * Remove unused variable
      
      * Fix the format
      
      * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp.
      
      * Fix emitter function for DistBroadcast op
      
      * Fix format
      
      * Fix the emitter function for distbroadcast op
      
      * Fix format
      
      * Delete the reference code for distbroadcast op
      
      * Include mlsl.h from ngraph build for genernal external usage
      
      * Change back for build
      
      * Fix alphabetical order issue and line space
      
      * Rename disbroadcast to broadcastdistributed
      
      * Change back continue
      
      * Update the changes
      
      * Fix style
      
      * Delete unused variables
      
      * Change some text format
      
      * Add support for interpreter backend for broadcastdistributed
      
      * Delete some redundant code
      
      * Fix format
      
      * rename
      
      * remove unused file
      
      * More renames
      
      * renaming
      
      * Remove one unused file
      
      * Fix a bug
      
      * add back redundant
      
      * One more commit
      
      * More commits
      
      * Unify distributed_send and distributed_recv functions
      
      * Fix format
      3af7837b
  20. 26 Feb, 2019 1 commit
  21. 25 Feb, 2019 1 commit
  22. 12 Feb, 2019 1 commit
  23. 05 Feb, 2019 1 commit
  24. 26 Jan, 2019 1 commit
  25. 17 Jan, 2019 2 commits
    • 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
    • Clive Cox's avatar
      Changed python setup multiprocessing usage · 0054eb29
      Clive Cox authored
      0054eb29
  26. 16 Jan, 2019 1 commit
  27. 03 Jan, 2019 1 commit
  28. 18 Dec, 2018 1 commit
  29. 14 Dec, 2018 1 commit
  30. 11 Dec, 2018 1 commit
  31. 06 Dec, 2018 2 commits
  32. 04 Dec, 2018 2 commits
  33. 30 Nov, 2018 1 commit
    • aslepko's avatar
      Update setup.py (#2148) · 281c8ea1
      aslepko authored
      * Update setup.py
      
      * Update setup.py
      
      * fix errors in edit
      
      * fix ascii error
      
      * get the right readme
      
      * rename a variable at Scott's request
      281c8ea1
  34. 28 Nov, 2018 2 commits
  35. 21 Nov, 2018 1 commit