Skip to content

Commit

Permalink
fix bug: wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dboyliao committed May 9, 2019
1 parent 599b1a3 commit afeba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utensor_cgen/backend/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afeba1e

Please sign in to comment.