summaryrefslogtreecommitdiff
path: root/runtime/onert/sample/minimal/README.md
blob: fecad6fb29839bd79b22a27a47586c5a29fb7d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# minimal

`minimal` is a simple driver to run `nnpackage` with nnfw API.

It takes `nnpackage` as input. It uses **nnfwAPI** internally.

It assumes model of float32 tensor type as an input.

## Usage

```
$ ./minimal path_to_nnpackage_directory
```