• 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
Name
Last commit
Last update
..
ngraph Loading commit data...
resource Loading commit data...
tools Loading commit data...
CMakeLists.txt Loading commit data...