| # tiny_enc_dec_npir | |
| Tiny audio encoder/decoder NPIR fixture for multi-graph GQ tests (NPP02-7270). Deterministic (seed 0), 1 block, reduced dims. | |
| - encoder/: input_features [1, 16, 8] -> [1, 8, 32] | |
| - decoder/: input_ids [1, 4], encoder_hidden_states [1, 8, 32] -> [1, 4, 32] | |
| Composition edge: encoder output -> decoder `encoder_hidden_states` (shape [1, 8, 32]). | |