From 2eb5d16b839cbc28c6cb7f0de7a0bf15290b425a Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 2 Jul 2021 09:01:49 +0100 Subject: Align kernel/operator header layout - Redirect validate documentation to configure - Align header names - Align class layout Signed-off-by: Georgios Pinitas Change-Id: Ia40f67383826a66e9f9a33745d66805551e31a3a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5897 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- src/runtime/cpu/operators/CpuGemmLowpOutputStage.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/runtime/cpu/operators/CpuGemmLowpOutputStage.h') diff --git a/src/runtime/cpu/operators/CpuGemmLowpOutputStage.h b/src/runtime/cpu/operators/CpuGemmLowpOutputStage.h index 848aaea3e7..bed88a60d5 100644 --- a/src/runtime/cpu/operators/CpuGemmLowpOutputStage.h +++ b/src/runtime/cpu/operators/CpuGemmLowpOutputStage.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef ARM_COMPUTE_CPU_GEMMLOWP_OUTPUTSTAGE_H -#define ARM_COMPUTE_CPU_GEMMLOWP_OUTPUTSTAGE_H +#ifndef ARM_COMPUTE_CPU_GEMMLOWP_OUTPUT_STAGE_H +#define ARM_COMPUTE_CPU_GEMMLOWP_OUTPUT_STAGE_H #include "arm_compute/core/Types.h" #include "src/runtime/cpu/ICpuOperator.h" @@ -51,10 +51,6 @@ namespace cpu class CpuGemmLowpOutputStage : public ICpuOperator { public: - /** Constructor */ - CpuGemmLowpOutputStage() = default; - /** Default destructor */ - ~CpuGemmLowpOutputStage() = default; /** Initialise the kernel's inputs, output * * Valid data layouts: @@ -87,4 +83,4 @@ public: }; } // namespace cpu } // namespace arm_compute -#endif /* ARM_COMPUTE_CPU_GEMMLOWP_OUTPUTSTAGE_H */ +#endif /* ARM_COMPUTE_CPU_GEMMLOWP_OUTPUT_STAGE_H */ -- cgit v1.2.1