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/CpuReshape.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/runtime/cpu/operators/CpuReshape.h') diff --git a/src/runtime/cpu/operators/CpuReshape.h b/src/runtime/cpu/operators/CpuReshape.h index e136043568..581b55e0ef 100644 --- a/src/runtime/cpu/operators/CpuReshape.h +++ b/src/runtime/cpu/operators/CpuReshape.h @@ -34,19 +34,15 @@ namespace cpu class CpuReshape : public ICpuOperator { public: - /** Constructor */ - CpuReshape() = default; /** Configure operator for a given list of arguments * * @param[in] src Source tensor info. Data type supported: All * @param[out] dst Destination info. Data type supported: Same as @p src */ void configure(const ITensorInfo *src, ITensorInfo *dst); - - /** Static function to check if given info will lead to a valid configuration of @ref CpuReshape + /** Static function to check if given info will lead to a valid configuration * - * @param[in] src Source tensor info. Data type supported: All - * @param[in] dst Destination tensor info. Data type supported: Same as @p src + * Similar to @ref CpuReshape::configure() * * @return a status */ -- cgit v1.2.1