[mir] Introduce new operations: Quantize and Dequantize (#8050)
authorPavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics <p.iliutchenk@samsung.com>
Mon, 14 Oct 2019 11:04:15 +0000 (14:04 +0300)
committerAlexander Efimov/./AI Tools Lab/Samsung Electronics <a.efimov@samsung.com>
Mon, 14 Oct 2019 11:04:15 +0000 (14:04 +0300)
commit54277bb38cec6488751e1e2c49cacc005ddcd7a2
treecc412a31b6555d2945b562636d769c30c72dfaef
parentf5fbb5625159e9ffe4d4bc1d10e0224b086f73bf
[mir] Introduce new operations: Quantize and Dequantize (#8050)

* Append QuantizeOp and DequantizeOp on mir

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/mir/include/mir/OpDefs.h
compiler/mir/include/mir/Operations.inc
compiler/mir/include/mir/ops/DequantizeOp.h [new file with mode: 0644]
compiler/mir/include/mir/ops/QuantizeOp.h [new file with mode: 0644]