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

Function quantize_row_q5_0

ggml-quants.c:554–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void quantize_row_q5_0(const float * restrict x, void * restrict y, int k) {
555 quantize_row_q5_0_reference(x, y, k);
556}
557
558void quantize_row_q5_1_reference(const float * restrict x, block_q5_1 * restrict y, int k) {
559 const int qk = QK5_1;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected