openvino/docs/ops/reduction
Evgeny Lazarev 125a462400
Enable ReduceL1 and ReduceL2 operations (#1799)
* Initial version of ReduceL1, ReduceL2 and ReduceLp enabling in the MO

* Added operations ReduceL1 and ReduceL2 to nGraph

* Removed ReduceLp. Added ReduceL1 and ReduceL2

* Separated specification of ReduceLp into ReduceL1 and ReduceL2

* Updated ReduceL1 and ReduceL2 specification

* Fixed ReduceL1 and ReduceL2 type prop tests

* Implemented nGraph transformation to decompose ReduceL1 and ReduceL2. Disabled them for CPU and GPU plugins

* Updated supported framework layers

* Added unit tests for ReduceL1 and ReduceL2 reference implementation

* Fixed ReduceXXX operations reference implementation by adding support for a new parameter 'keep_dims'

* Fixed constant folding for v0::Any

* Added ReduceL1 and ReduceL2 to Python API

* Implemented ReduceL1 and ReduceL2 decomposition tests and fixed ReduceL2 decomposition

* Added specific creator for ReduceXXX operations instead of NodeBuilders

* Fixed conversion ReduceXXX to CNNLayer

* Fixed parser for ReduceLogicalXXX operations
2020-08-17 16:32:53 +03:00
..
ReduceL1_4.md Enable ReduceL1 and ReduceL2 operations (#1799) 2020-08-17 16:32:53 +03:00
ReduceL2_4.md Enable ReduceL1 and ReduceL2 operations (#1799) 2020-08-17 16:32:53 +03:00
ReduceLogicalAnd_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceLogicalOr_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceMax_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceMean_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceMin_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceProd_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00
ReduceSum_1.md Update Reduction operations specification (#1446) 2020-07-23 15:34:53 +03:00