Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
Tile
./include/caffe/layers/tile_layer.hpp
./src/caffe/layers/tile_layer.cpp
./src/caffe/layers/tile_layer.cu
TileParameter tile_param
)./src/caffe/proto/caffe.proto
:// Message that stores parameters used by TileLayer
message TileParameter {
// The index of the axis to tile.
optional int32 axis = 1 [default = 1];
// The number of copies (tiles) of the blob to output.
optional int32 tiles = 2;
}