initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include<iostream>
|
||||
#include "Layer.h"
|
||||
|
||||
int main() {
|
||||
|
||||
tkDNN::dataDim_t dim(1, 1, 10, 10);
|
||||
dim.print();
|
||||
tkDNN::Network net;
|
||||
tkDNN::Dense d(&net, dim, 2, "ci", "lol");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user