| ggml_set_op_params_f32 | R Documentation |
Sets a single float value in tensor op_params at given index.
ggml_set_op_params_f32(tensor, index, value)
tensor |
External pointer to tensor |
index |
0-based index (0-15 for 64-byte op_params) |
value |
Numeric value to set |
NULL invisibly
Other tensor:
ggml_are_same_layout(),
ggml_get_op_params(),
ggml_get_op_params_f32(),
ggml_get_op_params_i32(),
ggml_set_op_params(),
ggml_set_op_params_i32()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.