tests cleaning
This commit is contained in:
@@ -4,8 +4,13 @@
|
||||
#include <NeuralNetwork/ActivationFunction/HyperbolicTangent.h>
|
||||
#include <NeuralNetwork/ActivationFunction/Linear.h>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Weffc++"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
union SSE {
|
||||
__m128 sse; // SSE 4 x float vector
|
||||
float floats[4]; // scalar array of 4 floats
|
||||
|
||||
Reference in New Issue
Block a user