1. 03 Apr, 2020 1 commit
  2. 02 Apr, 2020 1 commit
  3. 01 Apr, 2020 2 commits
    • mozga-intel's avatar
      [ NonZero ] operator with constant folding and onnx_importer support (#4431) · 37d37314
      mozga-intel authored
      * There is the files "non_zero.cpp & non_zero.hpp" for which operator non_zero is defined"
      The two files were added: non_zero.cpp & non_zero.hpp
      
      * The pull request present a study of extension of the NonZero operatos used for ML models:
      1) The various type of files was modified: cpp & hpp, onnx files & ng files
      2) Non_zero operator supports the onnx standard (there are added the files in which the operator is enabled: non_zero.cpp & non_zero.hpp)
      i
      
      * Operator description: refactor
      
      * GPU emitter - is not implemented
      
      * GPU emitter: v0 version
      
      * NoN zero: the input and output is adjusted to output shape & input_shape
      
      * Move the NonZero op to v3 namespace
      
      * Move NonZero to opset3
      
      * Correct shape inference for NonZero
      
      * NonZero op constant folding for 0D and 1D inputs
      
      * Constant folding for NonZero op
      
      * Correct output shape for NonZero & scalars
      
      * Helper function to test NonZero
      
      * NonZero constant folding UT for floats
      
      * Enable more data types in NonZero CF
      
      * NonZero type prop tests
      
      * NonZero constant folding tests (directly)
      
      * Use is_constant instead of casting in UT
      
      * NonZero op doxygen docs
      
      * onnx_importer docs adjustment
      
      * Correct version of the NonZero core op
      
      * Disable NonZero in GPU backend
      
      * Short circuit if all elems in data are identical
      
      * find_indices() optimization
      
      * Assert on the input shape in NonZeroElements
      
      * CF of NonZero with all non-zero values
      
      * NonZero CF test for scalars
      
      * bool support in NonZero
      
      * Missing include in NonZero CF
      
      * Dont throw if NonZero CF fails
      
      * Update src/ngraph/pass/constant_folding_non_zero.cpp
      Co-Authored-By: 's avatarRobert Kimball <robert.kimball@intel.com>
      
      * Removing warning
      Co-authored-by: 's avatartomdol <tomasz.dolbniak@intel.com>
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      37d37314
    • Ilya Churaev's avatar
      Remove Threads dependency (#4501) · 237f0c88
      Ilya Churaev authored
      * Experiment with removing Threads
      
      * Use private Threads
      
      * Removed Threads
      
      * Added Threads to benchmark
      
      * Revert Threads
      
      * Remove threads
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      237f0c88
  4. 31 Mar, 2020 4 commits
  5. 30 Mar, 2020 1 commit
  6. 26 Mar, 2020 1 commit
  7. 25 Mar, 2020 4 commits
  8. 24 Mar, 2020 4 commits
  9. 23 Mar, 2020 3 commits
  10. 19 Mar, 2020 1 commit
  11. 18 Mar, 2020 4 commits
  12. 17 Mar, 2020 2 commits
  13. 16 Mar, 2020 2 commits
  14. 13 Mar, 2020 2 commits
  15. 12 Mar, 2020 1 commit
  16. 11 Mar, 2020 2 commits
  17. 10 Mar, 2020 2 commits
  18. 09 Mar, 2020 3 commits