| 287 | "flow_matching.estimator.transformer_blocks.0.mlp.up.weight", |
| 288 | {estimator_mlp_dim, estimator_dim}); |
| 289 | assets::require_tensor_shape( |
| 290 | weights, |
| 291 | "flow_matching.estimator.transformer_blocks.0.mlp.down.weight", |
| 292 | {estimator_dim, estimator_mlp_dim}); |
| 293 | assets::require_tensor_shape( |
| 294 | weights, |
| 295 | "flow_matching.estimator.transformer_blocks.0.scale_shift_table", |
| 296 | {6, estimator_dim}); |
no outgoing calls
no test coverage detected