DnD
DnD copied to clipboard
How to get self .axf file
I have compiled a alexnet model by TVM, and get 3 outputs (mod.json, mod.prams, and mod.so). How can I get sample .axf file from this 3 outputs?
I have compiled a alexnet model by TVM, and get 3 outputs (mod.json, mod.prams, and mod.so). How can I get sample .axf file from this 3 outputs? I have met the same problem, have you solved it?