[mir] Add comparison operations (#9308)
authorGusev Dmitry/AI Tools Lab /SRR/Engineer/Samsung Electronics <d.gusev@partner.samsung.com>
Mon, 2 Dec 2019 13:14:37 +0000 (16:14 +0300)
committerAlexander Efimov/AI Tools Lab /SRR/Engineer/Samsung Electronics <a.efimov@samsung.com>
Mon, 2 Dec 2019 13:14:37 +0000 (16:14 +0300)
commita7078e08c388eabf3eab2ccfc20c71f6bea8e8e4
tree0e7bd6144f8e4229d9a0394cbf0b4ae71985e6e4
parentd54a708786942d3c011e1ac6e8eb9f96a5b2e39b
[mir] Add comparison operations (#9308)

Operations Greater, Less, Equal (elementwise) were added to MIR.

Signed-off-by: Dmitry Gusev <d.gusev@partner.samsung.com>
compiler/mir/include/mir/OpDefs.h
compiler/mir/include/mir/Operations.inc
compiler/mir/include/mir/ops/EqualOp.h [new file with mode: 0644]
compiler/mir/include/mir/ops/GreaterOp.h [new file with mode: 0644]
compiler/mir/include/mir/ops/LessOp.h [new file with mode: 0644]