summaryrefslogtreecommitdiff
path: root/nnpackage/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nnpackage/examples/README.md')
-rw-r--r--nnpackage/examples/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/nnpackage/examples/README.md b/nnpackage/examples/README.md
new file mode 100644
index 000000000..951048bec
--- /dev/null
+++ b/nnpackage/examples/README.md
@@ -0,0 +1,39 @@
+# NNPackage example
+
+## Package version 1.3.0
+
+### two_tflites
+
+- Model file: two TensorFlow Lite models
+- It has two tflite models with pkg-input, pkg-output and model-connect fields.
+
+## Package version 1.1.0
+
+### one_op_in_tflite
+
+- Model file: TensorFlow Lite model
+- Only one `ADD` operation
+
+## Package version 1.0.0
+
+### add
+
+- Model file: TensorFlow Lite model
+- Only one `ADD` operation
+
+### add_invalid_manifest
+
+- Model file: TensorFlow Lite model
+- Only one `ADD` operation
+- Invalid menifest: invalid json format
+
+### if_dynamic
+
+- Model file: TensorFlow Lite model
+- `IF` operation example with input and output example
+
+### while_dynamic
+
+- Model file: TensorFlow Lite model
+- `WHILE` operation example with input and output example
+