[nest] Introduce 'Mul' expression node (#713)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Jul 2018 05:41:32 +0000 (14:41 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Jul 2018 05:41:32 +0000 (14:41 +0900)
commiteccebd0e7d74a214b9019180f2e63baa3936e558
tree20c0f277da365b8eb4c985e28aebfbeeb858f53d
parent969791d3980f061288abf620d28761e42b1eeddc
[nest] Introduce 'Mul' expression node (#713)

This commit adds 'MulNode' class under nest::expr namespace to support
arithmetic multiplication in nest IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/include/nest/expr/MulNode.h [new file with mode: 0644]
contrib/nest/include/nest/expr/Node.def
contrib/nest/src/expr/MulNode.test.cpp [new file with mode: 0644]