[FlatBuffer] Add nntrainer_schema.fbs
authorDongHak Park <donghak.park@samsung.com>
Tue, 14 Feb 2023 10:12:24 +0000 (19:12 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 17 Mar 2023 11:00:02 +0000 (20:00 +0900)
commit7ed0f753c9337dd19766196fe914e4459cfa3960
tree7dd8a7a8840474e00fce628f70c33d66622377a9
parent6a230c1dab94a2d50daa9aaf15b6aff0b49d8a49
[FlatBuffer] Add nntrainer_schema.fbs

Add nntrainer_schema.fbs
- This schema for Flatbuffer export
- It contain only Fully-connected Layer Options
- It contain tensorflow lite's schema

Modify meson_build
- For compiler nntrainer_schema_generated.h

This will be updated for more layers and operators

Signed-off-by: DongHak Park <donghak.park@samsung.com>
nntrainer/compiler/meson.build
nntrainer/compiler/nntrainer_schema.fbs [new file with mode: 0644]