Katarzyna Mitrus
ceb8a25c94
Enable HSwish - ngraph op, fusion/decomposition and reference implementation (#1770)
* Add HSwish operator to nGraph
* Add HSwishFusion transformation
* Update check_constant function
* Add reference implementation for HSwish
* Enable reference implemenation in HSwish evaluate
* Add op_eval test
* HSwish fusion transformation test
* Add HSwishFusionWithoutRelu transformation
* Add more hswish fusion tests
* Register HSwishFusion pass in common_optimizations
* Update HSwish reference implementation
* Add HSwishFusion with Relu and Multiply
* Add HSwishDecomposition transformation pass
* Add HSwishDecomposition test
* Add HSwish op to ngraph python API
* Update HSwish fusion transformations
* Remove HSwishFusion from common optimizations
* Update hswish python API
* Add bf16 to evaluate hswish
* Update hswish python API
* Move hswish reference implementation
* UnaryElementwiseArithmetic inheritance
* Enable HSwish callback for clDNN
* Register HSwishDecomposition pass in ConvertOpSet1ToLegacy
* Enable HSwishFusion pass in common optimizations
* Use NGRAPH_RTTI_DECLARATION
* Moved python hswish test to the test_ops_unary
2020-08-19 08:04:00 +03:00
..
2020-08-19 08:04:00 +03:00
2020-08-14 06:27:58 +03:00
2020-08-06 15:55:12 +03:00
2020-05-20 01:13:06 +03:00
2020-08-17 16:32:53 +03:00
2020-08-17 16:32:53 +03:00
2020-08-05 14:32:14 +03:00
2020-05-20 01:13:06 +03:00
2020-08-10 15:51:21 +03:00
2020-08-17 11:13:06 +03:00