- Coding style fixes

test=develop
local_add_cudnn_lstm
Jacek Czaja 7 years ago
parent cf40daee58
commit 48e1b97e8e

@ -487,7 +487,6 @@ void Blas<platform::CPUDeviceContext>::SCAL(int n, const T a, T *x) const {
#endif #endif
} }
template <> template <>
template <typename T> template <typename T>
T Blas<platform::CPUDeviceContext>::ASUM(int n, T *x, int inc) const { T Blas<platform::CPUDeviceContext>::ASUM(int n, T *x, int inc) const {
@ -503,7 +502,6 @@ T Blas<platform::CPUDeviceContext>::ASUM(int n, T *x, int inc) const {
return sum; return sum;
} }
template <> template <>
template <typename T> template <typename T>
void Blas<platform::CPUDeviceContext>::GEMV(bool trans_a, int M, int N, T alpha, void Blas<platform::CPUDeviceContext>::GEMV(bool trans_a, int M, int N, T alpha,

Loading…
Cancel
Save