[exo-tflite] Introducing TFLRelu class (#6893)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 26 Aug 2019 03:54:57 +0000 (12:54 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 26 Aug 2019 03:54:57 +0000 (12:54 +0900)
commitd1115519539b45297aa7421ddee07d87b9cc6941
treec012ba81993c0fa5077d7e06db15168e54aad027
parent19e3f03a2ebbc6e1ab757c77dbe8a597ea4d82d4
[exo-tflite] Introducing TFLRelu class (#6893)

* [exo-tflite] Introducing TFLRelu class

This adds TFLRelu class. summary() of TFLFormattedGraph is also added (without this warning will occurs)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* change the way how 'unused variable error' is handled
compiler/exo-tflite/src/Dialect/IR/TFLNodes.h
compiler/exo-tflite/src/Dialect/IR/TFLNodes.lst
compiler/exo-tflite/src/Dialect/IR/TFLNodes.test.cpp [new file with mode: 0644]
compiler/exo-tflite/src/TFLFormattedGraph.cpp