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?
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.