Files
cs249r_book/tinytorch/tests/12_attention
Vijay Janapa Reddi ea6a638431 refactor(tests): remove tests for unimplemented attention components
Remove test_attention_pipeline_integration.py and test_tensor_attention_integration.py
which test SelfAttention, create_causal_mask, and other components that do not exist
in the attention module. These were always skipped and provided no test value.

The existing attention tests (test_attention_core.py) properly test the actual
implemented components: scaled_dot_product_attention and MultiHeadAttention.
2026-01-24 14:07:48 -05:00
..