aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/aiet/applications/inference_runner-sse-300-22.05.01-ethos-U65-Dedicated_Sram-TA/aiet-config.json
blob: d524f64db23e0fb70a3ba8d8125442a6bc2f4c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "name": "Generic Inference Runner: Ethos-U65 Dedicated 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-U65"
      }
    ],
    "lock": true,
    "variables": {
      "eval_app": "{software.config_dir}/ethos-u-inference_runner.axf"
    }
  }
]