From afeba1e8389d74ca9b08c3a739a31b5970e5ee40 Mon Sep 17 00:00:00 2001 From: dboyliao Date: Thu, 9 May 2019 23:21:51 +0800 Subject: [PATCH] fix bug: wrong spelling --- utensor_cgen/backend/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utensor_cgen/backend/operators.py b/utensor_cgen/backend/operators.py index 9a4ea0ef..3c625177 100644 --- a/utensor_cgen/backend/operators.py +++ b/utensor_cgen/backend/operators.py @@ -492,7 +492,7 @@ def __init__(self, op_info, **kwargs): in_dtype=in_dtype, filter_dtype=filter_dtype, out_dtype=out_dtype, ref_count=ref_count, to_eval=to_eval) -@OperatorFactory.registder +@OperatorFactory.register class _Conv2DQuantOperator(_Operator): op_type = "QuantizedConv2D"