aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp')
-rw-r--r--tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp b/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
index cab854424e..f7264b281e 100644
--- a/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
+++ b/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
@@ -43,15 +43,15 @@ namespace test
{
namespace validation
{
-namespace
-{
+#ifndef DOXYGEN_SKIP_THIS
using GCNormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, GCNormalizationLayer, IGCTensor>;
template <>
void GCNormLayerWrapper::configure(IGCTensor *src, IGCTensor *dst)
{
_func.configure(src, dst, NormalizationLayerInfo(NormType::CROSS_MAP, 3));
}
-} // namespace
+#endif // DOXYGEN_SKIP_THIS
+
TEST_SUITE(GC)
TEST_SUITE(UNIT)
TEST_SUITE(DynamicTensor)