Split up detail.h (#7836)

This commit is contained in:
Peter Goldsborough
2018-05-30 08:55:34 -07:00
committed by GitHub
parent 15122e93bc
commit 4a80755834
39 changed files with 220 additions and 180 deletions

View File

@ -64,7 +64,7 @@ bool test_RNN_xor(Func&& model_maker, bool cuda = false) {
return true;
};
void check_lstm_sizes(variable_list tup) {
void check_lstm_sizes(std::vector<Variable> tup) {
// Expect the LSTM to have 64 outputs and 3 layers, with an input of batch
// 10 and 16 time steps (10 x 16 x n)