[exo-tflite] Convert EltwiseMul (#7459)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 16 Sep 2019 08:23:13 +0000 (17:23 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 16 Sep 2019 08:23:13 +0000 (17:23 +0900)
commit74958097c4a0de495fda45e7226f74d9eb65f326
treed6ed2e1e9168cc1a5513888a08d90d59fa9a558c
parentddf7a27b59078bde5b0bd3fb25c60cfc1e41c71a
[exo-tflite] Convert EltwiseMul (#7459)

This will introduce EltwiseMulConverter that converts EltwiseMul to TFLMul

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/exo-tflite/src/Conversion/CanonicalNodeConverter.cpp
compiler/exo-tflite/src/Conversion/EltwiseMulConverter.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Conversion/EltwiseMulConverter.h [new file with mode: 0644]