Dims GetPaddings() const noexcept 函数功能获取卷积的填充参数的维度。 函数原型Dims GetPaddings() const noexcept; 约束说明若还未调用SetPaddings接口,则返回默认值(0, 0, 0, 0)。 返回值说明返回卷积的填充参数的维度。 父主题: class ConvolutionLayer