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

_circle-inspect_ allows users to retrieve various information from a Circle model file

## Information to inspect

Operators with `--operators`
- show operator codes one line at a time in execution order

Example
```
$ circle-inspect --operators model.circle
```

Result
```
RESHAPE
DEPTHWISE_CONV_2D
ADD
```

To get the count of specific operator, use other tools like sort, uniq, etc.