(self, module: Linear, input: torch.Tensor,
bias: Optional[torch.Tensor], *args, **kwargs)
| 305 | |
| 306 | @abstractmethod |
| 307 | def apply(self, module: Linear, input: torch.Tensor, |
| 308 | bias: Optional[torch.Tensor], *args, **kwargs): |
| 309 | raise NotImplementedError |
| 310 | |
| 311 | def apply_linear_allreduce(self, module: Linear, input: torch.Tensor, |
| 312 | bias: Optional[torch.Tensor], tp_rank: int, |
no outgoing calls
no test coverage detected