MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / permute

Method permute

convert.py:462–462  ·  view source on GitHub ↗
(self, n_head: int, n_head_kv: int)

Source from the content-addressed store, hash-verified

460 def astype(self, data_type: DataType) -> Tensor: ...
461 @abstractmethod
462 def permute(self, n_head: int, n_head_kv: int) -> Tensor: ...
463 @abstractmethod
464 def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> UnquantizedTensor: ...
465 @abstractmethod

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected