File tree Expand file tree Collapse file tree 2 files changed +0
-292
lines changed Expand file tree Collapse file tree 2 files changed +0
-292
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ def _get_thnn_function_backend():
20
20
21
21
def _initialize_backend ():
22
22
from .._functions .thnn import _all_functions as _thnn_functions
23
- from .._functions .conv import ConvNd
24
23
from .._functions .rnn import RNN , \
25
24
RNNTanhCell , RNNReLUCell , GRUCell , LSTMCell
26
25
from .._functions .dropout import Dropout , FeatureDropout
27
26
from .._functions .activation import Softsign
28
27
from .._functions .loss import CosineEmbeddingLoss , \
29
28
HingeEmbeddingLoss , HingeEmbeddingLossBackward , MarginRankingLoss
30
29
31
- backend .register_function ('ConvNd' , ConvNd )
32
30
backend .register_function ('RNN' , RNN )
33
31
backend .register_function ('RNNTanhCell' , RNNTanhCell )
34
32
backend .register_function ('RNNReLUCell' , RNNReLUCell )
You can’t perform that action at this time.
0 commit comments