[mir_onnx] ReduceMean operation support (#6798)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Fri, 23 Aug 2019 11:48:27 +0000 (14:48 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 23 Aug 2019 11:48:27 +0000 (14:48 +0300)
commitba0b86d5c47ab5f083b07ecb6cffdc2d547a7463
tree462b2bd46b7e120ec4f19c4e52d252e4c8aa21e0
parenta1a5153ff699bd303315025f326a48fc24e48e02
[mir_onnx] ReduceMean operation support (#6798)

* Added ReduceMeanNodeConverter
* Registration and cmake for converter

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/mir-onnx-importer/CMakeLists.txt
compiler/mir-onnx-importer/ONNXOpRegistration.h
compiler/mir-onnx-importer/Op/ReduceMean.cpp [new file with mode: 0644]
compiler/mir-onnx-importer/Op/ReduceMean.h [new file with mode: 0644]