diff --git a/include/tkdnn.h b/include/tkdnn.h new file mode 100644 index 0000000..a008d91 --- /dev/null +++ b/include/tkdnn.h @@ -0,0 +1,16 @@ +/** + This is the core header of the library, it should be used only this +*/ +#include "Network.h" +#include "Layer.h" + +namespace tkDNN { + + /** + Return the tkDNN version + */ + int getVersion() { + + return 100; + } +} \ No newline at end of file