[enco] Introduce ANN Operand classes (#1093)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 20 Aug 2018 09:38:38 +0000 (18:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 20 Aug 2018 09:38:38 +0000 (18:38 +0900)
commitd474514d1f79fe2c9231be09196f3586e886159b
treebc8ea523a05e3b07ea299131cd1b59d13aabd857
parent06fd231addcfab39376e024d7b0173a4e215bc03
[enco] Introduce ANN Operand classes (#1093)

This commit introduces ANN Operand classes (Scalar/Tensor) for plain
(non-quantized) operations.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/CMakeLists.txt
contrib/enco/core/src/ANN/IR/Operand.h [new file with mode: 0644]
contrib/enco/core/src/ANN/IR/Operand.test.cpp [new file with mode: 0644]