Fittet new functions to everying in neural networks. Still need to optimise for uint64_t vs int64_t and vec vs mat in some places.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "./core/omp_config.h"
|
||||
#include "core/omp_config.h"
|
||||
#include "detail/mean_serial.h"
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ namespace numerics{
|
||||
inline utils::Vector<T> mean_colwise(const utils::Matrix<T>& A) {
|
||||
return detail::mean_colwise_serial(A);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user