MCPcopy Create free account
hub / github.com/BVLC/caffe / input_shape

Method input_shape

include/caffe/layers/base_conv_layer.hpp:56–58  ·  view source on GitHub ↗

@brief The spatial dimensions of the input.

Source from the content-addressed store, hash-verified

54
55 /// @brief The spatial dimensions of the input.
56 inline int input_shape(int i) {
57 return (*bottom_shape_)[channel_axis_ + i];
58 }
59 // reverse_dimensions should return true iff we are implementing deconv, so
60 // that conv helpers know which dimensions are which.
61 virtual bool reverse_dimensions() = 0;

Callers 3

compute_output_shapeMethod · 0.80
compute_output_shapeMethod · 0.80
UpgradeNetInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected