1. 23 Jul, 2019 2 commits
  2. 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
  3. 20 Jul, 2019 1 commit
    • gaurides's avatar
      Fix perf regression in some models (#3260) · a58d3bc2
      gaurides authored
      * Fix perf regression in vgg16
      
      * Make switch generic
      
      * Remove unused variables
      
      * Review comments
      
      * Remove unused function parameters
      
      * trivial commit to restart CI
      a58d3bc2
  4. 19 Jul, 2019 13 commits
  5. 18 Jul, 2019 6 commits
  6. 17 Jul, 2019 12 commits
  7. 16 Jul, 2019 5 commits
    • Mohammad Mahbubuzzaman's avatar
      Provenance fix for new nodes during replace (#3202) · 824d6144
      Mohammad Mahbubuzzaman authored
      * Fixes pprovenance issue for replace_node() when new nodes are added by the replacement.
      
      * Updates unit test comment and adds one more.
      824d6144
    • tsocha's avatar
      [ONNX] Fix shrink operator for uint* types (#3188) · 34326357
      tsocha authored
      * Fix shrink operator for uint* types
      
      * Add a comment for negative_lambd=0 for uint*
      34326357
    • aslepko's avatar
      Update jenkins-trigger.groovy · b9429dee
      aslepko authored
      b9429dee
    • Adam Rogowiec's avatar
      [ONNX] Use nGraph auto padding in ONNX operators. (#3175) · 599f0f21
      Adam Rogowiec authored
      * Helper function converting ONNX auto_pad into nGraph PadType.
      
      Separate auto_pad support from explicitly provided paddings.
      
      * Add support for more PadType values for GroupConvolutionTranspose.
      
      * Pass auto_pad attribute value to nGraph operator.
      
      * Helper class for generating ONNX pooling operators.
      
      * Pass auto pad type to nGraph Convolution operator.
      
      * Use pooling factory.
      
      * Helper function calculating pads taking into account auto_pad attribute.
      
      * Fix attribute type in UT ONNX models.
      
      * Take auto_pad attribute value into account.
      
      * Rename helper function and update doc.
      
      * Retain old API for GroupConvoloutionTranspose
      
      * Remove PadType::INVALID and use other approach to validate auto_pad
      value.
      
      * Style apply.
      
      * Fix clang err on documentation style.
      
      * Refactor get_auto_pad method.
      
      * Fix segfaults on CentOS 7.
      
      When using const reference the node member m_attributes had invalid
      data.
      599f0f21
    • Adam Rogowiec's avatar
      7ad4d5c1