Skip to content

Commit

Permalink
TODO comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
d-smirnov committed Oct 29, 2020
1 parent 475835a commit e424083
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tvm/relay/op/contrib/arm_compute_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def conv2d(expr):
return True


# TODO check why no annotation is here
@tvm.ir.register_op_attr("qnn.conv2d", "target.arm_compute_lib")
def qnn_conv2d(expr):
"""Check if the external ACL codegen for qnn.conv2d should be used."""
Expand Down Expand Up @@ -277,7 +276,6 @@ def dense(expr):
return True


# TODO check why no annotation is here
@tvm.ir.register_op_attr("qnn.dense", "target.arm_compute_lib")
def qnn_dense(expr):
"""Check if the external ACL codegen for qnn.dense should be used."""
Expand Down

0 comments on commit e424083

Please sign in to comment.