[PYTHON] Removed .softmax from ops/__init__.py following previous commit

This commit is contained in:
Philippe Tillet
2021-02-07 17:02:11 -05:00
parent b0647cfd52
commit 66c94f21d7

View File

@@ -1,5 +1,4 @@
from .conv import _conv, conv
from .matmul import _matmul, matmul
from .softmax import _softmax, softmax
from .cross_entropy import _cross_entropy, cross_entropy
from . import blocksparse