aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/profiles.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/resources/profiles.json')
-rw-r--r--src/mlia/resources/profiles.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mlia/resources/profiles.json b/src/mlia/resources/profiles.json
deleted file mode 100644
index 990cdb3..0000000
--- a/src/mlia/resources/profiles.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "ethos-u55-256": {
- "target": "ethos-u55",
- "mac": 256,
- "system_config": "Ethos_U55_High_End_Embedded",
- "memory_mode": "Shared_Sram"
- },
- "ethos-u55-128": {
- "target": "ethos-u55",
- "mac": 128,
- "system_config": "Ethos_U55_High_End_Embedded",
- "memory_mode": "Shared_Sram"
- },
- "ethos-u65-512": {
- "target": "ethos-u65",
- "mac": 512,
- "system_config": "Ethos_U65_High_End",
- "memory_mode": "Dedicated_Sram"
- },
- "ethos-u65-256": {
- "target": "ethos-u65",
- "mac": 256,
- "system_config": "Ethos_U65_High_End",
- "memory_mode": "Dedicated_Sram"
- },
- "tosa": {
- "target": "tosa"
- },
- "cortex-a": {
- "target": "cortex-a"
- }
-}