[exo] Add fusedActivationFunction to TFLAdd and TFLMul (#8161)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 15 Oct 2019 07:42:59 +0000 (16:42 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 15 Oct 2019 07:42:59 +0000 (16:42 +0900)
commit73fd719bbb0ebb712907761788313c22537f85b8
tree80ada5b0e39f5d16bb771f99def15d536a552911
parent15efa248a7d20f62d120ae27592f8efdd16b73b5
[exo] Add fusedActivationFunction to TFLAdd and TFLMul (#8161)

* [exo] Add fusedActivationFunction to TFLAdd and TFLMul

TFLAdd and TFLMul now has an attribute for fusedActivationFunction.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* Modify circle exporter

* remove unused param

* defined and used init_fused_act_func

* remove constructor. init member vars directly
compiler/exo/src/Circle/CircleOperationExporter.cpp
compiler/exo/src/Conversion/EltwiseBinaryConverter.h
compiler/exo/src/Conversion/FeatureBiasAddConverter.cpp
compiler/exo/src/Dialect/IR/TFLNodes.h
compiler/exo/src/TFLFormattedGraph.cpp
compiler/exo/src/TFLite/TFLOperationExporter.cpp