DnD icon indicating copy to clipboard operation
DnD copied to clipboard

A decompiler to automatically reverse-engineer the DNN semantics from its compiled binary using program analysis

Results 3 DnD issues
Sort by recently updated
recently updated
newest added

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?

How to compile a neural network using glow, our neural network is in onnx format, so that the operator functions in the neural network such as conv do not call...

# Set up Python Testing Infrastructure ## Summary This PR establishes a comprehensive testing infrastructure for the DNN decompiler project using Poetry as the package manager and pytest as the...