| dequantize_row_q4_0 | R Documentation |
Converts Q4_0 quantized data back to float values.
dequantize_row_q4_0(raw_data, n_elements)
dequantize_row_q4_1(raw_data, n_elements)
dequantize_row_q5_0(raw_data, n_elements)
dequantize_row_q5_1(raw_data, n_elements)
dequantize_row_q8_0(raw_data, n_elements)
raw_data |
Raw vector containing quantized data |
n_elements |
Number of elements to dequantize |
Numeric vector of dequantized values
Other quantization:
dequantize_row_iq2_xxs(),
dequantize_row_mxfp4(),
dequantize_row_nvfp4(),
dequantize_row_q1_0(),
dequantize_row_q2_K(),
dequantize_row_tq1_0(),
ggml_quant_block_info(),
iq2xs_free_impl(),
iq2xs_init_impl(),
iq3xs_free_impl(),
iq3xs_init_impl(),
quantize_iq2_xxs(),
quantize_mxfp4(),
quantize_nvfp4(),
quantize_q1_0(),
quantize_q2_K(),
quantize_q4_0(),
quantize_row_iq3_xxs_ref(),
quantize_row_mxfp4_ref(),
quantize_row_q2_K_ref(),
quantize_row_q4_0_ref(),
quantize_row_tq1_0_ref(),
quantize_tq1_0()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.