(self, data_type: DataType)
| 458 | |
| 459 | @abstractmethod |
| 460 | def astype(self, data_type: DataType) -> Tensor: ... |
| 461 | @abstractmethod |
| 462 | def permute(self, n_head: int, n_head_kv: int) -> Tensor: ... |
| 463 | @abstractmethod |
no outgoing calls
no test coverage detected