1. 10 Sep, 2018 1 commit
  2. 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
  3. 07 Sep, 2018 5 commits
  4. 06 Sep, 2018 4 commits
  5. 05 Sep, 2018 2 commits
  6. 04 Sep, 2018 11 commits
  7. 03 Sep, 2018 7 commits
  8. 01 Sep, 2018 1 commit
  9. 31 Aug, 2018 7 commits
  10. 30 Aug, 2018 1 commit