ONNX runtime on RADXA Fogwise airbox

I have fogwise airbox, and want to utilize onnx runtime for the inference.

Is there any SDK available to build library/application for the fogwise. What if I want to build and install other packages on fogwise airbox? I am looking for a SDK which gives me a sysroot/SDK to cross compile third-party packages.

Also, wanted to check if there is support for TPU in ONNX runtime?

Hi, @Tejas_Patel

TPU does not directly support ONNX runtime which only runs on CPU, all onnx models need to be converted to BMODEL format via TPU-MLIR to run on TPU with libsophon runtime , for more model convert details, please refer here.

If you want to cross-compile third-party software, please compile with gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu toochain.

best,
Morgan