- refactored

This commit is contained in:
2024-01-21 14:09:30 +01:00
parent 7b432dca03
commit aca008d4ff
2 changed files with 21 additions and 11 deletions
+3
View File
@@ -36,6 +36,9 @@ public:
arma::mat downPass(size_t layerId, arma::mat const &h);
arma::mat upDownPass(size_t layerId, arma::mat const &v);
arma::mat upPass(Layer *pLayer, arma::mat const &v);
arma::mat downPass(Layer *pLayer, arma::mat const &h);
};