aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-09-15 13:07:36 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit2fe7d1cfb1929a65e1bb1e2edfda8e986ff10b96 (patch)
tree24e002e4146525fe7fc408f0983d2c44cdbac9b3 /tests
parent12532842bb8adaffaa2652f5083d74b6b85eaf34 (diff)
downloadComputeLibrary-2fe7d1cfb1929a65e1bb1e2edfda8e986ff10b96.tar.gz
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 <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
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 */