aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/profiles.json
blob: 990cdb326535613cf8892b81e4009d3eed910cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "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"
    }
}