parameterized.parameters(
dict( # Baseline
use_cross_attention=False,
stack_cfg=StackedTransformerLayer.default_config(),
custom_attention_mask_cfg=None,
| 1 | # Copyright © 2023 Apple Inc. |
| 2 | |
| 3 | """Tests decoder layers.""" |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected