aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/SYSTEM/LeNet5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/SYSTEM/LeNet5.cpp')
-rw-r--r--tests/validation/NEON/SYSTEM/LeNet5.cpp3
1 files changed, 0 insertions, 3 deletions
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 */