[mir_onnx] Remove Scale converter (#6633)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Thu, 15 Aug 2019 18:40:22 +0000 (03:40 +0900)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Thu, 15 Aug 2019 18:40:22 +0000 (21:40 +0300)
commitee3808b14001c4c76b6fe63c49ed6556f6d59305
tree76d301e73fa91ae8564d28476523fe2367e88bf1
parentb7fe2a8c6b48dd1b58c35dd556e10c6fb69c945a
[mir_onnx] Remove Scale converter (#6633)

This operation is not a part of the ONNX specification. It is probably a copy&paste from the Caffe2 importer.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/mir-onnx-importer/CMakeLists.txt
compiler/mir-onnx-importer/ONNXHelpers.h
compiler/mir-onnx-importer/ONNXOpRegistration.h
compiler/mir-onnx-importer/Op/Scale.cpp [deleted file]
compiler/mir-onnx-importer/Op/Scale.h [deleted file]