Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/EfficientQAT
/ TritonModuleMixin
Class
TritonModuleMixin
quantize/int_linear_real.py:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
TritonModuleMixin:
21
@classmethod
22
def
warmup(cls, model, transpose=False, seqlen=2048):
23
pass
24
25
26
class
QuantLinear(nn.Module, TritonModuleMixin):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected