kendryteなるものを見つけました。
Kendryte is a series of AI chips which focuses on IoT, and the 1st-gen is named K210
ということで、いろいろなソフトウェアがオープンソースで公開されています。
は、下記にモデルから
・tflite .tflite TFLite model ・paddle __model__ PaddlePaddle model ・caffe .caffemodel Caffe model ・k210model .kmodel K210 model (Only supported in inference mode)
から
・k210model .kmodel K210 model ・tf .pb TensorFlow model ・tflite .tflite TFLite model ・inference .bin Model's raw output (Only support k210model input)
に変換してくれるようです。Paddleに対応しているのは、大陸の会社らしい。。。
uni8とfloatモデルに対応。。。Weigthsは 8ビットと16ビットに対応。
サポートする Op はある程度ある模様。
Prebuild版も提供されています。