| """Ядра для развёрнутого вывода: считают по кодам, не разворачивая веса.""" | |
| from .ternary_matmul import ( | |
| HAVE_TRITON, | |
| TernaryLinear, | |
| pack_codes_rowwise, | |
| ternary_linear, | |
| unpack_codes_rowwise, | |
| ) | |
| __all__ = ["HAVE_TRITON", "TernaryLinear", "pack_codes_rowwise", | |
| "ternary_linear", "unpack_codes_rowwise"] | |