[TFLite Export] Add Realized Path for Fused Op
authorDongHak Park <donghak.park@samsung.com>
Fri, 14 Apr 2023 08:35:07 +0000 (17:35 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 27 Jul 2023 10:38:00 +0000 (19:38 +0900)
commit0767378f1e25ac27aa3b318370252ac12c3285fb
treebb66fbaa757a7d11ff30c1a97bc8ea5657ebb3e5
parent1ac298664665731b57f22923abbf22d37f155386
[TFLite Export] Add Realized Path for Fused Op

For Fused OP Made Realized Path

1. Check Trainable
 - check node is trainable or not for fusing
2. Conv + ReLU Fusing
3. Batch Normalization Fusing

Signed-off-by: DongHak Park <donghak.park@samsung.com>
nntrainer/compiler/tflite_interpreter.cpp
nntrainer/compiler/tflite_opnode.cpp