Add support for builtin models in the driver (#404)
* Add experimental support for c++ output * Format * Fix syntax errors * Add resnet50 model * Formatting * Add inceptionv3 model * Formatting * Add alexnet * Formatting * Fix name of pooling mode * Formatting * Fix tidy issues * Ignore driver directory * Show accetable values
Showing
src/driver/alexnet.cpp
0 → 100644
src/driver/inceptionv3.cpp
0 → 100644
This diff is collapsed.
src/driver/models.hpp
0 → 100644
src/driver/resnet50.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment