softmax layer, test to be written
authorYangqing Jia <jiayq84@gmail.com>
Wed, 25 Sep 2013 22:38:04 +0000 (15:38 -0700)
committerYangqing Jia <jiayq84@gmail.com>
Wed, 25 Sep 2013 22:38:04 +0000 (15:38 -0700)
commit07399f610c1f6691741dd0f550755195baffba9e
tree7c3e199c40883d1b5c8fd5e57e8a354981eafa20
parent46bf6152d476be01bef8e3c65cede1114b4ee561
softmax layer, test to be written
src/caffe/blob.cpp
src/caffe/blob.hpp
src/caffe/layer_factory.hpp
src/caffe/layers/softmax_layer.cpp [new file with mode: 0644]
src/caffe/net.cpp [new file with mode: 0644]
src/caffe/net.cpp.work [deleted file]
src/caffe/net.hpp
src/caffe/test/test_softmax_layer.cpp [new file with mode: 0644]
src/caffe/util/math_functions.cpp
src/caffe/util/math_functions.hpp
src/caffe/vision_layers.hpp