[Flatbuffer] Create flatbuffer_interpreter.h
authorDongHak Park <donghak.park@samsung.com>
Thu, 9 Feb 2023 07:58:34 +0000 (16:58 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 27 Feb 2023 01:34:25 +0000 (10:34 +0900)
commit27353372f3743ceaa657814d4e973391797541ab
tree705cfd5a93ed9ad0ff9cbd3f697e499324f1afb9
parent215725af00f79976d1ef7c725e4c8b536b4d2dd2
[Flatbuffer] Create flatbuffer_interpreter.h

Create flatbuffer_interpreter.h
add FLATBUFFER Type into apis

for support flatbuffer write interpreter from GraphInterpreter, tflite_interpreter

Signed-off-by: DongHak Park <donghak.park@samsung.com>
api/ccapi/include/common.h
api/ccapi/include/model.h
api/nntrainer-api-common.h
nntrainer/compiler/flatbuffer_interpreter.cpp [new file with mode: 0644]
nntrainer/compiler/flatbuffer_interpreter.h [new file with mode: 0644]
nntrainer/models/neuralnet.cpp