From 2fe7d1cfb1929a65e1bb1e2edfda8e986ff10b96 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 15 Sep 2017 13:07:36 +0100 Subject: COMPMID-417 Update FIXME / INTERNAL_ONLY comments in files which need removing before releasing Change-Id: Iaebff59323758937326c3fbe8c80138ddbb57163 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87879 Tested-by: Kaizen Reviewed-by: Georgios Pinitas --- tests/validation/NEON/SYSTEM/AlexNet.cpp | 3 --- tests/validation/NEON/SYSTEM/LeNet5.cpp | 3 --- 2 files changed, 6 deletions(-) (limited to 'tests/validation/NEON') 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 */ -- cgit v1.2.1