purseclab / DnD

A decompiler to automatically reverse-engineer the DNN semantics from its compiled binary using program analysis
Apache License 2.0
69 stars 10 forks source link

How to get self .axf file #3

Open kenan976431 opened 7 months ago

kenan976431 commented 7 months ago

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?

iZh7 commented 7 months ago

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?