aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2019-05-21 11:17:10 +0100
committerNina Drozd <nina.drozd@arm.com>2019-05-21 12:29:23 +0100
commit997dd8c4fc5a3fef5dd1d6bce829d4d241e4becb (patch)
tree3f19266106df4db306a45828d353b18724adc79c /tests
parent825af454a1df237dc3b5e4996ed85c71daa72284 (diff)
downloadarmnn-997dd8c4fc5a3fef5dd1d6bce829d4d241e4becb.tar.gz
IVGCVSW-3088 Update Readme for 19.05
* Added Readme file for ArmnnQuantizer * Added section about ArmnnQuantizer in armnn Readme file * Updated ModelAccuracyTool Readme file with default values for --compute Signed-off-by: Nina Drozd <nina.drozd@arm.com> Change-Id: I5fcead522b70086dcf63dfc6c77910a7d33d83f0
Diffstat (limited to 'tests')
-rw-r--r--tests/ModelAccuracyTool-Armnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ModelAccuracyTool-Armnn/README.md b/tests/ModelAccuracyTool-Armnn/README.md
index 2a8c977968..d6334caa5d 100644
--- a/tests/ModelAccuracyTool-Armnn/README.md
+++ b/tests/ModelAccuracyTool-Armnn/README.md
@@ -11,7 +11,7 @@ images to this format.
| ---|---|---|
| -h | --help | Display help messages |
| -m | --model-path | Path to armnn format model file |
-| -c | --compute | Which device to run layers on by default. Possible choices: CpuRef, CpuAcc, GpuAcc |
+| -c | --compute | Which device to run layers on by default. Possible choices: CpuRef, CpuAcc, GpuAcc. Default: CpuAcc, CpuRef |
| -d | --data-dir | Path to directory containing the ImageNet test data |
| -i | --input-name | Identifier of the input tensors in the network separated by comma |
| -o | --output-name | Identifier of the output tensors in the network separated by comma |