Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
Split
./include/caffe/layers/split_layer.hpp
./src/caffe/layers/split_layer.cpp
./src/caffe/layers/split_layer.cu
The Split
layer is a utility layer that splits an input blob to multiple output blobs. This is used when a blob is fed into multiple output layers.
Does not take any parameters.