tree: 4d731bd431cf065cde0942998b1c4cce6e9cac6a [path history] [tgz]
  1. aot/
  2. hifi/
  3. reference/
  4. runtime/
  5. utils/
  6. build_cadence_runner.sh
  7. build_cadence_xtensa.sh
  8. cadence.cmake
  9. CMakeLists.txt
  10. executor_runner.cpp
  11. README.md
backends/cadence/README.md

Cadence DSP Backends

Supported DSPs (in progress)

  • HiFi Audio
  • ...

Tutorial

Please follow the tutorial for more information on how to run models on Cadence/Xtensa DSPs.

Directory Structure

executorch
├── backends
│   └── cadence
│       ├── aot
│       ├── ops_registration
│       ├── tests
│       ├── utils
│       └── hifi
│           ├── kernels
│           ├── operators
│           └── third-party
│               └── nnlib
└── examples
    └── cadence
        ├── models
        └── operators