aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/target_profiles/cortex-a.toml
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2023-11-15 12:58:02 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2023-11-15 13:02:36 +0000
commit2bd5b870c13d2785a3ff7177647f307e9ff3e58a (patch)
tree1d258c50df48c10b002a9eba8bc4a025bf58fb56 /src/mlia/resources/target_profiles/cortex-a.toml
parent2dd8f2e64e4ecfbd49ef05d9f6d2644dd11a0462 (diff)
downloadmlia-2bd5b870c13d2785a3ff7177647f307e9ff3e58a.tar.gz
Add linters/checkers for TOML files to pre-commits
Change-Id: I8a228cbab405b4d4112e5e38856b3cb92304cba7 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com>
Diffstat (limited to 'src/mlia/resources/target_profiles/cortex-a.toml')
-rw-r--r--src/mlia/resources/target_profiles/cortex-a.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mlia/resources/target_profiles/cortex-a.toml b/src/mlia/resources/target_profiles/cortex-a.toml
index 3781206..7b39a60 100644
--- a/src/mlia/resources/target_profiles/cortex-a.toml
+++ b/src/mlia/resources/target_profiles/cortex-a.toml
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Copyright 2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
-target="cortex-a"
+target = "cortex-a"
[backend.armnn-tflite-delegate]
-version="23.05"
+version = "23.05"