aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuPermute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuPermute.h')
-rw-r--r--src/runtime/cpu/operators/CpuPermute.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/runtime/cpu/operators/CpuPermute.h b/src/runtime/cpu/operators/CpuPermute.h
index 2b30d7fbd8..2500017c0e 100644
--- a/src/runtime/cpu/operators/CpuPermute.h
+++ b/src/runtime/cpu/operators/CpuPermute.h
@@ -34,8 +34,6 @@ namespace cpu
class CpuPermute : public ICpuOperator
{
public:
- /** Constructor */
- CpuPermute() = default;
/** Configure operator for a given list of arguments
*
* @note Arbitrary permutation vectors are supported with rank not greater than 4
@@ -45,13 +43,9 @@ public:
* @param[in] perm Permutation vector
*/
void configure(const ITensorInfo *src, ITensorInfo *dst, const PermutationVector &perm);
- /** Static function to check if given info will lead to a valid configuration of @ref CpuPermute
+ /** Static function to check if given info will lead to a valid configuration
*
- * @note Arbitrary permutation vectors are supported with rank not greater than 4
- *
- * @param[in] src Source tensor to permute. Data types supported: All
- * @param[in] dst Destination tensor. Data types supported: Same as @p dst
- * @param[in] perm Permutation vector
+ * Similar to @ref CpuPermute::configure()
*
* @return a status
*/