(self)
| 11754 | |
| 11755 | @property |
| 11756 | def has_attention_budget(self) -> bool: |
| 11757 | return self.memory_model != "recurrent" |
| 11758 | |
| 11759 | @property |
| 11760 | def attention_partitioned(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected