[Tflite] Separate `tfopnode`
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 28 Apr 2021 10:46:58 +0000 (19:46 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 7 Jun 2021 00:55:25 +0000 (09:55 +0900)
commitbc1db126d1d7f4c68fcb11ae096df436dcf62d08
treedd21bf7bf1f67917e78727747b44aa7cc8a717f1
parent8420a22b303c42fb66db3596ab3462419f2d7514
[Tflite] Separate `tfopnode`

This patch separates tfopnode to a file.

tfOpNode will be directly built from the exporter if it doesn't need to
be fused.

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
jni/Android.mk
nntrainer/compiler/meson.build
nntrainer/compiler/tflite_interpreter.cpp
nntrainer/compiler/tflite_opnode.cpp [new file with mode: 0644]
nntrainer/compiler/tflite_opnode.h [new file with mode: 0644]