summaryrefslogtreecommitdiff
path: root/compiler/gen-tf-input/README.md
blob: 2ea6f71b4296f8eaa6a44f8d6a18ff0b61ee55aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# gen-tf-input

_gen-tf-input_ generates random input data for testing in HDF5 format.

# How to use

Use the following to generate a file that contains random values of input tensors:

```
$ gen-tf-input <info_v2_path> <pb_path> <file_path_to_generate>
```