aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/aiet/applications/inference_runner-sse-300-22.05.01-ethos-U55-Shared_Sram-TA/aiet-config.json
blob: 757ccd1cc8d793343b2a06eca9afb7136b581c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "name": "Generic Inference Runner: Ethos-U55/65 Shared SRAM",
    "description": "This application allows running inferences using custom NN TFLite models on Ethos-U. No data pre-/post-processing is executed.",
    "supported_systems": [
      {
        "name": "Corstone-300: Cortex-M55+Ethos-U55"
      },
      {
        "name": "Corstone-300: Cortex-M55+Ethos-U65"
      }
    ],
    "lock": true,
    "variables": {
      "eval_app": "{software.config_dir}/ethos-u-inference_runner.axf"
    }
  }
]