1. 14 Nov, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Fix convolution errors (#2025) · 2cf9e4b2
      Adam Rogowiec authored
      * Unit tests for conv2d causing errors.
      
      * UT for conv3D_bias
      
      * Fix padding order.
      
      `padding below` in nGraph terminology means padding added at the beginning
      of the axis. Whereas `padding above` means padding added at the end of
      the axis.
      
      * Rename test to sth more descriptive.
      
      * Apply clang-format.
      
      * Fix handling of `SAME_UPPER/LOWER` auto_pads mode for convolution/pooling ops.
      
      * Fix order of padding_below/above.
      Signed-off-by: 's avatarAdam Rogowiec <adam.rogowiec@intel.com>
      
      * Fix error in calculating output data shape.
      2cf9e4b2
  2. 13 Nov, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Fix MatMul op for vec @ tensor multiplication (#1969) · 76b8b4d4
      Adam Rogowiec authored
      * Add static keyword for helper function.
      
      * Fix MatMul for cases where left hand side is 1D vector.
      
      - Add unit-test for this case.
      
      * Add new line at the end of file.
      
      * Log warning when dealing with scalars
      
      * Apply clang-format
      
      * Review: fix spelling, rename test model.
      76b8b4d4
  3. 30 Oct, 2018 1 commit
  4. 23 Oct, 2018 1 commit
  5. 15 Oct, 2018 2 commits
  6. 14 Sep, 2018 1 commit
    • tsocha's avatar
      [ONNX] Non-linear operators (#1580) · 1fe02337
      tsocha authored
      * [ONNX] Non-linear operators
      
      * Review fix pt. 1
      
      * Review fix pt. 2
      
      * Non-linear tests
      
      * style check
      
      * Exception fix
      
      * Test fix
      1fe02337
  7. 12 Sep, 2018 2 commits
  8. 04 Sep, 2018 1 commit
  9. 03 Sep, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Reshape operator (#1529) · 5c706276
      Adam Rogowiec authored
      * Move reshape utils down to reshape namespace.
      
      * Reshape operation.
      
      * Reshape operator binding.
      
      * Error fixes.
      
      * Reshape unit tests.
      
      * Move flatten utility function to reshape namespace.
      
      * Fix unused catched exception object
      
      * Add Constant support for int64
      
      * Review fix.
      
      * clang-format
      
      * Review fix part 2.
      
      * Enable output shape as a second node input (only Constant).
      
      * Unit test for "dynamic" output shape (from Constant node).
      
      * Review fixes.
      
      * Make sure second Reshape op input is Constant node.
      5c706276
  10. 31 Aug, 2018 2 commits
  11. 30 Aug, 2018 1 commit
  12. 29 Aug, 2018 2 commits
  13. 28 Aug, 2018 2 commits
  14. 27 Aug, 2018 1 commit
  15. 24 Aug, 2018 2 commits
  16. 23 Aug, 2018 1 commit
  17. 21 Aug, 2018 1 commit
  18. 14 Aug, 2018 1 commit
  19. 10 Aug, 2018 1 commit