aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuQuantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuQuantize.h')
-rw-r--r--src/runtime/cpu/operators/CpuQuantize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/cpu/operators/CpuQuantize.h b/src/runtime/cpu/operators/CpuQuantize.h
index 09afffd920..9a34a36bcc 100644
--- a/src/runtime/cpu/operators/CpuQuantize.h
+++ b/src/runtime/cpu/operators/CpuQuantize.h
@@ -34,8 +34,6 @@ namespace cpu
class CpuQuantize : public ICpuOperator
{
public:
- /** Default Constructor */
- CpuQuantize() = default;
/** Set the input and output tensors.
*
* @param[in] src Source tensor info. The dimensions over the third will be interpreted as batches. Data types supported: QASYMM8/QASYMM8_SIGNED/F32/F16.