1. 14 Jan, 2020 1 commit
  2. 01 Jan, 2020 1 commit
  3. 22 Nov, 2019 1 commit
    • Tomasz Dołbniak's avatar
      [SPEC] HardSigmoid adjustments (#3857) · 28a96f83
      Tomasz Dołbniak authored
      * Construct HardSigmoid with alpha and beta as inputs
      
      * Switch to the new HardSigmoid constructor entirely
      
      * Broadcast with numpy style in hard sigmoid
      
      * Python bindings adjustment to the new constructor
      
      * Different way of creating constants
      
      * Accept scalars instead of 1D vectors for alpha and beta
      
      * Adjust the python tests to the new HardSigmoid constructor
      
      * Use v1 ops in fused HardSigmoid
      
      * Relax the static shape requirement for alpha and beta
      
      * Fix merge
      28a96f83
  4. 15 Nov, 2019 1 commit
  5. 08 Nov, 2019 1 commit
  6. 05 Nov, 2019 1 commit
  7. 31 Oct, 2019 2 commits
    • gaurides's avatar
      CPU implementation of Gelu op (#3787) · 73fff9f4
      gaurides authored
      * Initial implementation
      
      * Fixed Gelu
      
      * Gelu backprop initial implementation
      
      * Add GeluBackprop fusion
      
      * Gelu and gelu backprop fusion test cases
      
      * Prevent decompose_op() for Gelu/GeluBackpropFactor for some type
      
      * Fixes and cleanup
      
      * Enabled backprop fusion
      
      * Fixed some issues
      
      * Mostly cleanup
      
      * Some more cleanup
      
      * File permissions
      
      * Remove unused variable
      
      * Style check
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Incorporate changes related to latest master
      
      * Style check
      
      * Some more PR feedback related changes
      
      * Remove comment
      
      * Check for relative error
      
      * Retrigger CI
      
      * corrected syntax
      73fff9f4
    • Ilya Churaev's avatar
  8. 24 Oct, 2019 1 commit
  9. 23 Oct, 2019 1 commit
  10. 14 Oct, 2019 1 commit
  11. 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
  12. 04 Sep, 2019 2 commits
    • Michał Karzyński's avatar
      Add support for operator sets and Softmax:1 (#3420) · d218ccf9
      Michał Karzyński authored
      * Add opset_version field to Node
      
      * Add opset version aliases to Softmax
      
      * Add op::set1::Softmax operator
      
      * Disable opset 1 ops in INTERPRETER
      
      * Add serializer support for Softmax opset 1
      
      * Opset1Transformation pass
      
      * Added unit tests to softmax pass
      
      * Code refactoring
      
      * Added missing virtual to set_opset_version
      
      * Clang styles applied
      
      * Update src/ngraph/pass/opset1_transform.cpp
      Co-Authored-By: 's avatarAdam Procter <adam.m.procter@intel.com>
      
      * Part.1 Code review remarks introduced
      
      * Part.2 Code review remarks introduced
      
      * Changed opset_version to op_version
      
      * Code review remarks introduced
      
      * Code review remarks introduced
      
      * Set Op as base class for Softmax instead of UnaryElementwiseArithmetic
      
      * Fixed unit tests
      
      * v1::Softmax::generate_adjoints mark temporarily as not supported
      
      * Fix CI. Part.2
      
      * Fix CI. Part.3
      
      * Code review remarks introduced
      
      * Rename Opset1Transformation to Opset1Upgrade
      
      * Fixed clag style problem with enum switch
      
      * Fixes clang compilator error
      
      * Removed unused foward declaration
      
      * Code review remarks introduced
      
      * Added checking if input rank is static
      d218ccf9
    • Ewa Tusień's avatar
      [Py] Added Dequantize, Quantize, Quantized Convolution, Quantized Dot… (#3527) · 7809effd
      Ewa Tusień authored
      * [Py] Added Dequantize, Quantize, Quantized Convolution, Quantized Dot operators to Python API.
      
      * [Py] Removed unnecess import.
      
      * [Py] Changed docstring.
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * [Py] Changed docstring.
      
      * [Py] Changed docstring.
      
      * [Py] Added missed imports.
      7809effd
  13. 28 Aug, 2019 1 commit
  14. 21 Aug, 2019 2 commits
  15. 15 Aug, 2019 1 commit
  16. 12 Aug, 2019 1 commit
  17. 09 Aug, 2019 1 commit
  18. 08 Aug, 2019 1 commit
  19. 05 Aug, 2019 1 commit
  20. 02 Aug, 2019 2 commits
  21. 01 Aug, 2019 2 commits
  22. 31 Jul, 2019 1 commit
  23. 30 Jul, 2019 2 commits
  24. 29 Jul, 2019 2 commits
  25. 25 Jul, 2019 1 commit
  26. 24 Jul, 2019 2 commits
  27. 23 Jul, 2019 3 commits
  28. 22 Jul, 2019 3 commits