foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 62 forks source link

Can I use the compiled MLI library to implement my own AI algorithm? #145

Open ZhugeKongan opened 4 years ago

ZhugeKongan commented 4 years ago

Issue Summary


Bug

Development Environment


Question

I want to implement my own AI model on IOTDK. I learned that the MLI library can only be compiled on MWDT, and I cannot use MWDT. However, the compiled MLI library is provided in the MLI example. Can I use this compiled library on GUN to implement my own AI model? (My model is different from cifar10 in the example)