1. 11 Sep, 2018 1 commit
    • gaurides's avatar
      Add conv add fusion (#1526) · 37174c90
      gaurides authored
      * Add conv add fusion
      
      * Updated file permissions and cpu_fusion order
      
      * Formatted code using maint/apply-code-format.sh
      
      * Fixed minor review comments
      
      * Use NODE_VALIDATION_ASSERT instead of throw ngraph_error;\nupgrade baseline and fix issues
      
      * Some more fixes
      37174c90
  2. 10 Sep, 2018 1 commit
  3. 08 Sep, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Reduce* operations (#1562) · 4341c6ac
      Adam Rogowiec authored
      * ReduceSum and ReduceSumSquare ONNX operations.
      
      * Add new reduction ops.
      
      - ReduceLogSum,
      - ReduceLogSumExp,
      - ReduceMax,
      - ReduceMin,
      - ReduceMean,
      - ReduceProd.
      
      * Add ReduceL1 and ReduceL2
      
      * Utility generic functions generating monotonic sequences of values.
      
      * Review comments: return AxisSet not std::vector
      
      * Use common functions for generating monotonic sequence.
      
      * Review comments.
      4341c6ac
  4. 07 Sep, 2018 5 commits
  5. 06 Sep, 2018 4 commits
  6. 05 Sep, 2018 2 commits
  7. 04 Sep, 2018 11 commits
  8. 03 Sep, 2018 7 commits
  9. 01 Sep, 2018 1 commit
  10. 31 Aug, 2018 7 commits