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

Function quantize_row_q4_1

ggml-quants.c:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void quantize_row_q4_1(const float * restrict x, void * restrict y, int k) {
507 quantize_row_q4_1_reference(x, y, k);
508}
509
510void quantize_row_q5_0_reference(const float * restrict x, block_q5_0 * restrict y, int k) {
511 static const int qk = QK5_0;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected