aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-04-19 16:59:48 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-04-27 17:37:11 +0100
commit5d955cf70ae0c5558d4f431f0fc6bd4552cd43a5 (patch)
tree4fb59200899808b8b008d6f48322d0d799b8b631 /python/pyarmnn/examples
parent4a621c43174b6bdd9dc0bff839b245bc2139d6a6 (diff)
downloadarmnn-5d955cf70ae0c5558d4f431f0fc6bd4552cd43a5.tar.gz
IVGCVSW-5721 Remove the Tensorflow Parser from ArmNN
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ida37d3ee3a1af0c75aa905199bd861726c646846
Diffstat (limited to 'python/pyarmnn/examples')
-rw-r--r--python/pyarmnn/examples/image_classification/example_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/examples/image_classification/example_utils.py b/python/pyarmnn/examples/image_classification/example_utils.py
index bd43d60da5..657f9d3559 100644
--- a/python/pyarmnn/examples/image_classification/example_utils.py
+++ b/python/pyarmnn/examples/image_classification/example_utils.py
@@ -72,7 +72,7 @@ def parse_command_line(desc: str = ""):
parser.add_argument("-d", "--data-dir", help="Data directory which contains all the images.",
action="store", default="")
parser.add_argument("-m", "--model-dir",
- help="Model directory which contains the model file (TF, TFLite, ONNX).", action="store",
+ help="Model directory which contains the model file (TFLite, ONNX).", action="store",
default="")
return parser.parse_args()