Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/tvm/relay/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# under the License.
"""Backend codegen modules for relay."""
from . import compile_engine
from .contrib import cmsisnn
18 changes: 0 additions & 18 deletions python/tvm/relay/backend/contrib/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions python/tvm/relay/backend/contrib/cmsisnn/__init__.py

This file was deleted.

134 changes: 0 additions & 134 deletions python/tvm/relay/backend/contrib/cmsisnn/codegen.py

This file was deleted.

2 changes: 1 addition & 1 deletion python/tvm/relay/op/contrib/cmsisnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ def check_quantized_softmax(extract):
)

return [
("cmsisnn.qnn_softmax", softmax_pattern(), check_quantized_softmax),
("cmsisnn.quantized_softmax", softmax_pattern(), check_quantized_softmax),
]
Loading