| 66 | } |
| 67 | |
| 68 | PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { |
| 69 | m.def("quantize_q2_k", &quantize_q2_k, "Quantize a tensor to Q2_K format"); |
| 70 | m.def("quantize_q3_k", &quantize_q3_k, "Quantize a tensor to Q3_K format"); |
| 71 | } |
nothing calls this directly
no outgoing calls
no test coverage detected