frankgmail / ANETools

CLI Tools For ANE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANETools

CLI Tools For ANE(Apple Neural Engine) , Created by Wish Wu( @wish_wu 吴潍浠)

coremlc.sh

use xcode coremlc tool to compile .mlmodel file to mlmodelc folder.

MLModelCToANECompiler

convert neural network files under mlmodelc folder to net.plist(....) files for ANECompiler.

ANECompiler

compile net.plist and weights files to .hwx file.

ANEDisassembler

disassemble .hwx file, print all registers , values and bits.

About

CLI Tools For ANE

License:GNU Lesser General Public License v2.1


Languages

Language:C 78.7%Language:Objective-C++ 13.3%Language:C++ 5.4%Language:Objective-C 1.2%Language:Makefile 0.9%Language:Shell 0.4%