aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/README.md')
-rw-r--r--python/pyarmnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md
index 00c0dfa91b..56ac78bb76 100644
--- a/python/pyarmnn/README.md
+++ b/python/pyarmnn/README.md
@@ -170,7 +170,7 @@ Create a parser object and load your model file.
import pyarmnn as ann
import imageio
-# ONNX, Caffe and TF parsers also exist.
+# An ONNX parser also exists.
parser = ann.ITfLiteParser()
network = parser.CreateNetworkFromBinaryFile('./model.tflite')
```