Added GPU implementation of SoftmaxWithLossLayer.
authorSagan Bolliger <sagan@cs.toronto.edu>
Fri, 6 Feb 2015 20:54:32 +0000 (12:54 -0800)
committerSagan Bolliger <sagan@cs.toronto.edu>
Fri, 6 Feb 2015 20:54:32 +0000 (12:54 -0800)
commit4c894d0b2d37c4f5e6a82a797dc8446fb1a9fc62
treec2dedb88c9e194590db37d64c967c67e7b6260cb
parenta883ec6168f909daaf5f08842abb4a2d594e334c
Added GPU implementation of SoftmaxWithLossLayer.
include/caffe/loss_layers.hpp
src/caffe/layers/softmax_loss_layer.cpp
src/caffe/layers/softmax_loss_layer.cu [new file with mode: 0644]