tkDNN library version 0.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user