| 161 | |
| 162 | #[derive(Debug, Clone, Copy)] |
| 163 | pub struct UpDecoderBlock2DConfig { |
| 164 | pub num_layers: i64, |
| 165 | pub resnet_eps: f64, |
| 166 | pub resnet_groups: i64, |
| 167 | pub output_scale_factor: f64, |
| 168 | pub add_upsample: bool, |
| 169 | } |
| 170 | |
| 171 | impl Default for UpDecoderBlock2DConfig { |
| 172 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected