@brief The spatial dimensions of the input.
| 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; |
no outgoing calls
no test coverage detected