From 997dd8c4fc5a3fef5dd1d6bce829d4d241e4becb Mon Sep 17 00:00:00 2001 From: Nina Drozd Date: Tue, 21 May 2019 11:17:10 +0100 Subject: 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 Change-Id: I5fcead522b70086dcf63dfc6c77910a7d33d83f0 --- tests/ModelAccuracyTool-Armnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 | -- cgit v1.2.1