summaryrefslogtreecommitdiff
path: root/compiler/tfl-verify/README.md
blob: c5001687303462f8097dac9ef48ebc0dfed72568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# tfl-verify

_tfl-verify_ allows users to verify TF Lite models.

## Usage

Provide _tflite_ file as a parameter to verify validity.

```
$ tfl-verify tflitefile.tflite
```

Result for valid file
```
[ RUN       ] Check tflitefile.tflite
[      PASS ] Check tflitefile.tflite
```

Result for invalid file
```
[ RUN       ] Check tflitefile.tflite
[      FAIL ] Check tflitefile.tflite
```