- refactored
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user