aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CPP/DepthwiseConvolution.h
diff options
context:
space:
mode:
authorDmitry Savenko <dsavenko@xored.com>2017-11-20 22:00:08 +0700
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitd7295b7079f6b9126596cea998146ca9c6e87706 (patch)
treebcefca66765ec120090c437621388debe70ae21d /tests/validation/CPP/DepthwiseConvolution.h
parent900b78f599ea5997d60e7538831a906b92265ae0 (diff)
downloadComputeLibrary-d7295b7079f6b9126596cea998146ca9c6e87706.tar.gz
COMPMID-661: Add QASYMM8 support (and basic tests) to CLDepthwiseConvolution3x3 kernel (#28)
Change-Id: I51bebe74e3814c1245812ad575fe7854d460674f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/109864 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/CPP/DepthwiseConvolution.h')
-rw-r--r--tests/validation/CPP/DepthwiseConvolution.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/CPP/DepthwiseConvolution.h b/tests/validation/CPP/DepthwiseConvolution.h
index e8c55b16a8..df743a5b8e 100644
--- a/tests/validation/CPP/DepthwiseConvolution.h
+++ b/tests/validation/CPP/DepthwiseConvolution.h
@@ -35,8 +35,8 @@ namespace validation
{
namespace reference
{
-template <typename T>
-SimpleTensor<T> depthwise_convolution(const SimpleTensor<T> &src, const SimpleTensor<T> &weights, const SimpleTensor<T> &biases, const TensorShape &dst_shape, const PadStrideInfo &conv_info);
+template <typename T, typename TB>
+SimpleTensor<T> depthwise_convolution(const SimpleTensor<T> &src, const SimpleTensor<T> &weights, const SimpleTensor<TB> &biases, const TensorShape &dst_shape, const PadStrideInfo &conv_info);
} // namespace reference
} // namespace validation
} // namespace test