• Vadim Pisarevsky's avatar
    optimized several conv net layers (#1227) · 645260af
    Vadim Pisarevsky authored
    * rewritten the following layers to be [much] more efficient: convolution, fully connected, activations (relu, tanh, ...), LRN. Use optional AVX optimization for the first two.
    
    * eliminated trailing whitespaces
    645260af
elementwise_layers.cpp 10.8 KB