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