Fix SoftmaxLayerTest: forgot to change this one to use DtypesAndDevices;
authorJeff Donahue <jeff.donahue@gmail.com>
Tue, 15 Jul 2014 06:49:36 +0000 (23:49 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 15 Jul 2014 06:49:36 +0000 (23:49 -0700)
commit304be2fec6440aef246ac19b4832d3d5e72fc6c9
tree4b5e4123261049a1f7b0a7a3f439d60595b74cb0
parent12fe64846120db80ed2cfeda057382993c23c067
Fix SoftmaxLayerTest: forgot to change this one to use DtypesAndDevices;
was causing Travis build to randomly fail if a previous test had set the
mode to GPU (which no test that is run by 'make runtestnogpu' should, so
I guess there's another bug somewhere).
src/caffe/test/test_softmax_layer.cpp