aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/tools/vela_wrapper.py
diff options
context:
space:
mode:
authorDmitrii Agibov <dmitrii.agibov@arm.com>2022-10-07 11:39:37 +0100
committerDmitrii Agibov <dmitrii.agibov@arm.com>2022-10-07 11:40:21 +0100
commit3083f7ee68ce08147db08fca2474e5f4712fc8d7 (patch)
treec52e668c01a6a1041c08190e52a15944fd65b453 /src/mlia/tools/vela_wrapper.py
parentbb7fb49484bb3687041061b2fdbbfae3959be54b (diff)
downloadmlia-3083f7ee68ce08147db08fca2474e5f4712fc8d7.tar.gz
MLIA-607 Update documentation and comments
Use "TensorFlow Lite" instead of "TFLite" in documentation and comments Change-Id: Ie4450d72fb2e5261d152d72ab8bd94c3da914c46
Diffstat (limited to 'src/mlia/tools/vela_wrapper.py')
-rw-r--r--src/mlia/tools/vela_wrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mlia/tools/vela_wrapper.py b/src/mlia/tools/vela_wrapper.py
index 47c15e9..00d2f2c 100644
--- a/src/mlia/tools/vela_wrapper.py
+++ b/src/mlia/tools/vela_wrapper.py
@@ -275,7 +275,7 @@ class VelaCompiler: # pylint: disable=too-many-instance-attributes
@staticmethod
def _read_model(model: str | Path) -> tuple[Graph, NetworkType]:
- """Read TFLite model."""
+ """Read TensorFlow Lite model."""
try:
model_path = str(model) if isinstance(model, Path) else model
@@ -448,7 +448,7 @@ def run_on_npu(operator: Op) -> NpuSupported:
a particular operator is supported to run on NPU.
There are two groups of checks:
- - general TFLite constraints
+ - general TensorFlow Lite constraints
- operator specific constraints
If an operator is not supported on NPU then this function