[PYTHON] Removed .softmax from ops/__init__.py following previous commit
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
from .conv import _conv, conv
|
from .conv import _conv, conv
|
||||||
from .matmul import _matmul, matmul
|
from .matmul import _matmul, matmul
|
||||||
from .softmax import _softmax, softmax
|
|
||||||
from .cross_entropy import _cross_entropy, cross_entropy
|
from .cross_entropy import _cross_entropy, cross_entropy
|
||||||
from . import blocksparse
|
from . import blocksparse
|
Reference in New Issue
Block a user