SYMBOL INDEX (797 symbols across 6 files) FILE: Sources/cpp/ggml.c type LONG (line 34) | typedef volatile LONG atomic_int; type atomic_int (line 35) | typedef atomic_int atomic_bool; function atomic_store (line 37) | static void atomic_store(atomic_int* ptr, LONG val) { function LONG (line 40) | static LONG atomic_load(atomic_int* ptr) { function LONG (line 43) | static LONG atomic_fetch_add(atomic_int* ptr, LONG inc) { function LONG (line 46) | static LONG atomic_fetch_sub(atomic_int* ptr, LONG dec) { type HANDLE (line 50) | typedef HANDLE pthread_t; type DWORD (line 52) | typedef DWORD thread_ret_t; function pthread_create (line 53) | static int pthread_create(pthread_t* out, void* unused, thread_ret_t(*fu... function pthread_join (line 64) | static int pthread_join(pthread_t thread, void* unused) { function sched_yield (line 68) | static int sched_yield (void) { type ggml_float (line 126) | typedef double ggml_float; function fp32_from_bits (line 169) | static inline float fp32_from_bits(uint32_t w) { function fp32_to_bits (line 178) | static inline uint32_t fp32_to_bits(float f) { function ggml_compute_fp16_to_fp32 (line 187) | static inline float ggml_compute_fp16_to_fp32(ggml_fp16_t h) { function ggml_fp16_t (line 210) | static inline ggml_fp16_t ggml_compute_fp32_to_fp16(float f) { function ggml_lookup_fp16_to_fp32 (line 263) | inline static float ggml_lookup_fp16_to_fp32(ggml_fp16_t f) { function ggml_fp16_to_fp32 (line 276) | float ggml_fp16_to_fp32(ggml_fp16_t x) { function ggml_fp16_t (line 280) | ggml_fp16_t ggml_fp32_to_fp16(float x) { function ggml_time_init (line 290) | void ggml_time_init(void) { function ggml_time_ms (line 295) | int64_t ggml_time_ms(void) { function ggml_time_us (line 300) | int64_t ggml_time_us(void) { function ggml_time_init (line 306) | void ggml_time_init(void) {} function ggml_time_ms (line 307) | int64_t ggml_time_ms(void) { function ggml_time_us (line 313) | int64_t ggml_time_us(void) { function ggml_cycles (line 320) | int64_t ggml_cycles(void) { function ggml_cycles_per_ms (line 324) | int64_t ggml_cycles_per_ms(void) { function __m256i (line 367) | inline __m256i bytesFromNibbles( const uint8_t* rsi ) function __m128i (line 384) | inline __m128i packNibbles( __m256i bytes ) function quantize_row_q4_0 (line 404) | void quantize_row_q4_0(const float * restrict x, void * restrict y, int ... function quantize_row_q4_1 (line 606) | void quantize_row_q4_1(const float * restrict x, void * restrict y, int ... function dequantize_row_q4_0 (line 651) | void dequantize_row_q4_0(const void * restrict x, float * restrict y, in... function dequantize_row_q4_1 (line 686) | void dequantize_row_q4_1(const void * restrict x, float * restrict y, in... function v128_t (line 1040) | inline static v128_t __wasm_f16x4_load(const ggml_fp16_t * p) { function __wasm_f16x4_store (line 1051) | inline static void __wasm_f16x4_store(ggml_fp16_t * p, v128_t x) { function __m128 (line 1150) | static inline __m128 __sse_f16x4_load(ggml_fp16_t *x) { function __sse_f16x4_store (line 1161) | static inline void __sse_f16x4_store(ggml_fp16_t *x, __m128 y) { function ggml_vec_set_i8 (line 1205) | inline static void ggml_vec_set_i8(const int n, int8_t * x, const int8_t... function ggml_vec_set_i16 (line 1207) | inline static void ggml_vec_set_i16(const int n, int16_t * x, const int1... function ggml_vec_set_i32 (line 1209) | inline static void ggml_vec_set_i32(const int n, int32_t * x, const int3... function ggml_vec_set_f16 (line 1211) | inline static void ggml_vec_set_f16(const int n, ggml_fp16_t * x, const ... function ggml_vec_add_f32 (line 1213) | inline static void ggml_vec_add_f32 (const int n, float * z, const float... function ggml_vec_acc_f32 (line 1214) | inline static void ggml_vec_acc_f32 (const int n, float * y, const float... function ggml_vec_acc1_f32 (line 1215) | inline static void ggml_vec_acc1_f32(const int n, float * y, const float... function ggml_vec_sub_f32 (line 1216) | inline static void ggml_vec_sub_f32 (const int n, float * z, const float... function ggml_vec_set_f32 (line 1217) | inline static void ggml_vec_set_f32 (const int n, float * x, const float... function ggml_vec_cpy_f32 (line 1218) | inline static void ggml_vec_cpy_f32 (const int n, float * y, const float... function ggml_vec_neg_f32 (line 1219) | inline static void ggml_vec_neg_f32 (const int n, float * y, const float... function ggml_vec_mul_f32 (line 1220) | inline static void ggml_vec_mul_f32 (const int n, float * z, const float... function ggml_vec_div_f32 (line 1221) | inline static void ggml_vec_div_f32 (const int n, float * z, const float... function ggml_vec_dot_f32 (line 1223) | inline static void ggml_vec_dot_f32(const int n, float * restrict s, con... function ggml_vec_dot_f16 (line 1260) | inline static void ggml_vec_dot_f16(const int n, float * restrict s, ggm... function ggml_vec_dot_q4_0 (line 1296) | inline static void ggml_vec_dot_q4_0(const int n, float * restrict s, co... function ggml_vec_dot_q4_1 (line 1584) | inline static void ggml_vec_dot_q4_1(const int n, float * restrict s, co... function ggml_vec_dot_f16_unroll (line 1630) | inline static void ggml_vec_dot_f16_unroll(const int n, const int xs, fl... function ggml_vec_mad_f32 (line 1683) | inline static void ggml_vec_mad_f32(const int n, float * restrict y, con... function ggml_vec_mad_f16 (line 1714) | inline static void ggml_vec_mad_f16(const int n, ggml_fp16_t * restrict ... function ggml_vec_mad_q4_0 (line 1745) | inline static void ggml_vec_mad_q4_0(const int n, float * restrict y, vo... function ggml_vec_mad_q4_1 (line 1838) | inline static void ggml_vec_mad_q4_1(const int n, float * restrict y, vo... function ggml_vec_scale_f32 (line 1875) | inline static void ggml_vec_scale_f32(const int n, float * y, const floa... function ggml_vec_norm_f32 (line 1904) | inline static void ggml_vec_norm_f32 (const int n, float * s, const floa... function ggml_vec_sqr_f32 (line 1905) | inline static void ggml_vec_sqr_f32 (const int n, float * y, const floa... function ggml_vec_sqrt_f32 (line 1906) | inline static void ggml_vec_sqrt_f32 (const int n, float * y, const floa... function ggml_vec_abs_f32 (line 1907) | inline static void ggml_vec_abs_f32 (const int n, float * y, const floa... function ggml_vec_sgn_f32 (line 1908) | inline static void ggml_vec_sgn_f32 (const int n, float * y, const floa... function ggml_vec_step_f32 (line 1909) | inline static void ggml_vec_step_f32 (const int n, float * y, const floa... function ggml_vec_relu_f32 (line 1910) | inline static void ggml_vec_relu_f32 (const int n, float * y, const floa... function ggml_gelu_f32 (line 1915) | inline static float ggml_gelu_f32(float x) { function ggml_vec_gelu_f16 (line 1919) | inline static void ggml_vec_gelu_f16(const int n, ggml_fp16_t * y, const... function ggml_vec_gelu_f32 (line 1927) | inline static void ggml_vec_gelu_f32(const int n, float * y, const float... function ggml_vec_gelu_f32 (line 1936) | inline static void ggml_vec_gelu_f32(const int n, float * y, const float... function ggml_silu_f32 (line 1944) | inline static float ggml_silu_f32(float x) { function ggml_vec_silu_f16 (line 1948) | inline static void ggml_vec_silu_f16(const int n, ggml_fp16_t * y, const... function ggml_vec_silu_f32 (line 1956) | inline static void ggml_vec_silu_f32(const int n, float * y, const float... function ggml_vec_silu_f32 (line 1965) | inline static void ggml_vec_silu_f32(const int n, float * y, const float... function ggml_vec_sum_f32 (line 1972) | inline static void ggml_vec_sum_f32(const int n, float * s, const float ... function ggml_vec_max_f32 (line 1984) | inline static void ggml_vec_max_f32(const int n, float * s, const float ... function ggml_vec_norm_inv_f32 (line 1996) | inline static void ggml_vec_norm_inv_f32(const int n, float * s, const f... type ggml_object (line 2141) | struct ggml_object { type ggml_object (line 2150) | struct ggml_object type ggml_object (line 2152) | struct ggml_object type ggml_tensor (line 2153) | struct ggml_tensor type ggml_context (line 2159) | struct ggml_context { type ggml_context_container (line 2173) | struct ggml_context_container { type ggml_task_type (line 2183) | enum ggml_task_type { type ggml_compute_params (line 2189) | struct ggml_compute_params { type ggml_state (line 2203) | struct ggml_state { type ggml_state (line 2208) | struct ggml_state function ggml_critical_section_start (line 2212) | inline static void ggml_critical_section_start(void) { function ggml_critical_section_end (line 2225) | inline static void ggml_critical_section_end(void) { function ggml_print_object (line 2231) | void ggml_print_object(const struct ggml_object * obj) { function ggml_print_objects (line 2236) | void ggml_print_objects(const struct ggml_context * ctx) { function ggml_nelements (line 2249) | int ggml_nelements(const struct ggml_tensor * tensor) { function ggml_nrows (line 2255) | int ggml_nrows(const struct ggml_tensor * tensor) { function ggml_nbytes (line 2261) | size_t ggml_nbytes(const struct ggml_tensor * tensor) { function ggml_blck_size (line 2267) | int ggml_blck_size(enum ggml_type type) { function ggml_type_size (line 2271) | size_t ggml_type_size(enum ggml_type type) { function ggml_type_sizef (line 2275) | float ggml_type_sizef(enum ggml_type type) { function ggml_element_size (line 2279) | size_t ggml_element_size(const struct ggml_tensor * tensor) { function ggml_is_scalar (line 2283) | static inline bool ggml_is_scalar(const struct ggml_tensor * tensor) { function ggml_is_vector (line 2289) | static inline bool ggml_is_vector(const struct ggml_tensor * tensor) { function ggml_is_matrix (line 2295) | static inline bool ggml_is_matrix(const struct ggml_tensor * tensor) { function ggml_can_mul_mat (line 2301) | static inline bool ggml_can_mul_mat(const struct ggml_tensor * t0, const... function ggml_is_contiguous (line 2310) | static inline bool ggml_is_contiguous(const struct ggml_tensor * tensor) { function ggml_is_padded_1d (line 2320) | static inline bool ggml_is_padded_1d(const struct ggml_tensor * tensor) { function ggml_are_same_shape (line 2329) | static inline bool ggml_are_same_shape(const struct ggml_tensor * t0, co... function ggml_can_repeat (line 2340) | static inline bool ggml_can_repeat(const struct ggml_tensor * t0, const ... function ggml_up32 (line 2350) | static inline int ggml_up32(int n) { function ggml_up64 (line 2354) | static inline int ggml_up64(int n) { function ggml_up (line 2358) | static inline int ggml_up(int n, int m) { type ggml_context (line 2370) | struct ggml_context type ggml_init_params (line 2370) | struct ggml_init_params type ggml_state (line 2400) | struct ggml_state type ggml_context (line 2417) | struct ggml_context type ggml_context (line 2437) | struct ggml_context function ggml_free (line 2457) | void ggml_free(struct ggml_context * ctx) { function ggml_used_mem (line 2486) | size_t ggml_used_mem(const struct ggml_context * ctx) { function ggml_set_scratch (line 2490) | size_t ggml_set_scratch(struct ggml_context * ctx, struct ggml_scratch s... type ggml_tensor (line 2500) | struct ggml_tensor type ggml_context (line 2501) | struct ggml_context type ggml_type (line 2502) | enum ggml_type type ggml_object (line 2507) | struct ggml_object type ggml_object (line 2525) | struct ggml_object type ggml_object (line 2525) | struct ggml_object type ggml_tensor (line 2528) | struct ggml_tensor type ggml_object (line 2537) | struct ggml_object type ggml_tensor (line 2549) | struct ggml_tensor type ggml_tensor (line 2551) | struct ggml_tensor type ggml_object (line 2558) | struct ggml_object type ggml_tensor (line 2560) | struct ggml_tensor type ggml_tensor (line 2580) | struct ggml_tensor type ggml_tensor (line 2580) | struct ggml_tensor type ggml_tensor (line 2584) | struct ggml_tensor type ggml_tensor (line 2620) | struct ggml_tensor type ggml_context (line 2621) | struct ggml_context type ggml_type (line 2622) | enum ggml_type type ggml_tensor (line 2628) | struct ggml_tensor type ggml_context (line 2629) | struct ggml_context type ggml_type (line 2630) | enum ggml_type type ggml_tensor (line 2635) | struct ggml_tensor type ggml_context (line 2636) | struct ggml_context type ggml_type (line 2637) | enum ggml_type type ggml_tensor (line 2644) | struct ggml_tensor type ggml_context (line 2645) | struct ggml_context type ggml_type (line 2646) | enum ggml_type type ggml_tensor (line 2654) | struct ggml_tensor type ggml_context (line 2655) | struct ggml_context type ggml_type (line 2656) | enum ggml_type type ggml_tensor (line 2665) | struct ggml_tensor type ggml_context (line 2665) | struct ggml_context type ggml_tensor (line 2669) | struct ggml_tensor type ggml_tensor (line 2678) | struct ggml_tensor type ggml_context (line 2678) | struct ggml_context type ggml_tensor (line 2682) | struct ggml_tensor type ggml_tensor (line 2691) | struct ggml_tensor type ggml_context (line 2691) | struct ggml_context type ggml_tensor (line 2691) | struct ggml_tensor type ggml_tensor (line 2695) | struct ggml_tensor type ggml_tensor (line 2695) | struct ggml_tensor type ggml_tensor (line 2700) | struct ggml_tensor type ggml_tensor (line 2700) | struct ggml_tensor type ggml_tensor (line 2760) | struct ggml_tensor type ggml_tensor (line 2760) | struct ggml_tensor function ggml_get_i32_1d (line 2820) | int32_t ggml_get_i32_1d(const struct ggml_tensor * tensor, int i) { function ggml_set_i32_1d (line 2864) | void ggml_set_i32_1d(const struct ggml_tensor * tensor, int i, int32_t v... function ggml_get_f32_1d (line 2906) | float ggml_get_f32_1d(const struct ggml_tensor * tensor, int i) { function ggml_set_f32_1d (line 2950) | void ggml_set_f32_1d(const struct ggml_tensor * tensor, int i, float val... type ggml_tensor (line 2992) | struct ggml_tensor type ggml_tensor (line 2996) | struct ggml_tensor type ggml_tensor (line 3001) | struct ggml_tensor type ggml_context (line 3002) | struct ggml_context type ggml_tensor (line 3003) | struct ggml_tensor type ggml_tensor (line 3011) | struct ggml_tensor type ggml_context (line 3012) | struct ggml_context type ggml_tensor (line 3013) | struct ggml_tensor type ggml_tensor (line 3021) | struct ggml_tensor type ggml_tensor (line 3031) | struct ggml_tensor type ggml_context (line 3032) | struct ggml_context type ggml_tensor (line 3033) | struct ggml_tensor type ggml_tensor (line 3037) | struct ggml_tensor type ggml_context (line 3038) | struct ggml_context type ggml_tensor (line 3039) | struct ggml_tensor type ggml_tensor (line 3045) | struct ggml_tensor type ggml_context (line 3046) | struct ggml_context type ggml_tensor (line 3047) | struct ggml_tensor type ggml_tensor (line 3048) | struct ggml_tensor type ggml_tensor (line 3058) | struct ggml_tensor type ggml_tensor (line 3068) | struct ggml_tensor type ggml_context (line 3069) | struct ggml_context type ggml_tensor (line 3070) | struct ggml_tensor type ggml_tensor (line 3071) | struct ggml_tensor type ggml_tensor (line 3075) | struct ggml_tensor type ggml_context (line 3076) | struct ggml_context type ggml_tensor (line 3077) | struct ggml_tensor type ggml_tensor (line 3078) | struct ggml_tensor type ggml_tensor (line 3084) | struct ggml_tensor type ggml_context (line 3085) | struct ggml_context type ggml_tensor (line 3086) | struct ggml_tensor type ggml_tensor (line 3087) | struct ggml_tensor type ggml_tensor (line 3097) | struct ggml_tensor type ggml_tensor (line 3107) | struct ggml_tensor type ggml_context (line 3108) | struct ggml_context type ggml_tensor (line 3109) | struct ggml_tensor type ggml_tensor (line 3110) | struct ggml_tensor type ggml_tensor (line 3114) | struct ggml_tensor type ggml_context (line 3115) | struct ggml_context type ggml_tensor (line 3116) | struct ggml_tensor type ggml_tensor (line 3117) | struct ggml_tensor type ggml_tensor (line 3123) | struct ggml_tensor type ggml_context (line 3124) | struct ggml_context type ggml_tensor (line 3125) | struct ggml_tensor type ggml_tensor (line 3126) | struct ggml_tensor type ggml_tensor (line 3140) | struct ggml_tensor type ggml_tensor (line 3150) | struct ggml_tensor type ggml_context (line 3151) | struct ggml_context type ggml_tensor (line 3152) | struct ggml_tensor type ggml_tensor (line 3153) | struct ggml_tensor type ggml_tensor (line 3157) | struct ggml_tensor type ggml_context (line 3158) | struct ggml_context type ggml_tensor (line 3159) | struct ggml_tensor type ggml_tensor (line 3160) | struct ggml_tensor type ggml_tensor (line 3166) | struct ggml_tensor type ggml_context (line 3167) | struct ggml_context type ggml_tensor (line 3168) | struct ggml_tensor type ggml_tensor (line 3169) | struct ggml_tensor type ggml_tensor (line 3183) | struct ggml_tensor type ggml_tensor (line 3193) | struct ggml_tensor type ggml_context (line 3194) | struct ggml_context type ggml_tensor (line 3195) | struct ggml_tensor type ggml_tensor (line 3196) | struct ggml_tensor type ggml_tensor (line 3200) | struct ggml_tensor type ggml_context (line 3201) | struct ggml_context type ggml_tensor (line 3202) | struct ggml_tensor type ggml_tensor (line 3203) | struct ggml_tensor type ggml_tensor (line 3209) | struct ggml_tensor type ggml_context (line 3210) | struct ggml_context type ggml_tensor (line 3211) | struct ggml_tensor type ggml_tensor (line 3219) | struct ggml_tensor type ggml_tensor (line 3229) | struct ggml_tensor type ggml_context (line 3230) | struct ggml_context type ggml_tensor (line 3231) | struct ggml_tensor type ggml_tensor (line 3235) | struct ggml_tensor type ggml_context (line 3236) | struct ggml_context type ggml_tensor (line 3237) | struct ggml_tensor type ggml_tensor (line 3243) | struct ggml_tensor type ggml_context (line 3244) | struct ggml_context type ggml_tensor (line 3245) | struct ggml_tensor type ggml_tensor (line 3253) | struct ggml_tensor type ggml_tensor (line 3263) | struct ggml_tensor type ggml_context (line 3264) | struct ggml_context type ggml_tensor (line 3265) | struct ggml_tensor type ggml_tensor (line 3269) | struct ggml_tensor type ggml_context (line 3270) | struct ggml_context type ggml_tensor (line 3271) | struct ggml_tensor type ggml_tensor (line 3277) | struct ggml_tensor type ggml_context (line 3278) | struct ggml_context type ggml_tensor (line 3279) | struct ggml_tensor type ggml_tensor (line 3286) | struct ggml_tensor type ggml_tensor (line 3298) | struct ggml_tensor type ggml_context (line 3299) | struct ggml_context type ggml_tensor (line 3300) | struct ggml_tensor type ggml_tensor (line 3309) | struct ggml_tensor type ggml_tensor (line 3321) | struct ggml_tensor type ggml_context (line 3322) | struct ggml_context type ggml_tensor (line 3323) | struct ggml_tensor type ggml_tensor (line 3324) | struct ggml_tensor type ggml_tensor (line 3337) | struct ggml_tensor type ggml_tensor (line 3349) | struct ggml_tensor type ggml_context (line 3350) | struct ggml_context type ggml_tensor (line 3351) | struct ggml_tensor type ggml_tensor (line 3359) | struct ggml_tensor type ggml_tensor (line 3369) | struct ggml_tensor type ggml_context (line 3370) | struct ggml_context type ggml_tensor (line 3371) | struct ggml_tensor type ggml_tensor (line 3375) | struct ggml_tensor type ggml_context (line 3376) | struct ggml_context type ggml_tensor (line 3377) | struct ggml_tensor type ggml_tensor (line 3384) | struct ggml_tensor type ggml_context (line 3385) | struct ggml_context type ggml_tensor (line 3386) | struct ggml_tensor type ggml_tensor (line 3394) | struct ggml_tensor type ggml_tensor (line 3404) | struct ggml_tensor type ggml_context (line 3405) | struct ggml_context type ggml_tensor (line 3406) | struct ggml_tensor type ggml_tensor (line 3410) | struct ggml_tensor type ggml_context (line 3411) | struct ggml_context type ggml_tensor (line 3412) | struct ggml_tensor type ggml_tensor (line 3418) | struct ggml_tensor type ggml_context (line 3419) | struct ggml_context type ggml_tensor (line 3420) | struct ggml_tensor type ggml_tensor (line 3428) | struct ggml_tensor type ggml_tensor (line 3438) | struct ggml_tensor type ggml_context (line 3439) | struct ggml_context type ggml_tensor (line 3440) | struct ggml_tensor type ggml_tensor (line 3444) | struct ggml_tensor type ggml_context (line 3445) | struct ggml_context type ggml_tensor (line 3446) | struct ggml_tensor type ggml_tensor (line 3452) | struct ggml_tensor type ggml_context (line 3453) | struct ggml_context type ggml_tensor (line 3454) | struct ggml_tensor type ggml_tensor (line 3462) | struct ggml_tensor type ggml_tensor (line 3472) | struct ggml_tensor type ggml_context (line 3473) | struct ggml_context type ggml_tensor (line 3474) | struct ggml_tensor type ggml_tensor (line 3478) | struct ggml_tensor type ggml_context (line 3479) | struct ggml_context type ggml_tensor (line 3480) | struct ggml_tensor type ggml_tensor (line 3486) | struct ggml_tensor type ggml_context (line 3487) | struct ggml_context type ggml_tensor (line 3488) | struct ggml_tensor type ggml_tensor (line 3496) | struct ggml_tensor type ggml_tensor (line 3506) | struct ggml_tensor type ggml_context (line 3507) | struct ggml_context type ggml_tensor (line 3508) | struct ggml_tensor type ggml_tensor (line 3512) | struct ggml_tensor type ggml_context (line 3513) | struct ggml_context type ggml_tensor (line 3514) | struct ggml_tensor type ggml_tensor (line 3520) | struct ggml_tensor type ggml_context (line 3521) | struct ggml_context type ggml_tensor (line 3522) | struct ggml_tensor type ggml_tensor (line 3530) | struct ggml_tensor type ggml_tensor (line 3540) | struct ggml_tensor type ggml_context (line 3541) | struct ggml_context type ggml_tensor (line 3542) | struct ggml_tensor type ggml_tensor (line 3546) | struct ggml_tensor type ggml_context (line 3547) | struct ggml_context type ggml_tensor (line 3548) | struct ggml_tensor type ggml_tensor (line 3554) | struct ggml_tensor type ggml_context (line 3555) | struct ggml_context type ggml_tensor (line 3556) | struct ggml_tensor type ggml_tensor (line 3564) | struct ggml_tensor type ggml_tensor (line 3574) | struct ggml_tensor type ggml_context (line 3575) | struct ggml_context type ggml_tensor (line 3576) | struct ggml_tensor type ggml_tensor (line 3580) | struct ggml_tensor type ggml_context (line 3581) | struct ggml_context type ggml_tensor (line 3582) | struct ggml_tensor type ggml_tensor (line 3588) | struct ggml_tensor type ggml_context (line 3589) | struct ggml_context type ggml_tensor (line 3590) | struct ggml_tensor type ggml_tensor (line 3599) | struct ggml_tensor type ggml_tensor (line 3609) | struct ggml_tensor type ggml_context (line 3610) | struct ggml_context type ggml_tensor (line 3611) | struct ggml_tensor type ggml_tensor (line 3615) | struct ggml_tensor type ggml_context (line 3616) | struct ggml_context type ggml_tensor (line 3617) | struct ggml_tensor type ggml_tensor (line 3623) | struct ggml_tensor type ggml_context (line 3624) | struct ggml_context type ggml_tensor (line 3625) | struct ggml_tensor type ggml_tensor (line 3626) | struct ggml_tensor type ggml_tensor (line 3636) | struct ggml_tensor type ggml_tensor (line 3648) | struct ggml_tensor type ggml_context (line 3649) | struct ggml_context type ggml_tensor (line 3650) | struct ggml_tensor type ggml_tensor (line 3651) | struct ggml_tensor type ggml_tensor (line 3665) | struct ggml_tensor type ggml_tensor (line 3675) | struct ggml_tensor type ggml_context (line 3676) | struct ggml_context type ggml_tensor (line 3677) | struct ggml_tensor type ggml_tensor (line 3678) | struct ggml_tensor type ggml_tensor (line 3682) | struct ggml_tensor type ggml_context (line 3683) | struct ggml_context type ggml_tensor (line 3684) | struct ggml_tensor type ggml_tensor (line 3685) | struct ggml_tensor type ggml_tensor (line 3691) | struct ggml_tensor type ggml_context (line 3692) | struct ggml_context type ggml_tensor (line 3693) | struct ggml_tensor type ggml_tensor (line 3694) | struct ggml_tensor type ggml_tensor (line 3706) | struct ggml_tensor type ggml_tensor (line 3716) | struct ggml_tensor type ggml_context (line 3717) | struct ggml_context type ggml_tensor (line 3718) | struct ggml_tensor type ggml_tensor (line 3719) | struct ggml_tensor type ggml_tensor (line 3723) | struct ggml_tensor type ggml_context (line 3724) | struct ggml_context type ggml_tensor (line 3725) | struct ggml_tensor type ggml_tensor (line 3726) | struct ggml_tensor type ggml_tensor (line 3732) | struct ggml_tensor type ggml_context (line 3733) | struct ggml_context type ggml_tensor (line 3734) | struct ggml_tensor type ggml_tensor (line 3735) | struct ggml_tensor type ggml_tensor (line 3747) | struct ggml_tensor type ggml_tensor (line 3757) | struct ggml_tensor type ggml_context (line 3758) | struct ggml_context type ggml_tensor (line 3759) | struct ggml_tensor type ggml_tensor (line 3773) | struct ggml_tensor type ggml_tensor (line 3783) | struct ggml_tensor type ggml_context (line 3784) | struct ggml_context type ggml_tensor (line 3785) | struct ggml_tensor type ggml_tensor (line 3800) | struct ggml_tensor type ggml_tensor (line 3812) | struct ggml_tensor type ggml_context (line 3813) | struct ggml_context type ggml_tensor (line 3814) | struct ggml_tensor type ggml_tensor (line 3821) | struct ggml_tensor type ggml_tensor (line 3833) | struct ggml_tensor type ggml_context (line 3834) | struct ggml_context type ggml_tensor (line 3835) | struct ggml_tensor type ggml_tensor (line 3846) | struct ggml_tensor type ggml_tensor (line 3862) | struct ggml_tensor type ggml_context (line 3863) | struct ggml_context type ggml_tensor (line 3864) | struct ggml_tensor type ggml_tensor (line 3888) | struct ggml_tensor type ggml_tensor (line 3923) | struct ggml_tensor type ggml_context (line 3924) | struct ggml_context type ggml_tensor (line 3925) | struct ggml_tensor type ggml_tensor (line 3933) | struct ggml_tensor type ggml_tensor (line 3951) | struct ggml_tensor type ggml_context (line 3952) | struct ggml_context type ggml_tensor (line 3953) | struct ggml_tensor type ggml_tensor (line 3954) | struct ggml_tensor type ggml_tensor (line 3966) | struct ggml_tensor type ggml_tensor (line 3978) | struct ggml_tensor type ggml_context (line 3979) | struct ggml_context type ggml_tensor (line 3980) | struct ggml_tensor type ggml_tensor (line 3991) | struct ggml_tensor type ggml_tensor (line 3992) | struct ggml_tensor type ggml_tensor (line 4004) | struct ggml_tensor type ggml_context (line 4005) | struct ggml_context type ggml_tensor (line 4006) | struct ggml_tensor type ggml_tensor (line 4016) | struct ggml_tensor type ggml_tensor (line 4028) | struct ggml_tensor type ggml_context (line 4029) | struct ggml_context type ggml_tensor (line 4030) | struct ggml_tensor type ggml_tensor (line 4044) | struct ggml_tensor type ggml_tensor (line 4046) | struct ggml_tensor type ggml_tensor (line 4061) | struct ggml_tensor type ggml_context (line 4062) | struct ggml_context type ggml_tensor (line 4063) | struct ggml_tensor type ggml_tensor (line 4064) | struct ggml_tensor type ggml_tensor (line 4076) | struct ggml_tensor type ggml_tensor (line 4088) | struct ggml_tensor type ggml_context (line 4089) | struct ggml_context type ggml_tensor (line 4090) | struct ggml_tensor type ggml_tensor (line 4091) | struct ggml_tensor type ggml_tensor (line 4103) | struct ggml_tensor type ggml_tensor (line 4115) | struct ggml_tensor type ggml_context (line 4116) | struct ggml_context type ggml_tensor (line 4117) | struct ggml_tensor type ggml_tensor (line 4118) | struct ggml_tensor type ggml_tensor (line 4119) | struct ggml_tensor type ggml_tensor (line 4132) | struct ggml_tensor type ggml_tensor (line 4146) | struct ggml_tensor type ggml_context (line 4147) | struct ggml_context type ggml_tensor (line 4148) | struct ggml_tensor type ggml_tensor (line 4149) | struct ggml_tensor type ggml_tensor (line 4150) | struct ggml_tensor type ggml_tensor (line 4151) | struct ggml_tensor type ggml_tensor (line 4152) | struct ggml_tensor type ggml_tensor (line 4164) | struct ggml_tensor function ggml_set_param (line 4179) | void ggml_set_param( function ggml_compute_forward_dup_f16 (line 4190) | static void ggml_compute_forward_dup_f16( function ggml_compute_forward_dup_f32 (line 4294) | static void ggml_compute_forward_dup_f32( function ggml_compute_forward_dup (line 4398) | static void ggml_compute_forward_dup( function ggml_compute_forward_add_f32 (line 4425) | static void ggml_compute_forward_add_f32( function ggml_compute_forward_add (line 4478) | static void ggml_compute_forward_add( function ggml_compute_forward_sub_f32 (line 4503) | static void ggml_compute_forward_sub_f32( function ggml_compute_forward_sub (line 4530) | static void ggml_compute_forward_sub( function ggml_compute_forward_mul_f32 (line 4555) | static void ggml_compute_forward_mul_f32( function ggml_compute_forward_mul (line 4582) | static void ggml_compute_forward_mul( function ggml_compute_forward_div_f32 (line 4607) | static void ggml_compute_forward_div_f32( function ggml_compute_forward_div (line 4634) | static void ggml_compute_forward_div( function ggml_compute_forward_sqr_f32 (line 4659) | static void ggml_compute_forward_sqr_f32( function ggml_compute_forward_sqr (line 4683) | static void ggml_compute_forward_sqr( function ggml_compute_forward_sqrt_f32 (line 4707) | static void ggml_compute_forward_sqrt_f32( function ggml_compute_forward_sqrt (line 4731) | static void ggml_compute_forward_sqrt( function ggml_compute_forward_sum_f32 (line 4755) | static void ggml_compute_forward_sum_f32( function ggml_compute_forward_sum (line 4789) | static void ggml_compute_forward_sum( function ggml_compute_forward_mean_f32 (line 4813) | static void ggml_compute_forward_mean_f32( function ggml_compute_forward_mean (line 4866) | static void ggml_compute_forward_mean( function ggml_compute_forward_repeat_f32 (line 4890) | static void ggml_compute_forward_repeat_f32( function ggml_compute_forward_repeat (line 4930) | static void ggml_compute_forward_repeat( function ggml_compute_forward_abs_f32 (line 4954) | static void ggml_compute_forward_abs_f32( function ggml_compute_forward_abs (line 4978) | static void ggml_compute_forward_abs( function ggml_compute_forward_sgn_f32 (line 5002) | static void ggml_compute_forward_sgn_f32( function ggml_compute_forward_sgn (line 5026) | static void ggml_compute_forward_sgn( function ggml_compute_forward_neg_f32 (line 5050) | static void ggml_compute_forward_neg_f32( function ggml_compute_forward_neg (line 5074) | static void ggml_compute_forward_neg( function ggml_compute_forward_step_f32 (line 5098) | static void ggml_compute_forward_step_f32( function ggml_compute_forward_step (line 5122) | static void ggml_compute_forward_step( function ggml_compute_forward_relu_f32 (line 5146) | static void ggml_compute_forward_relu_f32( function ggml_compute_forward_relu (line 5170) | static void ggml_compute_forward_relu( function ggml_compute_forward_gelu_f32 (line 5194) | static void ggml_compute_forward_gelu_f32( function ggml_compute_forward_gelu (line 5235) | static void ggml_compute_forward_gelu( function ggml_compute_forward_silu_f32 (line 5261) | static void ggml_compute_forward_silu_f32( function ggml_compute_forward_silu (line 5302) | static void ggml_compute_forward_silu( function ggml_compute_forward_norm_f32 (line 5327) | static void ggml_compute_forward_norm_f32( function ggml_compute_forward_norm (line 5387) | static void ggml_compute_forward_norm( function ggml_compute_forward_mul_mat_use_blas (line 5414) | static bool ggml_compute_forward_mul_mat_use_blas( function ggml_compute_forward_mul_mat_f32 (line 5436) | static void ggml_compute_forward_mul_mat_f32( function ggml_compute_forward_mul_mat_f16_f32 (line 5681) | static void ggml_compute_forward_mul_mat_f16_f32( function ggml_compute_forward_mul_mat_q4_0_f32 (line 5987) | static void ggml_compute_forward_mul_mat_q4_0_f32( function ggml_compute_forward_mul_mat_q4_1_f32 (line 6287) | static void ggml_compute_forward_mul_mat_q4_1_f32( function ggml_compute_forward_mul_mat (line 6587) | static void ggml_compute_forward_mul_mat( function ggml_compute_forward_scale_f32 (line 6649) | static void ggml_compute_forward_scale_f32( function ggml_compute_forward_scale (line 6684) | static void ggml_compute_forward_scale( function ggml_compute_forward_cpy (line 6709) | static void ggml_compute_forward_cpy( function ggml_compute_forward_reshape (line 6718) | static void ggml_compute_forward_reshape( function ggml_compute_forward_view (line 6730) | static void ggml_compute_forward_view( function ggml_compute_forward_permute (line 6740) | static void ggml_compute_forward_permute( function ggml_compute_forward_transpose (line 6750) | static void ggml_compute_forward_transpose( function ggml_compute_forward_get_rows_q4_0 (line 6760) | static void ggml_compute_forward_get_rows_q4_0( function ggml_compute_forward_get_rows_q4_1 (line 6787) | static void ggml_compute_forward_get_rows_q4_1( function ggml_compute_forward_get_rows_f16 (line 6814) | static void ggml_compute_forward_get_rows_f16( function ggml_compute_forward_get_rows_f32 (line 6842) | static void ggml_compute_forward_get_rows_f32( function ggml_compute_forward_get_rows (line 6869) | static void ggml_compute_forward_get_rows( function ggml_compute_forward_diag_mask_inf_f32 (line 6921) | static void ggml_compute_forward_diag_mask_inf_f32( function ggml_compute_forward_diag_mask_inf (line 6957) | static void ggml_compute_forward_diag_mask_inf( function ggml_compute_forward_soft_max_f32 (line 6982) | static void ggml_compute_forward_soft_max_f32( function ggml_compute_forward_soft_max (line 7052) | static void ggml_compute_forward_soft_max( function ggml_compute_forward_rope_f32 (line 7076) | static void ggml_compute_forward_rope_f32( function ggml_compute_forward_rope_f16 (line 7133) | static void ggml_compute_forward_rope_f16( function ggml_compute_forward_rope (line 7189) | static void ggml_compute_forward_rope( function ggml_compute_forward_conv_1d_1s_f16_f32 (line 7217) | static void ggml_compute_forward_conv_1d_1s_f16_f32( function ggml_compute_forward_conv_1d_1s_f32 (line 7337) | static void ggml_compute_forward_conv_1d_1s_f32( function ggml_compute_forward_conv_1d_1s (line 7457) | static void ggml_compute_forward_conv_1d_1s( function ggml_compute_forward_conv_1d_2s_f16_f32 (line 7485) | static void ggml_compute_forward_conv_1d_2s_f16_f32( function ggml_compute_forward_conv_1d_2s_f32 (line 7605) | static void ggml_compute_forward_conv_1d_2s_f32( function ggml_compute_forward_conv_1d_2s (line 7725) | static void ggml_compute_forward_conv_1d_2s( function ggml_compute_forward_flash_attn_f32 (line 7753) | static void ggml_compute_forward_flash_attn_f32( function ggml_compute_forward_flash_attn_f16 (line 7962) | static void ggml_compute_forward_flash_attn_f16( function ggml_compute_forward_flash_attn (line 8208) | static void ggml_compute_forward_flash_attn( function ggml_compute_forward_flash_ff_f16 (line 8238) | static void ggml_compute_forward_flash_ff_f16( function ggml_compute_forward_flash_ff (line 8418) | static void ggml_compute_forward_flash_ff( function ggml_compute_forward (line 8449) | static void ggml_compute_forward(struct ggml_compute_params * params, st... function ggml_compute_backward (line 8601) | static void ggml_compute_backward(struct ggml_context * ctx, struct ggml... function ggml_visit_parents (line 8849) | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_... function ggml_build_forward_impl (line 8900) | static void ggml_build_forward_impl(struct ggml_cgraph * cgraph, struct ... function ggml_build_forward_expand (line 8920) | void ggml_build_forward_expand(struct ggml_cgraph * cgraph, struct ggml_... function ggml_build_forward (line 8924) | struct ggml_cgraph ggml_build_forward(struct ggml_tensor * tensor) { function ggml_build_backward (line 8944) | struct ggml_cgraph ggml_build_backward(struct ggml_context * ctx, struct... type ggml_lock_t (line 9002) | typedef int ggml_lock_t; type pthread_t (line 9011) | typedef pthread_t ggml_thread_t; type ggml_lock_t (line 9025) | typedef int ggml_lock_t; type pthread_t (line 9034) | typedef pthread_t ggml_thread_t; type ggml_compute_state_shared (line 9041) | struct ggml_compute_state_shared { type ggml_compute_state (line 9052) | struct ggml_compute_state { function thread_ret_t (line 9061) | static thread_ret_t ggml_graph_compute_thread(void * data) { function ggml_graph_compute (line 9109) | void ggml_graph_compute(struct ggml_context * ctx, struct ggml_cgraph * ... function ggml_graph_reset (line 9557) | void ggml_graph_reset(struct ggml_cgraph * cgraph) { function ggml_graph_print (line 9567) | void ggml_graph_print(const struct ggml_cgraph * cgraph) { function ggml_graph_find (line 9609) | static bool ggml_graph_find(const struct ggml_cgraph * cgraph, const str... type ggml_tensor (line 9623) | struct ggml_tensor type ggml_cgraph (line 9623) | struct ggml_cgraph type ggml_tensor (line 9623) | struct ggml_tensor type ggml_tensor (line 9625) | struct ggml_tensor function ggml_graph_dump_dot (line 9635) | void ggml_graph_dump_dot(const struct ggml_cgraph * gb, const struct ggm... function ggml_opt_set_params (line 9752) | static void ggml_opt_set_params(int np, struct ggml_tensor * const ps[],... function ggml_opt_get_params (line 9763) | static void ggml_opt_get_params(int np, struct ggml_tensor * const ps[],... function ggml_opt_get_grad (line 9774) | static void ggml_opt_get_grad(int np, struct ggml_tensor * const ps[], f... function ggml_opt_adam (line 9791) | static enum ggml_opt_result ggml_opt_adam( type ggml_lbfgs_iteration_data (line 9971) | struct ggml_lbfgs_iteration_data { function linesearch_backtracking (line 9978) | static enum ggml_opt_result linesearch_backtracking( function ggml_opt_lbfgs (line 10084) | static enum ggml_opt_result ggml_opt_lbfgs( function ggml_opt_default_params (line 10307) | struct ggml_opt_params ggml_opt_default_params(enum ggml_opt_type type) { function ggml_opt (line 10368) | enum ggml_opt_result ggml_opt( function ggml_cpu_has_avx (line 10423) | int ggml_cpu_has_avx(void) { function ggml_cpu_has_avx2 (line 10431) | int ggml_cpu_has_avx2(void) { function ggml_cpu_has_avx512 (line 10439) | int ggml_cpu_has_avx512(void) { function ggml_cpu_has_fma (line 10447) | int ggml_cpu_has_fma(void) { function ggml_cpu_has_neon (line 10455) | int ggml_cpu_has_neon(void) { function ggml_cpu_has_arm_fma (line 10463) | int ggml_cpu_has_arm_fma(void) { function ggml_cpu_has_f16c (line 10471) | int ggml_cpu_has_f16c(void) { function ggml_cpu_has_fp16_va (line 10479) | int ggml_cpu_has_fp16_va(void) { function ggml_cpu_has_wasm_simd (line 10487) | int ggml_cpu_has_wasm_simd(void) { function ggml_cpu_has_blas (line 10495) | int ggml_cpu_has_blas(void) { function ggml_cpu_has_sse3 (line 10503) | int ggml_cpu_has_sse3(void) { function ggml_cpu_has_vsx (line 10511) | int ggml_cpu_has_vsx(void) { FILE: Sources/cpp/ggml.h type __fp16 (line 188) | typedef __fp16 ggml_fp16_t; type ggml_fp16_t (line 190) | typedef uint16_t ggml_fp16_t; type ggml_object (line 197) | struct ggml_object type ggml_context (line 198) | struct ggml_context type ggml_type (line 200) | enum ggml_type { type ggml_op (line 212) | enum ggml_op { type ggml_tensor (line 256) | struct ggml_tensor { type ggml_cgraph (line 289) | struct ggml_cgraph { type ggml_scratch (line 308) | struct ggml_scratch { type ggml_init_params (line 314) | struct ggml_init_params { type ggml_object (line 326) | struct ggml_object type ggml_context (line 327) | struct ggml_context type ggml_tensor (line 329) | struct ggml_tensor type ggml_tensor (line 330) | struct ggml_tensor type ggml_type (line 332) | enum ggml_type type ggml_type (line 333) | enum ggml_type type ggml_type (line 334) | enum ggml_type type ggml_tensor (line 336) | struct ggml_tensor type ggml_context (line 338) | struct ggml_context type ggml_init_params (line 338) | struct ggml_init_params type ggml_context (line 339) | struct ggml_context type ggml_context (line 341) | struct ggml_context type ggml_context (line 343) | struct ggml_context type ggml_scratch (line 343) | struct ggml_scratch type ggml_tensor (line 345) | struct ggml_tensor type ggml_context (line 346) | struct ggml_context type ggml_type (line 347) | enum ggml_type type ggml_tensor (line 351) | struct ggml_tensor type ggml_context (line 352) | struct ggml_context type ggml_type (line 353) | enum ggml_type type ggml_tensor (line 356) | struct ggml_tensor type ggml_context (line 357) | struct ggml_context type ggml_type (line 358) | enum ggml_type type ggml_tensor (line 362) | struct ggml_tensor type ggml_context (line 363) | struct ggml_context type ggml_type (line 364) | enum ggml_type type ggml_tensor (line 369) | struct ggml_tensor type ggml_context (line 370) | struct ggml_context type ggml_type (line 371) | enum ggml_type type ggml_tensor (line 377) | struct ggml_tensor type ggml_context (line 377) | struct ggml_context type ggml_tensor (line 378) | struct ggml_tensor type ggml_context (line 378) | struct ggml_context type ggml_tensor (line 380) | struct ggml_tensor type ggml_context (line 380) | struct ggml_context type ggml_tensor (line 380) | struct ggml_tensor type ggml_tensor (line 381) | struct ggml_tensor type ggml_context (line 381) | struct ggml_context type ggml_tensor (line 381) | struct ggml_tensor type ggml_tensor (line 383) | struct ggml_tensor type ggml_tensor (line 383) | struct ggml_tensor type ggml_tensor (line 384) | struct ggml_tensor type ggml_tensor (line 384) | struct ggml_tensor type ggml_tensor (line 385) | struct ggml_tensor type ggml_tensor (line 385) | struct ggml_tensor type ggml_tensor (line 387) | struct ggml_tensor type ggml_tensor (line 388) | struct ggml_tensor type ggml_tensor (line 390) | struct ggml_tensor type ggml_tensor (line 391) | struct ggml_tensor type ggml_tensor (line 393) | struct ggml_tensor type ggml_tensor (line 394) | struct ggml_tensor type ggml_tensor (line 400) | struct ggml_tensor type ggml_context (line 401) | struct ggml_context type ggml_tensor (line 402) | struct ggml_tensor type ggml_tensor (line 404) | struct ggml_tensor type ggml_context (line 405) | struct ggml_context type ggml_tensor (line 406) | struct ggml_tensor type ggml_tensor (line 407) | struct ggml_tensor type ggml_tensor (line 409) | struct ggml_tensor type ggml_context (line 410) | struct ggml_context type ggml_tensor (line 411) | struct ggml_tensor type ggml_tensor (line 412) | struct ggml_tensor type ggml_tensor (line 414) | struct ggml_tensor type ggml_context (line 415) | struct ggml_context type ggml_tensor (line 416) | struct ggml_tensor type ggml_tensor (line 417) | struct ggml_tensor type ggml_tensor (line 419) | struct ggml_tensor type ggml_context (line 420) | struct ggml_context type ggml_tensor (line 421) | struct ggml_tensor type ggml_tensor (line 422) | struct ggml_tensor type ggml_tensor (line 424) | struct ggml_tensor type ggml_context (line 425) | struct ggml_context type ggml_tensor (line 426) | struct ggml_tensor type ggml_tensor (line 428) | struct ggml_tensor type ggml_context (line 429) | struct ggml_context type ggml_tensor (line 430) | struct ggml_tensor type ggml_tensor (line 434) | struct ggml_tensor type ggml_context (line 435) | struct ggml_context type ggml_tensor (line 436) | struct ggml_tensor type ggml_tensor (line 439) | struct ggml_tensor type ggml_context (line 440) | struct ggml_context type ggml_tensor (line 441) | struct ggml_tensor type ggml_tensor (line 445) | struct ggml_tensor type ggml_context (line 446) | struct ggml_context type ggml_tensor (line 447) | struct ggml_tensor type ggml_tensor (line 448) | struct ggml_tensor type ggml_tensor (line 450) | struct ggml_tensor type ggml_context (line 451) | struct ggml_context type ggml_tensor (line 452) | struct ggml_tensor type ggml_tensor (line 454) | struct ggml_tensor type ggml_context (line 455) | struct ggml_context type ggml_tensor (line 456) | struct ggml_tensor type ggml_tensor (line 458) | struct ggml_tensor type ggml_context (line 459) | struct ggml_context type ggml_tensor (line 460) | struct ggml_tensor type ggml_tensor (line 462) | struct ggml_tensor type ggml_context (line 463) | struct ggml_context type ggml_tensor (line 464) | struct ggml_tensor type ggml_tensor (line 466) | struct ggml_tensor type ggml_context (line 467) | struct ggml_context type ggml_tensor (line 468) | struct ggml_tensor type ggml_tensor (line 471) | struct ggml_tensor type ggml_context (line 472) | struct ggml_context type ggml_tensor (line 473) | struct ggml_tensor type ggml_tensor (line 475) | struct ggml_tensor type ggml_context (line 476) | struct ggml_context type ggml_tensor (line 477) | struct ggml_tensor type ggml_tensor (line 481) | struct ggml_tensor type ggml_context (line 482) | struct ggml_context type ggml_tensor (line 483) | struct ggml_tensor type ggml_tensor (line 488) | struct ggml_tensor type ggml_context (line 489) | struct ggml_context type ggml_tensor (line 490) | struct ggml_tensor type ggml_tensor (line 491) | struct ggml_tensor type ggml_tensor (line 498) | struct ggml_tensor type ggml_context (line 499) | struct ggml_context type ggml_tensor (line 500) | struct ggml_tensor type ggml_tensor (line 501) | struct ggml_tensor type ggml_tensor (line 504) | struct ggml_tensor type ggml_context (line 505) | struct ggml_context type ggml_tensor (line 506) | struct ggml_tensor type ggml_tensor (line 507) | struct ggml_tensor type ggml_tensor (line 511) | struct ggml_tensor type ggml_context (line 512) | struct ggml_context type ggml_tensor (line 513) | struct ggml_tensor type ggml_tensor (line 514) | struct ggml_tensor type ggml_tensor (line 518) | struct ggml_tensor type ggml_context (line 519) | struct ggml_context type ggml_tensor (line 520) | struct ggml_tensor type ggml_tensor (line 526) | struct ggml_tensor type ggml_context (line 527) | struct ggml_context type ggml_tensor (line 528) | struct ggml_tensor type ggml_tensor (line 534) | struct ggml_tensor type ggml_context (line 535) | struct ggml_context type ggml_tensor (line 536) | struct ggml_tensor type ggml_tensor (line 540) | struct ggml_tensor type ggml_context (line 541) | struct ggml_context type ggml_tensor (line 542) | struct ggml_tensor type ggml_tensor (line 548) | struct ggml_tensor type ggml_context (line 549) | struct ggml_context type ggml_tensor (line 550) | struct ggml_tensor type ggml_tensor (line 557) | struct ggml_tensor type ggml_context (line 558) | struct ggml_context type ggml_tensor (line 559) | struct ggml_tensor type ggml_tensor (line 561) | struct ggml_tensor type ggml_context (line 562) | struct ggml_context type ggml_tensor (line 563) | struct ggml_tensor type ggml_tensor (line 564) | struct ggml_tensor type ggml_tensor (line 568) | struct ggml_tensor type ggml_context (line 569) | struct ggml_context type ggml_tensor (line 570) | struct ggml_tensor type ggml_tensor (line 574) | struct ggml_tensor type ggml_context (line 575) | struct ggml_context type ggml_tensor (line 576) | struct ggml_tensor type ggml_tensor (line 582) | struct ggml_tensor type ggml_context (line 583) | struct ggml_context type ggml_tensor (line 584) | struct ggml_tensor type ggml_tensor (line 593) | struct ggml_tensor type ggml_context (line 594) | struct ggml_context type ggml_tensor (line 595) | struct ggml_tensor type ggml_tensor (line 596) | struct ggml_tensor type ggml_tensor (line 598) | struct ggml_tensor type ggml_context (line 599) | struct ggml_context type ggml_tensor (line 600) | struct ggml_tensor type ggml_tensor (line 601) | struct ggml_tensor type ggml_tensor (line 603) | struct ggml_tensor type ggml_context (line 604) | struct ggml_context type ggml_tensor (line 605) | struct ggml_tensor type ggml_tensor (line 606) | struct ggml_tensor type ggml_tensor (line 607) | struct ggml_tensor type ggml_tensor (line 610) | struct ggml_tensor type ggml_context (line 611) | struct ggml_context type ggml_tensor (line 612) | struct ggml_tensor type ggml_tensor (line 613) | struct ggml_tensor type ggml_tensor (line 614) | struct ggml_tensor type ggml_tensor (line 615) | struct ggml_tensor type ggml_tensor (line 616) | struct ggml_tensor type ggml_context (line 623) | struct ggml_context type ggml_tensor (line 624) | struct ggml_tensor type ggml_cgraph (line 626) | struct ggml_cgraph type ggml_tensor (line 626) | struct ggml_tensor type ggml_cgraph (line 628) | struct ggml_cgraph type ggml_tensor (line 628) | struct ggml_tensor type ggml_cgraph (line 629) | struct ggml_cgraph type ggml_context (line 629) | struct ggml_context type ggml_cgraph (line 629) | struct ggml_cgraph type ggml_context (line 631) | struct ggml_context type ggml_cgraph (line 631) | struct ggml_cgraph type ggml_cgraph (line 632) | struct ggml_cgraph type ggml_cgraph (line 635) | struct ggml_cgraph type ggml_cgraph (line 638) | struct ggml_cgraph type ggml_cgraph (line 638) | struct ggml_cgraph type ggml_opt_type (line 645) | enum ggml_opt_type { type ggml_linesearch (line 651) | enum ggml_linesearch { type ggml_opt_result (line 660) | enum ggml_opt_result { type ggml_opt_params (line 678) | struct ggml_opt_params { type ggml_opt_params (line 731) | struct ggml_opt_params type ggml_opt_type (line 731) | enum ggml_opt_type type ggml_opt_result (line 734) | enum ggml_opt_result type ggml_context (line 735) | struct ggml_context type ggml_opt_params (line 736) | struct ggml_opt_params type ggml_tensor (line 737) | struct ggml_tensor FILE: Sources/cpp/quantize.cpp type llama_hparams (line 19) | struct llama_hparams { function llama_model_quantize (line 32) | bool llama_model_quantize(const std::string & fname_inp, const std::stri... function main (line 291) | int main(int argc, char ** argv) { FILE: Sources/cpp/utils.cpp function gpt_params_parse (line 18) | bool gpt_params_parse(int argc, char ** argv, gpt_params & params) { function gpt_print_usage (line 74) | void gpt_print_usage(int argc, char ** argv, const gpt_params & params) { function gpt_random_prompt (line 102) | std::string gpt_random_prompt(std::mt19937 & rng) { function replace (line 121) | void replace(std::string & str, const std::string & needle, const std::s... function json_parse (line 129) | std::map json_parse(const std::string & fname) { function gpt_tokenize (line 220) | std::vector gpt_tokenize(const gpt_vocab & vocab, const s... function llama_tokenize (line 275) | std::vector llama_tokenize(const gpt_vocab & vocab, const... function gpt_vocab_init (line 313) | bool gpt_vocab_init(const std::string & fname, gpt_vocab & vocab) { function sample_top_k (line 333) | void sample_top_k(std::vector> & logits... function llama_sample_top_p_top_k (line 345) | gpt_vocab::id llama_sample_top_p_top_k( function ggml_quantize_q4_0 (line 431) | size_t ggml_quantize_q4_0(float * src, void * dst, int n, int k, int qk,... function ggml_quantize_q4_1 (line 487) | size_t ggml_quantize_q4_1(float * src, void * dst, int n, int k, int qk,... FILE: Sources/llamaObjCxx/bridge/LlamaPredictOperation.hh class _LlamaEvent (line 11) | class _LlamaEvent FILE: tools/convert-pth-to-ggml.py function get_n_parts (line 39) | def get_n_parts(dim):