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.