(self)
| 37 | # These throw if cuda is misconfigured |
| 38 | tnn.GRUCell(10,10).cuda() |
| 39 | tnn.RNNCell(10,10).cuda() |
| 40 | tnn.LSTMCell(10,10).cuda() |
| 41 | tnn.GRU(10,10).cuda() |
| 42 | tnn.LSTM(10,10).cuda() |
| 43 | tnn.RNN(10,10).cuda() |
nothing calls this directly
no outgoing calls
no test coverage detected