[loco] Update TensorShaped classes with initializer_list (#6284)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 6 Aug 2019 09:36:10 +0000 (18:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 6 Aug 2019 09:36:10 +0000 (18:36 +0900)
commit42bd7f580ff656c97da6a4afd97d416bcc4e75c1
tree57f4281846ff5a855f5172cff91d078277de05fb
parent9507440559d7e1c71596a6c94a4fd852386fa9af
[loco] Update TensorShaped classes with initializer_list (#6284)

Now, "shape" setter in TensorShaped mixin takes initializer_list
as its input.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/loco/include/loco/IR/Graph.h
compiler/loco/src/IR/Graph.cpp
compiler/loco/src/IR/Graph.test.cpp