aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/ReferenceCPP.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/ReferenceCPP.h')
-rw-r--r--tests/validation/ReferenceCPP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h
index 0d1bea48bd..ab77d783b6 100644
--- a/tests/validation/ReferenceCPP.h
+++ b/tests/validation/ReferenceCPP.h
@@ -275,12 +275,6 @@ public:
* @param[in] conv_info Pads and strides information for the convolution layer.
*/
static void convolution_layer(const RawTensor &src, const RawTensor &weights, const RawTensor &bias, RawTensor &dst, const PadStrideInfo &conv_info);
- /** Depth concatenate layer from @p srcs to @p dst
- *
- * @param[in] srcs Input tensors.
- * @param[out] dst Result tensor.
- */
- static void depth_concatenate_layer(const std::vector<std::unique_ptr<RawTensor>> &srcs, RawTensor &dst);
/** Fully connected layer function
*
* @param[in] src Input tensor