#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
◆ GGML_MROPE_SECTIONS
| #define GGML_MROPE_SECTIONS 4 |
◆ GGML_ROPE_TYPE_IMROPE
| #define GGML_ROPE_TYPE_IMROPE 40 |
◆ GGML_ROPE_TYPE_VISION
| #define GGML_ROPE_TYPE_VISION 24 |
◆ ggml_fp16_t
◆ ggml_status
| Enumerator |
|---|
| GGML_STATUS_ALLOC_FAILED | |
| GGML_STATUS_FAILED | |
| GGML_STATUS_SUCCESS | |
| GGML_STATUS_ABORTED | |
Definition at line 27 of file ggml_runtime_compat.h.
27 {
32};
@ GGML_STATUS_ALLOC_FAILED
◆ ggml_type
| Enumerator |
|---|
| GGML_TYPE_F32 | |
| GGML_TYPE_F16 | |
| GGML_TYPE_Q8_0 | |
| GGML_TYPE_I32 | |
Definition at line 20 of file ggml_runtime_compat.h.
◆ ggml_fp16_to_fp32()
◆ ggml_fp32_to_fp16()
◆ ggml_get_data()
| void * ggml_get_data |
( |
const struct ggml_tensor * |
tensor | ) |
|
◆ ggml_get_data_f32()
| float * ggml_get_data_f32 |
( |
const struct ggml_tensor * |
tensor | ) |
|
◆ ggml_nbytes()
| size_t ggml_nbytes |
( |
const struct ggml_tensor * |
tensor | ) |
|