From 3083f7ee68ce08147db08fca2474e5f4712fc8d7 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Fri, 7 Oct 2022 11:39:37 +0100 Subject: MLIA-607 Update documentation and comments Use "TensorFlow Lite" instead of "TFLite" in documentation and comments Change-Id: Ie4450d72fb2e5261d152d72ab8bd94c3da914c46 --- .../resources/backend_configs/systems/corstone-310/backend-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json') diff --git a/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json b/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json index d043a2d..e0b1d1d 100644 --- a/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json +++ b/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json @@ -16,7 +16,7 @@ "run": [ { "name": "--data", - "description": "Full file name for a custom model. Model must be in TFLite format compiled with Vela.", + "description": "Full file name for a custom model. Model must be in TensorFlow Lite format compiled with Vela.", "values": [], "alias": "input_file" }, -- cgit v1.2.1