[loco] Introduce FilterAxis enum class (#3669)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 3 Jun 2019 23:53:33 +0000 (08:53 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 3 Jun 2019 23:53:33 +0000 (08:53 +0900)
commit1cd3ff9929110406db42a67a842f36c04b32d92e
tree049e1134fec8fd456d6733ccdd030d7b9b9f1970
parent9701ec1790d7f865f43d151b03428a0ca8e43d16
[loco] Introduce FilterAxis enum class (#3669)

This commit introduces FilterAxis enum class which denotes the name of
each axis of any convolutional filter data.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/loco/include/loco/IR/FilterAxis.h [new file with mode: 0644]
contrib/loco/src/IR/FilterAxis.cpp [new file with mode: 0644]