summaryrefslogtreecommitdiff
path: root/nnpackage/examples/README.md
blob: 951048bec3cbc64a586815b51124ba02c2e7a34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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