This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2017-06-29 12:50:27 +00:00

16 lines
238 B
C++

/**
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;
}
}