alexgkendall / caffe-segnet

Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
http://mi.eng.cam.ac.uk/projects/segnet/
Other
1.08k stars 452 forks source link

Which file does caffe execute when implementing convolutional operation? #141

Open light82 opened 6 years ago

light82 commented 6 years ago

There are three files related to convolutional operation in caffe/src/caffe/layers:conv_layer.cpp,conv_layer.cu,cudnn_conv_layer.cpp.Which file does caffe execute when doing convolutional operation?