[nnpkg] rename schema name and update specification (#7484)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Tue, 17 Sep 2019 05:29:46 +0000 (14:29 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 17 Sep 2019 05:29:46 +0000 (14:29 +0900)
nnpackage can have two kinds of models.
`nnpackge_model.fbs` is for `circle`.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
nnpackage/schema/circle_schema.fbs [moved from nnpackage/schema/nnpackage_model.fbs with 100% similarity]
nnpackage/spec/20_model_and_operators.md

index 07f4c37..fa41316 100644 (file)
@@ -83,4 +83,8 @@ are required and how they are interpretered.
 
 ## Schema Source
 
-For detail, see the schema file [flatbuffers schema for nnpackage model](../schema/nnpackage_model.fbs).
+nnpackage supports two kinds of models: `tflite` and `circle`
+
+- For tflite, see `schema.fbs` from tensorflow lite source.
+
+- For circle, see [`../schema/circle_schema.fbs`](../schema/circle_schema.fbs).