1. 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
  2. 23 Apr, 2019 1 commit
  3. 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
  4. 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
  5. 26 Feb, 2019 1 commit
  6. 25 Feb, 2019 1 commit
  7. 12 Feb, 2019 1 commit
  8. 05 Feb, 2019 1 commit
  9. 26 Jan, 2019 1 commit
  10. 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
  11. 16 Jan, 2019 1 commit
  12. 03 Jan, 2019 1 commit
  13. 18 Dec, 2018 1 commit
  14. 14 Dec, 2018 1 commit
  15. 11 Dec, 2018 1 commit
  16. 06 Dec, 2018 2 commits
  17. 04 Dec, 2018 2 commits
  18. 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
  19. 28 Nov, 2018 2 commits
  20. 21 Nov, 2018 1 commit
  21. 16 Nov, 2018 1 commit
  22. 18 Oct, 2018 1 commit
  23. 15 Oct, 2018 1 commit
  24. 29 Sep, 2018 1 commit
  25. 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
  26. 31 Aug, 2018 2 commits
    • Scott Cyphers's avatar
      Validate/infer types as a virtual function (#1463) · 132b5305
      Scott Cyphers authored
      * Validate/infer types as a virtual function
      BroadcastLike, ScalarConstantLike
      Set output shape separately from output types
      Remove some obsolete tests
      Replace *Like ops with fixed type versions
      
      * Review comments
      
      * Remove TensorViewType
      
      * Remove PrimaryTensorView
      
      * Reviewer comments
      
      * Style fix.
      
      * Another try at GPU
      
      * GPU
      
      * Simplify class hierarchy
      
      * More of previous.
      
      * Better errors
      
      * Remove unneeded classes
      
      * Merge
      
      * Update Python bindings
      
      * clang-format
      
      * Remove redundant files
      
      * Remove commented out lines
      
      * clang-format
      
      * Group includes
      
      * Missing tests
      
      * Merge error
      132b5305
    • 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
  27. 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
  28. 06 Jul, 2018 1 commit
  29. 16 Apr, 2018 2 commits
  30. 06 Apr, 2018 1 commit
  31. 05 Apr, 2018 1 commit
  32. 29 Mar, 2018 1 commit
  33. 26 Mar, 2018 1 commit
  34. 19 Mar, 2018 1 commit