Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
Input
./include/caffe/layers/input_layer.hpp
./src/caffe/layers/input_layer.cpp
InputParameter input_param
)./src/caffe/proto/caffe.proto
):message InputParameter {
// This layer produces N >= 1 top blob(s) to be assigned manually.
// Define N shapes to set a shape for each top.
// Define 1 shape to set the same shape for every top.
// Define no shape to defer to reshaping manually.
repeated BlobShape shape = 1;
}