Browse Source

chore(mge): typo and reword

GitOrigin-RevId: 3848da4824
tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
099ffeac12
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      imperative/python/megengine/core/tensor/multipledispatch/__init__.py

+ 2
- 1
imperative/python/megengine/core/tensor/multipledispatch/__init__.py View File

@@ -46,7 +46,8 @@
# Commit: 9e3c87d0cee57972fd5cc33fe5cacde77c781834
# Authors: Matthew Rocklin et al.
#
# Refer to ACKNOWLEDGEMENT for copyright and liscense information
# The original LICENSE file is included in the ACKNOWLEDGEMENT file under
# MegEngine root directory.

from .core import dispatch
from .dispatcher import Dispatcher

Loading…
Cancel
Save