[exo-tflite] Basic Classes for TFLDialect (#6682)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 20 Aug 2019 04:04:37 +0000 (13:04 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 20 Aug 2019 04:04:37 +0000 (13:04 +0900)
commit9b276360ad278a6ac487fa43b49995d9ad3287f3
treeaae4abb3322a9c1bc40858f7b8db5329dcbda92f
parent1906ae75f4124a3ed90eb18774e35f5210ae7933
[exo-tflite] Basic Classes for TFLDialect (#6682)

These commit adds basic classes for TFLDialect.

Namespace is 'locoex' since this is an extension of `loco`.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
12 files changed:
compiler/exo-tflite/src/Dialect/IR/TFLDialect.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLDialect.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLDialect.test.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNode.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNode.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodeDecl.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodeImpl.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodeVisitor.forward.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodeVisitor.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodes.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLNodes.lst [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/IR/TFLOpcode.h [new file with mode: 0644]