summaryrefslogtreecommitdiff
path: root/compiler/gen-tf-input/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/gen-tf-input/README.md')
-rw-r--r--compiler/gen-tf-input/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/compiler/gen-tf-input/README.md b/compiler/gen-tf-input/README.md
new file mode 100644
index 000000000..2ea6f71b4
--- /dev/null
+++ b/compiler/gen-tf-input/README.md
@@ -0,0 +1,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>
+```