子模块# 时间序列稠密编码器 (TiDE)# 类 _ResidualBlock(输入维度, 输出维度, ...) 实现TiDE论文中Residual Block的PyTorch模块。 _TideModule(output_dim, future_cov_dim, ...) 实现TiDE架构的PyTorch模块。