From d646ae17893a89771cdc61ac8790f7e241ecd799 Mon Sep 17 00:00:00 2001 From: Vidhya Sudhan Loganathan Date: Mon, 19 Nov 2018 15:18:20 +0000 Subject: COMPMID-1065 : Create documentation explaining how to add new functions / kernels Change-Id: I98183f95814442b6f3dbb67a1bdae99df05b9b01 --- src/runtime/CL/functions/CLReshapeLayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/CL') diff --git a/src/runtime/CL/functions/CLReshapeLayer.cpp b/src/runtime/CL/functions/CLReshapeLayer.cpp index b1ca7a821d..b98a99dec3 100644 --- a/src/runtime/CL/functions/CLReshapeLayer.cpp +++ b/src/runtime/CL/functions/CLReshapeLayer.cpp @@ -27,6 +27,7 @@ #include "arm_compute/core/CL/kernels/CLReshapeLayerKernel.h" #include "support/ToolchainSupport.h" +/** [CLReshapeLayer snippet] **/ using namespace arm_compute; void CLReshapeLayer::configure(const ICLTensor *input, ICLTensor *output) @@ -40,3 +41,4 @@ Status CLReshapeLayer::validate(const ITensorInfo *input, const ITensorInfo *out { return CLReshapeLayerKernel::validate(input, output); } +/** [CLReshapeLayer snippet] **/ -- cgit v1.2.1