(self, data_type: DataType)
| 705 | |
| 706 | @abstractmethod |
| 707 | def astype(self, data_type: DataType) -> Self: ... |
| 708 | @abstractmethod |
| 709 | def permute(self, n_head: int, n_head_kv: int) -> Self: ... |
| 710 | @abstractmethod |
no outgoing calls
no test coverage detected