Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions cava/samples/tensorflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ instructions.
Build specification
===================

Generate TensorFlow specifications in `~/ava` with

```shell
./generate.py -s tf_dump tf_opt
```

Configure AvA in `~/ava-build` with

```shell
cmake -DAVA_GEN_TF_SPEC=ON -DAVA_MANAGER_LEGACY=ON ../ava
make
cmake -DAVA_GEN_TENSORFLOW_DUMP_SPEC=ON -DAVA_GEN_TENSORFLOW_OPT_SPEC=ON -DAVA_MANAGER_LEGACY=ON ../ava
make -j`nproc`
```

Run benchmark
Expand Down