summaryrefslogtreecommitdiff
path: root/nnpackage/spec
diff options
context:
space:
mode:
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>2019-09-11 16:36:33 +0900
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>2019-09-11 10:36:33 +0300
commite30981430d08a29728b53e69fc4ff54dcf790696 (patch)
tree538bad0131bffbee8214059ee7b8074490c9fb50 /nnpackage/spec
parentc5f455fd35c6dafa084349fa8dad829663f88db4 (diff)
downloadnnfw-e30981430d08a29728b53e69fc4ff54dcf790696.tar.gz
nnfw-e30981430d08a29728b53e69fc4ff54dcf790696.tar.bz2
nnfw-e30981430d08a29728b53e69fc4ff54dcf790696.zip
[nnpkg] Update specification for operators (#7355)
It specifies the operators will use the same input, output and attributes from tensorflow lite. Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
Diffstat (limited to 'nnpackage/spec')
-rw-r--r--nnpackage/spec/20_model_and_operators.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nnpackage/spec/20_model_and_operators.md b/nnpackage/spec/20_model_and_operators.md
index 38d360007..07f4c37ab 100644
--- a/nnpackage/spec/20_model_and_operators.md
+++ b/nnpackage/spec/20_model_and_operators.md
@@ -77,6 +77,10 @@ operator (e.g. `tflite.slice`).
## Operator Reference
+All operators use same semantics of tensorflow lite operators.
+Refer tensorflow lite source code to understand what inputs, outputs and attributes
+are required and how they are interpretered.
+
## Schema Source
For detail, see the schema file [flatbuffers schema for nnpackage model](../schema/nnpackage_model.fbs).