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