aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h
diff options
context:
space:
mode:
authorFrank Lei <frank.lei@arm.com>2018-01-02 16:49:33 +0800
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commit8cdfdb83c89178b5cf654a5b27471950ab1b997e (patch)
tree22dd26543f819bc2214b80f50613eeba70e05271 /tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h
parent02541fb21eca5574fcce012973774a6f213877ee (diff)
downloadComputeLibrary-8cdfdb83c89178b5cf654a5b27471950ab1b997e.tar.gz
APPBROWSER-366: Add DepthwiseConvolutionLayer(fp16 only) support.
Change-Id: I051b7e56b60bf1a55cdf014539ef71346d3aee26 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114737 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h')
-rw-r--r--tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h b/tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h
index 3683f7214a..fc48bcec72 100644
--- a/tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h
+++ b/tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h
@@ -74,6 +74,7 @@ protected:
break;
}
case DataType::F32:
+ case DataType::F16:
{
std::uniform_real_distribution<> distribution(-1.0f, 1.0f);
library->fill(tensor, distribution, i);