Caffe
caffe::ConvolutionLayer< Dtype > Member List

This is the complete list of members for caffe::ConvolutionLayer< Dtype >, including all inherited members.

AllowForceBackward(const int bottom_index) constcaffe::Layer< Dtype >inlinevirtual
AutoTopBlobs() constcaffe::Layer< Dtype >inlinevirtual
Backward(const vector< Blob< Dtype > *> &top, const vector< bool > &propagate_down, const vector< Blob< Dtype > *> &bottom)caffe::Layer< Dtype >inline
Backward_cpu(const vector< Blob< Dtype > *> &top, const vector< bool > &propagate_down, const vector< Blob< Dtype > *> &bottom)caffe::ConvolutionLayer< Dtype >protectedvirtual
backward_cpu_bias(Dtype *bias, const Dtype *input) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
backward_cpu_gemm(const Dtype *input, const Dtype *weights, Dtype *output) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
Backward_gpu(const vector< Blob< Dtype > *> &top, const vector< bool > &propagate_down, const vector< Blob< Dtype > *> &bottom)caffe::ConvolutionLayer< Dtype >protectedvirtual
backward_gpu_bias(Dtype *bias, const Dtype *input) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
backward_gpu_gemm(const Dtype *input, const Dtype *weights, Dtype *col_output) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
BaseConvolutionLayer(const LayerParameter &param) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >inlineexplicit
bias_term_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
blobs()caffe::Layer< Dtype >inline
blobs_caffe::Layer< Dtype >protected
bottom_dim_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
bottom_shape_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
channel_axis_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
channels_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
CheckBlobCounts(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::Layer< Dtype >inlineprotectedvirtual
col_buffer_shape_caffe::BaseConvolutionLayer< Dtype >protected
compute_output_shape() (defined in caffe::ConvolutionLayer< Dtype >)caffe::ConvolutionLayer< Dtype >protectedvirtual
conv_input_shape_caffe::BaseConvolutionLayer< Dtype >protected
ConvolutionLayer(const LayerParameter &param)caffe::ConvolutionLayer< Dtype >inlineexplicit
dilation_caffe::BaseConvolutionLayer< Dtype >protected
EqualNumBottomTopBlobs() constcaffe::BaseConvolutionLayer< Dtype >inlinevirtual
ExactNumBottomBlobs() constcaffe::Layer< Dtype >inlinevirtual
ExactNumTopBlobs() constcaffe::Layer< Dtype >inlinevirtual
force_nd_im2col_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
Forward(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::Layer< Dtype >inline
Forward_cpu(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::ConvolutionLayer< Dtype >protectedvirtual
forward_cpu_bias(Dtype *output, const Dtype *bias) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
forward_cpu_gemm(const Dtype *input, const Dtype *weights, Dtype *output, bool skip_im2col=false) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
Forward_gpu(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::ConvolutionLayer< Dtype >protectedvirtual
forward_gpu_bias(Dtype *output, const Dtype *bias) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
forward_gpu_gemm(const Dtype *col_input, const Dtype *weights, Dtype *output, bool skip_im2col=false) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
group_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
input_shape(int i)caffe::BaseConvolutionLayer< Dtype >inlineprotected
is_1x1_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
kernel_shape_caffe::BaseConvolutionLayer< Dtype >protected
Layer(const LayerParameter &param)caffe::Layer< Dtype >inlineexplicit
layer_param() constcaffe::Layer< Dtype >inline
layer_param_caffe::Layer< Dtype >protected
LayerSetUp(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::BaseConvolutionLayer< Dtype >virtual
loss(const int top_index) constcaffe::Layer< Dtype >inline
loss_caffe::Layer< Dtype >protected
MaxBottomBlobs() constcaffe::Layer< Dtype >inlinevirtual
MaxTopBlobs() constcaffe::Layer< Dtype >inlinevirtual
MinBottomBlobs() constcaffe::BaseConvolutionLayer< Dtype >inlinevirtual
MinTopBlobs() constcaffe::BaseConvolutionLayer< Dtype >inlinevirtual
num_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
num_output_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
num_spatial_axes_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
out_spatial_dim_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
output_shape_caffe::BaseConvolutionLayer< Dtype >protected
pad_caffe::BaseConvolutionLayer< Dtype >protected
param_propagate_down(const int param_id)caffe::Layer< Dtype >inline
param_propagate_down_caffe::Layer< Dtype >protected
phase_caffe::Layer< Dtype >protected
Reshape(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::BaseConvolutionLayer< Dtype >virtual
reverse_dimensions() (defined in caffe::ConvolutionLayer< Dtype >)caffe::ConvolutionLayer< Dtype >inlineprotectedvirtual
set_loss(const int top_index, const Dtype value)caffe::Layer< Dtype >inline
set_param_propagate_down(const int param_id, const bool value)caffe::Layer< Dtype >inline
SetLossWeights(const vector< Blob< Dtype > *> &top)caffe::Layer< Dtype >inlineprotected
SetUp(const vector< Blob< Dtype > *> &bottom, const vector< Blob< Dtype > *> &top)caffe::Layer< Dtype >inline
stride_caffe::BaseConvolutionLayer< Dtype >protected
top_dim_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
ToProto(LayerParameter *param, bool write_diff=false)caffe::Layer< Dtype >virtual
type() constcaffe::ConvolutionLayer< Dtype >inlinevirtual
weight_cpu_gemm(const Dtype *input, const Dtype *output, Dtype *weights) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
weight_gpu_gemm(const Dtype *col_input, const Dtype *output, Dtype *weights) (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
weight_offset_ (defined in caffe::BaseConvolutionLayer< Dtype >)caffe::BaseConvolutionLayer< Dtype >protected
~Layer() (defined in caffe::Layer< Dtype >)caffe::Layer< Dtype >inlinevirtual