Skip to content

Commit 58b7d1c

Browse files
killeentsoumith
authored andcommitted
remove python convnd function
1 parent 7ca196c commit 58b7d1c

File tree

2 files changed

+0
-292
lines changed

2 files changed

+0
-292
lines changed

torch/nn/_functions/conv.py

Lines changed: 0 additions & 290 deletions
This file was deleted.

torch/nn/backends/thnn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ def _get_thnn_function_backend():
2020

2121
def _initialize_backend():
2222
from .._functions.thnn import _all_functions as _thnn_functions
23-
from .._functions.conv import ConvNd
2423
from .._functions.rnn import RNN, \
2524
RNNTanhCell, RNNReLUCell, GRUCell, LSTMCell
2625
from .._functions.dropout import Dropout, FeatureDropout
2726
from .._functions.activation import Softsign
2827
from .._functions.loss import CosineEmbeddingLoss, \
2928
HingeEmbeddingLoss, HingeEmbeddingLossBackward, MarginRankingLoss
3029

31-
backend.register_function('ConvNd', ConvNd)
3230
backend.register_function('RNN', RNN)
3331
backend.register_function('RNNTanhCell', RNNTanhCell)
3432
backend.register_function('RNNReLUCell', RNNReLUCell)

0 commit comments

Comments
 (0)