aboutsummaryrefslogtreecommitdiff
path: root/src/armnnQuantizer/README.md
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-21 12:33:12 +0100
committermike.kelly <mike.kelly@arm.com>2019-08-21 14:07:46 +0000
commit187fac00b338eb2de38c6a547136c689a7f0d522 (patch)
tree03d8afbc50ae2de3f0e12ed99fe061de5b5eaaf3 /src/armnnQuantizer/README.md
parentccb25ea483747d4f7f319e0d3f1c9c6507931011 (diff)
downloadarmnn-187fac00b338eb2de38c6a547136c689a7f0d522.tar.gz
IVGCVSW-3507 Revise and update readmes for 19.08
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I3da43122240fda7864e0932d47b3efeea8bbed40
Diffstat (limited to 'src/armnnQuantizer/README.md')
-rw-r--r--src/armnnQuantizer/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnnQuantizer/README.md b/src/armnnQuantizer/README.md
index cad382078c..73b65e74b4 100644
--- a/src/armnnQuantizer/README.md
+++ b/src/armnnQuantizer/README.md
@@ -1,6 +1,6 @@
# The ArmnnQuantizer
-The `ArmnnQuantizer` is a program for loading a 32-bit float network into ArmNN and converting it into a quantized asymmetric 8-bit or quantized symmetric 16-bit network.
+The `ArmnnQuantizer` is a program for loading a 32-bit float network into ArmNN and converting it into a quantized asymmetric 8-bit or quantized symmetric 16-bit network.
It supports static quantization by default, dynamic quantization is enabled if CSV file of raw input tensors is provided. Run the program with no arguments to see command-line help.
@@ -15,4 +15,4 @@ It supports static quantization by default, dynamic quantization is enabled if C
| -o | --outfile | ArmNN output file name |
Example usage: <br>
-<code>./ArmnnQuantizer -f /path/to/armnn/input/graph/ -s "QSymm16" -c /path/to/csv/file -p 1 -d /path/to/output -o outputFileName</code> \ No newline at end of file
+<code>./ArmnnQuantizer -f /path/to/armnn/input/graph/ -s "QSymm16" -c /path/to/csv/file -p 1 -d /path/to/output -o outputFileName</code>