(self, n_head: int, n_head_kv: int)
| 581 | def astype(self, data_type: DataType) -> Tensor: ... |
| 582 | @abstractmethod |
| 583 | def permute(self, n_head: int, n_head_kv: int) -> Tensor: ... |
| 584 | @abstractmethod |
| 585 | def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> UnquantizedTensor: ... |
| 586 | @abstractmethod |
no outgoing calls
no test coverage detected