aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/networks/AlexNetNetwork.h2
-rw-r--r--tests/networks/LeNet5Network.h2
-rw-r--r--tests/validation/CL/SYSTEM/AlexNet.cpp3
-rw-r--r--tests/validation/CL/SYSTEM/LeNet5.cpp3
-rw-r--r--tests/validation/NEON/SYSTEM/AlexNet.cpp3
-rw-r--r--tests/validation/NEON/SYSTEM/LeNet5.cpp3
6 files changed, 0 insertions, 16 deletions
diff --git a/tests/networks/AlexNetNetwork.h b/tests/networks/AlexNetNetwork.h
index d41e1b676c..1e99503792 100644
--- a/tests/networks/AlexNetNetwork.h
+++ b/tests/networks/AlexNetNetwork.h
@@ -378,7 +378,6 @@ public:
}
}
-#ifdef INTERNAL_ONLY
/** Fills the trainable parameters from binary files
*
* @param weights Files names containing the weights data
@@ -405,7 +404,6 @@ public:
{
library->fill_layer_data(Accessor(input), name);
}
-#endif /* INTERNAL_ONLY */
/** Get the classification results.
*
diff --git a/tests/networks/LeNet5Network.h b/tests/networks/LeNet5Network.h
index ed7ac18f40..f8aac30807 100644
--- a/tests/networks/LeNet5Network.h
+++ b/tests/networks/LeNet5Network.h
@@ -128,7 +128,6 @@ public:
}
}
-#ifdef INTERNAL_ONLY
/** Fills the trainable parameters from binary files
*
* @param weights Files names containing the weights data
@@ -154,7 +153,6 @@ public:
{
library->fill_layer_data(Accessor(input), name);
}
-#endif /* INTERNAL_ONLY */
/** Get the classification results.
*
diff --git a/tests/validation/CL/SYSTEM/AlexNet.cpp b/tests/validation/CL/SYSTEM/AlexNet.cpp
index d7dd62d4f2..75f8d19651 100644
--- a/tests/validation/CL/SYSTEM/AlexNet.cpp
+++ b/tests/validation/CL/SYSTEM/AlexNet.cpp
@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifdef INTERNAL_ONLY //FIXME Delete this file before the release
-
#include "arm_compute/runtime/CL/CLSubTensor.h"
#include "arm_compute/runtime/CL/functions/CLActivationLayer.h"
#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
@@ -112,4 +110,3 @@ TEST_SUITE_END()
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* INTERNAL_ONLY */
diff --git a/tests/validation/CL/SYSTEM/LeNet5.cpp b/tests/validation/CL/SYSTEM/LeNet5.cpp
index 6f68fa11a0..92dcdea500 100644
--- a/tests/validation/CL/SYSTEM/LeNet5.cpp
+++ b/tests/validation/CL/SYSTEM/LeNet5.cpp
@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifdef INTERNAL_ONLY //FIXME Delete this file before the release
-
#include "arm_compute/runtime/CL/functions/CLActivationLayer.h"
#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
@@ -97,4 +95,3 @@ TEST_SUITE_END()
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* INTERNAL_ONLY */
diff --git a/tests/validation/NEON/SYSTEM/AlexNet.cpp b/tests/validation/NEON/SYSTEM/AlexNet.cpp
index 7a2b0d22b0..3fa19e4f03 100644
--- a/tests/validation/NEON/SYSTEM/AlexNet.cpp
+++ b/tests/validation/NEON/SYSTEM/AlexNet.cpp
@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifdef INTERNAL_ONLY //FIXME Delete this file before the release
-
#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
#include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
@@ -113,4 +111,3 @@ TEST_SUITE_END()
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* INTERNAL_ONLY */
diff --git a/tests/validation/NEON/SYSTEM/LeNet5.cpp b/tests/validation/NEON/SYSTEM/LeNet5.cpp
index 1642de8a97..95a82a6643 100644
--- a/tests/validation/NEON/SYSTEM/LeNet5.cpp
+++ b/tests/validation/NEON/SYSTEM/LeNet5.cpp
@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifdef INTERNAL_ONLY //FIXME Delete this file before the release
-
#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
#include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
@@ -97,4 +95,3 @@ TEST_SUITE_END()
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* INTERNAL_ONLY */