aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuMul.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuMul.h')
-rw-r--r--src/runtime/cpu/operators/CpuMul.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/cpu/operators/CpuMul.h b/src/runtime/cpu/operators/CpuMul.h
index 6e717188a4..da518c4461 100644
--- a/src/runtime/cpu/operators/CpuMul.h
+++ b/src/runtime/cpu/operators/CpuMul.h
@@ -35,8 +35,6 @@ namespace cpu
class CpuMul : public ICpuOperator
{
public:
- /** Default Constructor */
- CpuMul() = default;
/** Initialise the kernel's inputs, dst and convertion policy.
*
* @note For @p scale equal to 1/255 only round to nearest even (implemented as round half up) is supported.
@@ -81,8 +79,6 @@ public:
class CpuComplexMul : public ICpuOperator
{
public:
- /** Default Constructor */
- CpuComplexMul() = default;
/** Initialise the kernel's inputs, dst.
*
* @param[in, out] src1 First input tensor. Data types supported: F32. Number of channels supported: 2 (complex tensor).