From eb03e0fa0f6e8d133efe7d54831ad70da9431874 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Wed, 28 Apr 2021 16:16:22 +0100 Subject: IVGCVSW-5744 Remove Tensorflow, Caffe and Quantizer from documentation * Remove from .md files and Doxygen * Remove from armnn/docker build * Remove Tensorflow model format from ExecuteNetworkParams * Remove Tensorflow model format from ImageTensorGenerator Signed-off-by: Kevin May Change-Id: Id6ed4a7d90366c396e8e0395d0ce43a3bcddcee6 --- tests/ModelAccuracyTool-Armnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ModelAccuracyTool-Armnn') diff --git a/tests/ModelAccuracyTool-Armnn/README.md b/tests/ModelAccuracyTool-Armnn/README.md index 7a29bc8aa5..6383f33096 100644 --- a/tests/ModelAccuracyTool-Armnn/README.md +++ b/tests/ModelAccuracyTool-Armnn/README.md @@ -15,7 +15,7 @@ To build ModelAccuracyTool, pass the following options to Cmake: | ---|---|---| | -h | --help | Display help messages | | -m | --model-path | Path to armnn format model file | -| -f | --model-format | The model format. Supported values: caffe, tensorflow, tflite | +| -f | --model-format | The model format. Supported values: tflite | | -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 | | -d | --data-dir | Path to directory containing the ImageNet test data | -- cgit v1.2.1