fp16 implementation, TODO deallocate in LayerWgs

This commit is contained in:
Francesco Gatti
2017-08-30 14:37:25 +00:00
parent a26ef98d2d
commit 2cf8d8f6fc
11 changed files with 190 additions and 42 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ public:
dataDim_t input_dim;
dataDim_t getOutputDim();
bool fp16;
};
}
#endif //NETWORK_H
#endif //NETWORK_H