SYMBOL INDEX (5135 symbols across 180 files) FILE: demo/dino_pretssel/jquery-3.5.js function b (line 2) | function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e... function w (line 2) | function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function p (line 2) | function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e... function se (line 2) | function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeTy... function ue (line 2) | function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cac... function le (line 2) | function le(e){return e[S]=!0,e} function ce (line 2) | function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(... function fe (line 2) | function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[... function pe (line 2) | function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function de (line 2) | function de(t){return function(e){return"input"===e.nodeName.toLowerCase... function he (line 2) | function he(n){return function(e){var t=e.nodeName.toLowerCase();return(... function ge (line 2) | function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.... function ve (line 2) | function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,... function ye (line 2) | function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function me (line 2) | function me(){} function xe (line 2) | function xe(e){for(var t=0,n=e.length,r="";t WaveformToFbankOutput: function remove_prosody_tokens_from_text (line 161) | def remove_prosody_tokens_from_text(text): function preprocess_audio (line 168) | def preprocess_audio(input_audio_path: str) -> None: function run (line 178) | def run( FILE: demo/m4tv1/app.py function predict (line 315) | def predict( function process_s2st_example (line 370) | def process_s2st_example( function process_s2tt_example (line 384) | def process_s2tt_example( function process_t2st_example (line 398) | def process_t2st_example( function process_t2tt_example (line 412) | def process_t2tt_example( function process_asr_example (line 426) | def process_asr_example( function update_audio_ui (line 440) | def update_audio_ui(audio_source: str) -> tuple[dict, dict]: function update_input_ui (line 448) | def update_input_ui(task_name: str) -> tuple[dict, dict, dict, dict]: function update_output_ui (line 509) | def update_output_ui(task_name: str) -> tuple[dict, dict]: function update_example_ui (line 525) | def update_example_ui(task_name: str) -> tuple[dict, dict, dict, dict, d... FILE: demo/m4tv2/app.py function preprocess_audio (line 81) | def preprocess_audio(input_audio: str) -> None: function run_s2st (line 91) | def run_s2st( function run_s2tt (line 108) | def run_s2tt(input_audio: str, source_language: str, target_language: st... function run_t2st (line 121) | def run_t2st(input_text: str, source_language: str, target_language: str... function run_t2tt (line 135) | def run_t2tt(input_text: str, source_language: str, target_language: str... function run_asr (line 147) | def run_asr(input_audio: str, target_language: str) -> str: FILE: ggml/ctypes_utils.py class Ptr (line 11) | class Ptr(Generic[T], ctypes._Pointer): # type: ignore method __new__ (line 14) | def __new__(cls, x: T) -> "Ptr[T]": function c_struct (line 21) | def c_struct(cls: Type[T]) -> Type[T]: function _py_type_to_ctype (line 38) | def _py_type_to_ctype(t: type) -> type: function _c_fn (line 73) | def _c_fn(module: Any, fn: F) -> F: function c_fn (line 97) | def c_fn(module: Any) -> Callable[[F], F]: FILE: ggml/examples/common-ggml.cpp type ggml_ftype (line 6) | enum ggml_ftype function ggml_print_ftypes (line 14) | void ggml_print_ftypes(FILE * fp) { function ggml_parse_ftype (line 20) | enum ggml_ftype ggml_parse_ftype(const char * str) { function ggml_common_quantize_0 (line 36) | bool ggml_common_quantize_0( FILE: ggml/examples/common-ggml.h type ggml_ftype (line 9) | enum ggml_ftype FILE: ggml/examples/common.cpp function get_next_arg (line 23) | std::string get_next_arg(int& i, int argc, char** argv, const std::strin... function gpt_params_parse (line 33) | bool gpt_params_parse(int argc, char ** argv, gpt_params & params) { function gpt_print_usage (line 93) | void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & para... function gpt_random_prompt (line 119) | std::string gpt_random_prompt(std::mt19937 & rng) { function trim (line 138) | std::string trim(const std::string & s) { function replace (line 143) | std::string replace(const std::string & s, const std::string & from, con... function json_parse (line 157) | std::map json_parse(const std::string & fname) { function convert_to_utf8 (line 248) | std::string convert_to_utf8(const std::wstring & input) { function convert_to_wstring (line 254) | std::wstring convert_to_wstring(const std::string & input) { function gpt_split_words (line 259) | void gpt_split_words(std::string str, std::vector& words) { function gpt_tokenize (line 272) | std::vector gpt_tokenize(const gpt_vocab & vocab, const s... function parse_tokens_from_string (line 331) | std::vector parse_tokens_from_string(const std::string& i... function extract_tests_from_file (line 343) | std::map> extract_tests_from_fil... function test_gpt_tokenizer (line 366) | void test_gpt_tokenizer(gpt_vocab & vocab, const std::string & fpath_test){ function gpt_vocab_init (line 395) | bool gpt_vocab_init(const std::string & fname, gpt_vocab & vocab) { function gpt_sample_top_k_top_p (line 414) | gpt_vocab::id gpt_sample_top_k_top_p( function gpt_sample_top_k_top_p_repeat (line 494) | gpt_vocab::id gpt_sample_top_k_top_p_repeat( function read_wav (line 610) | bool read_wav(const std::string & fname, std::vector& pcmf32, std... function high_pass_filter (line 693) | void high_pass_filter(std::vector & data, float cutoff, float sam... function vad_simple (line 706) | bool vad_simple(std::vector & pcmf32, int sample_rate, int last_m... function similarity (line 744) | float similarity(const std::string & s0, const std::string & s1) { function sam_params_parse (line 768) | bool sam_params_parse(int argc, char ** argv, sam_params & params) { function sam_print_usage (line 795) | void sam_print_usage(int /*argc*/, char ** argv, const sam_params & para... FILE: ggml/examples/common.h type gpt_vocab (line 63) | struct gpt_vocab { FILE: ggml/examples/dr_wav.h type drwav_int8 (line 153) | typedef signed char drwav_int8; type drwav_uint8 (line 154) | typedef unsigned char drwav_uint8; type drwav_int16 (line 155) | typedef signed short drwav_int16; type drwav_uint16 (line 156) | typedef unsigned short drwav_uint16; type drwav_int32 (line 157) | typedef signed int drwav_int32; type drwav_uint32 (line 158) | typedef unsigned int drwav_uint32; type drwav_int64 (line 160) | typedef signed __int64 drwav_int64; type drwav_uint64 (line 161) | typedef unsigned __int64 drwav_uint64; type drwav_int64 (line 170) | typedef signed long long drwav_int64; type drwav_uint64 (line 171) | typedef unsigned long long drwav_uint64; type drwav_uint64 (line 177) | typedef drwav_uint64 drwav_uintptr; type drwav_uint32 (line 179) | typedef drwav_uint32 drwav_uintptr; type drwav_uint8 (line 181) | typedef drwav_uint8 drwav_bool8; type drwav_uint32 (line 182) | typedef drwav_uint32 drwav_bool32; type drwav_int32 (line 216) | typedef drwav_int32 drwav_result; type drwav_seek_origin (line 292) | typedef enum type drwav_container (line 298) | typedef enum type drwav_chunk_header (line 305) | typedef struct type drwav_fmt (line 323) | typedef struct type drwav_bool32 (line 405) | typedef drwav_bool32 (* drwav_seek_proc)(void* pUserData, int offset, dr... type drwav_uint64 (line 431) | typedef drwav_uint64 (* drwav_chunk_proc)(void* pChunkUserData, drwav_re... type drwav_allocation_callbacks (line 433) | typedef struct type drwav__memory_stream (line 442) | typedef struct type drwav__memory_stream_write (line 450) | typedef struct type drwav_data_format (line 459) | typedef struct type drwav_smpl_loop (line 470) | typedef struct type drwav_smpl (line 480) | typedef struct type drwav (line 494) | typedef struct function DRWAV_API (line 1066) | DRWAV_API void drwav_version(drwav_uint32* pMajor, drwav_uint32* pMinor,... function DRWAV_API (line 1081) | DRWAV_API const char* drwav_version_string(void) function DRWAV_INLINE (line 1108) | static DRWAV_INLINE drwav_bool32 drwav__guid_equal(const drwav_uint8 a[1... function DRWAV_INLINE (line 1120) | static DRWAV_INLINE drwav_bool32 drwav__fourcc_equal(const drwav_uint8* ... function DRWAV_INLINE (line 1131) | static DRWAV_INLINE int drwav__is_little_endian(void) function DRWAV_INLINE (line 1143) | static DRWAV_INLINE drwav_uint16 drwav__bytes_to_u16(const drwav_uint8* ... function DRWAV_INLINE (line 1148) | static DRWAV_INLINE drwav_int16 drwav__bytes_to_s16(const drwav_uint8* d... function DRWAV_INLINE (line 1153) | static DRWAV_INLINE drwav_uint32 drwav__bytes_to_u32(const drwav_uint8* ... function DRWAV_INLINE (line 1158) | static DRWAV_INLINE drwav_int32 drwav__bytes_to_s32(const drwav_uint8* d... function DRWAV_INLINE (line 1163) | static DRWAV_INLINE drwav_uint64 drwav__bytes_to_u64(const drwav_uint8* ... function DRWAV_INLINE (line 1170) | static DRWAV_INLINE drwav_int64 drwav__bytes_to_s64(const drwav_uint8* d... function DRWAV_INLINE (line 1175) | static DRWAV_INLINE void drwav__bytes_to_guid(const drwav_uint8* data, d... function DRWAV_INLINE (line 1184) | static DRWAV_INLINE drwav_uint16 drwav__bswap16(drwav_uint16 n) function DRWAV_INLINE (line 1231) | static DRWAV_INLINE drwav_uint64 drwav__bswap64(drwav_uint64 n) function DRWAV_INLINE (line 1255) | static DRWAV_INLINE drwav_int16 drwav__bswap_s16(drwav_int16 n) function DRWAV_INLINE (line 1260) | static DRWAV_INLINE void drwav__bswap_samples_s16(drwav_int16* pSamples,... function DRWAV_INLINE (line 1269) | static DRWAV_INLINE void drwav__bswap_s24(drwav_uint8* p) function DRWAV_INLINE (line 1277) | static DRWAV_INLINE void drwav__bswap_samples_s24(drwav_uint8* pSamples,... function DRWAV_INLINE (line 1287) | static DRWAV_INLINE drwav_int32 drwav__bswap_s32(drwav_int32 n) function DRWAV_INLINE (line 1292) | static DRWAV_INLINE void drwav__bswap_samples_s32(drwav_int32* pSamples,... function DRWAV_INLINE (line 1301) | static DRWAV_INLINE float drwav__bswap_f32(float n) function DRWAV_INLINE (line 1313) | static DRWAV_INLINE void drwav__bswap_samples_f32(float* pSamples, drwav... function DRWAV_INLINE (line 1322) | static DRWAV_INLINE double drwav__bswap_f64(double n) function DRWAV_INLINE (line 1334) | static DRWAV_INLINE void drwav__bswap_samples_f64(double* pSamples, drwa... function DRWAV_INLINE (line 1343) | static DRWAV_INLINE void drwav__bswap_samples_pcm(void* pSamples, drwav_... function DRWAV_INLINE (line 1368) | static DRWAV_INLINE void drwav__bswap_samples_ieee(void* pSamples, drwav... function DRWAV_INLINE (line 1394) | static DRWAV_INLINE void drwav__bswap_samples(void* pSamples, drwav_uint... function drwav__free_default (line 1437) | static void drwav__free_default(void* p, void* pUserData) function drwav__free_from_callbacks (line 1492) | static void drwav__free_from_callbacks(void* p, const drwav_allocation_c... function drwav_allocation_callbacks (line 1504) | static drwav_allocation_callbacks drwav_copy_allocation_callbacks_or_def... function DRWAV_INLINE (line 1521) | static DRWAV_INLINE drwav_bool32 drwav__is_compressed_format_tag(drwav_u... function drwav__chunk_padding_size_riff (line 1528) | static unsigned int drwav__chunk_padding_size_riff(drwav_uint64 chunkSize) function drwav__chunk_padding_size_w64 (line 1533) | static unsigned int drwav__chunk_padding_size_w64(drwav_uint64 chunkSize) function drwav_result (line 1542) | static drwav_result drwav__read_chunk_header(drwav_read_proc onRead, voi... function drwav_bool32 (line 1577) | static drwav_bool32 drwav__seek_forward(drwav_seek_proc onSeek, drwav_ui... function drwav_bool32 (line 1597) | static drwav_bool32 drwav__seek_from_start(drwav_seek_proc onSeek, drwav... function drwav_bool32 (line 1625) | static drwav_bool32 drwav__read_fmt(drwav_read_proc onRead, drwav_seek_p... function drwav__on_read (line 1735) | static size_t drwav__on_read(drwav_read_proc onRead, void* pUserData, vo... function drwav_bool32 (line 1748) | static drwav_bool32 drwav__on_seek(drwav_seek_proc onSeek, void* pUserDa... function drwav_uint32 (line 1769) | static drwav_uint32 drwav_get_bytes_per_pcm_frame(drwav* pWav) function DRWAV_API (line 1783) | DRWAV_API drwav_uint16 drwav_fmt_get_format(const drwav_fmt* pFMT) function drwav_bool32 (line 1796) | static drwav_bool32 drwav_preinit(drwav* pWav, drwav_read_proc onRead, d... function drwav_bool32 (line 1815) | static drwav_bool32 drwav_init__internal(drwav* pWav, drwav_chunk_proc o... function DRWAV_API (line 2239) | DRWAV_API drwav_bool32 drwav_init(drwav* pWav, drwav_read_proc onRead, d... function DRWAV_API (line 2244) | DRWAV_API drwav_bool32 drwav_init_ex(drwav* pWav, drwav_read_proc onRead... function drwav_uint32 (line 2254) | static drwav_uint32 drwav__riff_chunk_size_riff(drwav_uint64 dataChunkSize) function drwav_uint32 (line 2264) | static drwav_uint32 drwav__data_chunk_size_riff(drwav_uint64 dataChunkSize) function drwav_uint64 (line 2273) | static drwav_uint64 drwav__riff_chunk_size_w64(drwav_uint64 dataChunkSize) function drwav_uint64 (line 2280) | static drwav_uint64 drwav__data_chunk_size_w64(drwav_uint64 dataChunkSize) function drwav_uint64 (line 2285) | static drwav_uint64 drwav__riff_chunk_size_rf64(drwav_uint64 dataChunkSize) function drwav_uint64 (line 2295) | static drwav_uint64 drwav__data_chunk_size_rf64(drwav_uint64 dataChunkSize) function drwav__write (line 2301) | static size_t drwav__write(drwav* pWav, const void* pData, size_t dataSize) function drwav__write_u16ne_to_le (line 2310) | static size_t drwav__write_u16ne_to_le(drwav* pWav, drwav_uint16 value) function drwav__write_u32ne_to_le (line 2322) | static size_t drwav__write_u32ne_to_le(drwav* pWav, drwav_uint32 value) function drwav__write_u64ne_to_le (line 2334) | static size_t drwav__write_u64ne_to_le(drwav* pWav, drwav_uint64 value) function drwav_bool32 (line 2347) | static drwav_bool32 drwav_preinit_write(drwav* pWav, const drwav_data_fo... function drwav_bool32 (line 2387) | static drwav_bool32 drwav_init_write__internal(drwav* pWav, const drwav_... function DRWAV_API (line 2501) | DRWAV_API drwav_bool32 drwav_init_write(drwav* pWav, const drwav_data_fo... function DRWAV_API (line 2510) | DRWAV_API drwav_bool32 drwav_init_write_sequential(drwav* pWav, const dr... function DRWAV_API (line 2519) | DRWAV_API drwav_bool32 drwav_init_write_sequential_pcm_frames(drwav* pWa... function DRWAV_API (line 2528) | DRWAV_API drwav_uint64 drwav_target_write_size_bytes(const drwav_data_fo... function drwav_result (line 2554) | static drwav_result drwav_result_from_errno(int e) function drwav_result (line 2956) | static drwav_result drwav_fopen(FILE** ppFile, const char* pFilePath, co... function drwav_result (line 3016) | static drwav_result drwav_wfopen(FILE** ppFile, const wchar_t* pFilePath... function drwav__on_read_stdio (line 3099) | static size_t drwav__on_read_stdio(void* pUserData, void* pBufferOut, si... function drwav__on_write_stdio (line 3104) | static size_t drwav__on_write_stdio(void* pUserData, const void* pData, ... function drwav_bool32 (line 3109) | static drwav_bool32 drwav__on_seek_stdio(void* pUserData, int offset, dr... function DRWAV_API (line 3114) | DRWAV_API drwav_bool32 drwav_init_file(drwav* pWav, const char* filename... function drwav_bool32 (line 3120) | static drwav_bool32 drwav_init_file__internal_FILE(drwav* pWav, FILE* pF... function DRWAV_API (line 3139) | DRWAV_API drwav_bool32 drwav_init_file_ex(drwav* pWav, const char* filen... function DRWAV_API (line 3150) | DRWAV_API drwav_bool32 drwav_init_file_w(drwav* pWav, const wchar_t* fil... function DRWAV_API (line 3155) | DRWAV_API drwav_bool32 drwav_init_file_ex_w(drwav* pWav, const wchar_t* ... function drwav_bool32 (line 3167) | static drwav_bool32 drwav_init_file_write__internal_FILE(drwav* pWav, FI... function drwav_bool32 (line 3186) | static drwav_bool32 drwav_init_file_write__internal(drwav* pWav, const c... function drwav_bool32 (line 3197) | static drwav_bool32 drwav_init_file_write_w__internal(drwav* pWav, const... function DRWAV_API (line 3208) | DRWAV_API drwav_bool32 drwav_init_file_write(drwav* pWav, const char* fi... function DRWAV_API (line 3213) | DRWAV_API drwav_bool32 drwav_init_file_write_sequential(drwav* pWav, con... function DRWAV_API (line 3218) | DRWAV_API drwav_bool32 drwav_init_file_write_sequential_pcm_frames(drwav... function DRWAV_API (line 3227) | DRWAV_API drwav_bool32 drwav_init_file_write_w(drwav* pWav, const wchar_... function DRWAV_API (line 3232) | DRWAV_API drwav_bool32 drwav_init_file_write_sequential_w(drwav* pWav, c... function DRWAV_API (line 3237) | DRWAV_API drwav_bool32 drwav_init_file_write_sequential_pcm_frames_w(drw... function drwav__on_read_memory (line 3248) | static size_t drwav__on_read_memory(void* pUserData, void* pBufferOut, s... function drwav_bool32 (line 3269) | static drwav_bool32 drwav__on_seek_memory(void* pUserData, int offset, d... function drwav__on_write_memory (line 3298) | static size_t drwav__on_write_memory(void* pUserData, const void* pDataI... function drwav_bool32 (line 3338) | static drwav_bool32 drwav__on_seek_memory_write(void* pUserData, int off... function DRWAV_API (line 3367) | DRWAV_API drwav_bool32 drwav_init_memory(drwav* pWav, const void* data, ... function DRWAV_API (line 3372) | DRWAV_API drwav_bool32 drwav_init_memory_ex(drwav* pWav, const void* dat... function drwav_bool32 (line 3390) | static drwav_bool32 drwav_init_memory_write__internal(drwav* pWav, void*... function DRWAV_API (line 3412) | DRWAV_API drwav_bool32 drwav_init_memory_write(drwav* pWav, void** ppDat... function DRWAV_API (line 3417) | DRWAV_API drwav_bool32 drwav_init_memory_write_sequential(drwav* pWav, v... function DRWAV_API (line 3422) | DRWAV_API drwav_bool32 drwav_init_memory_write_sequential_pcm_frames(drw... function DRWAV_API (line 3433) | DRWAV_API drwav_result drwav_uninit(drwav* pWav) function DRWAV_API (line 3531) | DRWAV_API size_t drwav_read_raw(drwav* pWav, size_t bytesToRead, void* p... function DRWAV_API (line 3585) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_le(drwav* pWav, drwav_uint6... function DRWAV_API (line 3621) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_be(drwav* pWav, drwav_uint6... function DRWAV_API (line 3632) | DRWAV_API drwav_uint64 drwav_read_pcm_frames(drwav* pWav, drwav_uint64 f... function DRWAV_API (line 3643) | DRWAV_API drwav_bool32 drwav_seek_to_first_pcm_frame(drwav* pWav) function DRWAV_API (line 3670) | DRWAV_API drwav_bool32 drwav_seek_to_pcm_frame(drwav* pWav, drwav_uint64... function DRWAV_API (line 3774) | DRWAV_API size_t drwav_write_raw(drwav* pWav, size_t bytesToWrite, const... function DRWAV_API (line 3789) | DRWAV_API drwav_uint64 drwav_write_pcm_frames_le(drwav* pWav, drwav_uint... function DRWAV_API (line 3827) | DRWAV_API drwav_uint64 drwav_write_pcm_frames_be(drwav* pWav, drwav_uint... function DRWAV_API (line 3883) | DRWAV_API drwav_uint64 drwav_write_pcm_frames(drwav* pWav, drwav_uint64 ... function drwav_uint64 (line 3893) | static drwav_uint64 drwav_read_pcm_frames_s16__msadpcm(drwav* pWav, drwa... function drwav_uint64 (line 4073) | static drwav_uint64 drwav_read_pcm_frames_s16__ima(drwav* pWav, drwav_ui... function DRWAV_INLINE (line 4269) | static DRWAV_INLINE drwav_int16 drwav__alaw_to_s16(drwav_uint8 sampleIn) function DRWAV_INLINE (line 4274) | static DRWAV_INLINE drwav_int16 drwav__mulaw_to_s16(drwav_uint8 sampleIn) function drwav__pcm_to_s16 (line 4281) | static void drwav__pcm_to_s16(drwav_int16* pOut, const drwav_uint8* pIn,... function drwav__ieee_to_s16 (line 4333) | static void drwav__ieee_to_s16(drwav_int16* pOut, const drwav_uint8* pIn... function drwav_uint64 (line 4348) | static drwav_uint64 drwav_read_pcm_frames_s16__pcm(drwav* pWav, drwav_ui... function drwav_uint64 (line 4382) | static drwav_uint64 drwav_read_pcm_frames_s16__ieee(drwav* pWav, drwav_u... function drwav_uint64 (line 4415) | static drwav_uint64 drwav_read_pcm_frames_s16__alaw(drwav* pWav, drwav_u... function drwav_uint64 (line 4448) | static drwav_uint64 drwav_read_pcm_frames_s16__mulaw(drwav* pWav, drwav_... function DRWAV_API (line 4481) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s16(drwav* pWav, drwav_uint... function DRWAV_API (line 4523) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s16le(drwav* pWav, drwav_ui... function DRWAV_API (line 4533) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s16be(drwav* pWav, drwav_ui... function DRWAV_API (line 4544) | DRWAV_API void drwav_u8_to_s16(drwav_int16* pOut, const drwav_uint8* pIn... function DRWAV_API (line 4556) | DRWAV_API void drwav_s24_to_s16(drwav_int16* pOut, const drwav_uint8* pI... function DRWAV_API (line 4567) | DRWAV_API void drwav_s32_to_s16(drwav_int16* pOut, const drwav_int32* pI... function DRWAV_API (line 4578) | DRWAV_API void drwav_f32_to_s16(drwav_int16* pOut, const float* pIn, siz... function DRWAV_API (line 4593) | DRWAV_API void drwav_f64_to_s16(drwav_int16* pOut, const double* pIn, si... function DRWAV_API (line 4608) | DRWAV_API void drwav_alaw_to_s16(drwav_int16* pOut, const drwav_uint8* p... function DRWAV_API (line 4616) | DRWAV_API void drwav_mulaw_to_s16(drwav_int16* pOut, const drwav_uint8* ... function drwav__pcm_to_f32 (line 4626) | static void drwav__pcm_to_f32(float* pOut, const drwav_uint8* pIn, size_... function drwav__ieee_to_f32 (line 4675) | static void drwav__ieee_to_f32(float* pOut, const drwav_uint8* pIn, size... function drwav_uint64 (line 4694) | static drwav_uint64 drwav_read_pcm_frames_f32__pcm(drwav* pWav, drwav_ui... function drwav_uint64 (line 4722) | static drwav_uint64 drwav_read_pcm_frames_f32__msadpcm(drwav* pWav, drwa... function drwav_uint64 (line 4746) | static drwav_uint64 drwav_read_pcm_frames_f32__ima(drwav* pWav, drwav_ui... function drwav_uint64 (line 4770) | static drwav_uint64 drwav_read_pcm_frames_f32__ieee(drwav* pWav, drwav_u... function drwav_uint64 (line 4804) | static drwav_uint64 drwav_read_pcm_frames_f32__alaw(drwav* pWav, drwav_u... function drwav_uint64 (line 4831) | static drwav_uint64 drwav_read_pcm_frames_f32__mulaw(drwav* pWav, drwav_... function DRWAV_API (line 4859) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_f32(drwav* pWav, drwav_uint... function DRWAV_API (line 4901) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_f32le(drwav* pWav, drwav_ui... function DRWAV_API (line 4911) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_f32be(drwav* pWav, drwav_ui... function DRWAV_API (line 4922) | DRWAV_API void drwav_u8_to_f32(float* pOut, const drwav_uint8* pIn, size... function DRWAV_API (line 4951) | DRWAV_API void drwav_s16_to_f32(float* pOut, const drwav_int16* pIn, siz... function DRWAV_API (line 4964) | DRWAV_API void drwav_s24_to_f32(float* pOut, const drwav_uint8* pIn, siz... function DRWAV_API (line 4983) | DRWAV_API void drwav_s32_to_f32(float* pOut, const drwav_int32* pIn, siz... function DRWAV_API (line 4995) | DRWAV_API void drwav_f64_to_f32(float* pOut, const double* pIn, size_t s... function DRWAV_API (line 5008) | DRWAV_API void drwav_alaw_to_f32(float* pOut, const drwav_uint8* pIn, si... function DRWAV_API (line 5021) | DRWAV_API void drwav_mulaw_to_f32(float* pOut, const drwav_uint8* pIn, s... function drwav__pcm_to_s32 (line 5036) | static void drwav__pcm_to_s32(drwav_int32* pOut, const drwav_uint8* pIn,... function drwav__ieee_to_s32 (line 5087) | static void drwav__ieee_to_s32(drwav_int32* pOut, const drwav_uint8* pIn... function drwav_uint64 (line 5103) | static drwav_uint64 drwav_read_pcm_frames_s32__pcm(drwav* pWav, drwav_ui... function drwav_uint64 (line 5137) | static drwav_uint64 drwav_read_pcm_frames_s32__msadpcm(drwav* pWav, drwa... function drwav_uint64 (line 5161) | static drwav_uint64 drwav_read_pcm_frames_s32__ima(drwav* pWav, drwav_ui... function drwav_uint64 (line 5185) | static drwav_uint64 drwav_read_pcm_frames_s32__ieee(drwav* pWav, drwav_u... function drwav_uint64 (line 5213) | static drwav_uint64 drwav_read_pcm_frames_s32__alaw(drwav* pWav, drwav_u... function drwav_uint64 (line 5241) | static drwav_uint64 drwav_read_pcm_frames_s32__mulaw(drwav* pWav, drwav_... function DRWAV_API (line 5269) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s32(drwav* pWav, drwav_uint... function DRWAV_API (line 5311) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s32le(drwav* pWav, drwav_ui... function DRWAV_API (line 5321) | DRWAV_API drwav_uint64 drwav_read_pcm_frames_s32be(drwav* pWav, drwav_ui... function DRWAV_API (line 5332) | DRWAV_API void drwav_u8_to_s32(drwav_int32* pOut, const drwav_uint8* pIn... function DRWAV_API (line 5345) | DRWAV_API void drwav_s16_to_s32(drwav_int32* pOut, const drwav_int16* pI... function DRWAV_API (line 5358) | DRWAV_API void drwav_s24_to_s32(drwav_int32* pOut, const drwav_uint8* pI... function DRWAV_API (line 5376) | DRWAV_API void drwav_f32_to_s32(drwav_int32* pOut, const float* pIn, siz... function DRWAV_API (line 5389) | DRWAV_API void drwav_f64_to_s32(drwav_int32* pOut, const double* pIn, si... function DRWAV_API (line 5402) | DRWAV_API void drwav_alaw_to_s32(drwav_int32* pOut, const drwav_uint8* p... function DRWAV_API (line 5415) | DRWAV_API void drwav_mulaw_to_s32(drwav_int32* pOut, const drwav_uint8* ... function drwav_int16 (line 5430) | static drwav_int16* drwav__read_pcm_frames_and_close_s16(drwav* pWav, un... function drwav_int32 (line 5514) | static drwav_int32* drwav__read_pcm_frames_and_close_s32(drwav* pWav, un... function DRWAV_API (line 5558) | DRWAV_API drwav_int16* drwav_open_and_read_pcm_frames_s16(drwav_read_pro... function DRWAV_API (line 5579) | DRWAV_API float* drwav_open_and_read_pcm_frames_f32(drwav_read_proc onRe... function DRWAV_API (line 5600) | DRWAV_API drwav_int32* drwav_open_and_read_pcm_frames_s32(drwav_read_pro... function DRWAV_API (line 5622) | DRWAV_API drwav_int16* drwav_open_file_and_read_pcm_frames_s16(const cha... function DRWAV_API (line 5643) | DRWAV_API float* drwav_open_file_and_read_pcm_frames_f32(const char* fil... function DRWAV_API (line 5664) | DRWAV_API drwav_int32* drwav_open_file_and_read_pcm_frames_s32(const cha... function DRWAV_API (line 5686) | DRWAV_API drwav_int16* drwav_open_file_and_read_pcm_frames_s16_w(const w... function DRWAV_API (line 5707) | DRWAV_API float* drwav_open_file_and_read_pcm_frames_f32_w(const wchar_t... function DRWAV_API (line 5728) | DRWAV_API drwav_int32* drwav_open_file_and_read_pcm_frames_s32_w(const w... function DRWAV_API (line 5750) | DRWAV_API drwav_int16* drwav_open_memory_and_read_pcm_frames_s16(const v... function DRWAV_API (line 5771) | DRWAV_API float* drwav_open_memory_and_read_pcm_frames_f32(const void* d... function DRWAV_API (line 5792) | DRWAV_API drwav_int32* drwav_open_memory_and_read_pcm_frames_s32(const v... function DRWAV_API (line 5815) | DRWAV_API void drwav_free(void* p, const drwav_allocation_callbacks* pAl... function DRWAV_API (line 5824) | DRWAV_API drwav_uint16 drwav_bytes_to_u16(const drwav_uint8* data) function DRWAV_API (line 5829) | DRWAV_API drwav_int16 drwav_bytes_to_s16(const drwav_uint8* data) function DRWAV_API (line 5834) | DRWAV_API drwav_uint32 drwav_bytes_to_u32(const drwav_uint8* data) function DRWAV_API (line 5839) | DRWAV_API drwav_int32 drwav_bytes_to_s32(const drwav_uint8* data) function DRWAV_API (line 5844) | DRWAV_API drwav_uint64 drwav_bytes_to_u64(const drwav_uint8* data) function DRWAV_API (line 5849) | DRWAV_API drwav_int64 drwav_bytes_to_s64(const drwav_uint8* data) function DRWAV_API (line 5855) | DRWAV_API drwav_bool32 drwav_guid_equal(const drwav_uint8 a[16], const d... function DRWAV_API (line 5860) | DRWAV_API drwav_bool32 drwav_fourcc_equal(const drwav_uint8* a, const ch... FILE: ggml/examples/kaldi-native-fbank/csrc/feature-fbank.cc type knf (line 30) | namespace knf { function Sqrt (line 32) | static void Sqrt(float *in_out, int32_t n) { function MelBanks (line 59) | const MelBanks *FbankComputer::GetMelBanks(float vtln_warp) { FILE: ggml/examples/kaldi-native-fbank/csrc/feature-fbank.h function namespace (line 32) | namespace knf { function class (line 79) | class FbankComputer { FILE: ggml/examples/kaldi-native-fbank/csrc/feature-functions.cc type knf (line 26) | namespace knf { function ComputePowerSpectrum (line 28) | void ComputePowerSpectrum(std::vector *complex_fft) { FILE: ggml/examples/kaldi-native-fbank/csrc/feature-functions.h function namespace (line 24) | namespace knf { FILE: ggml/examples/kaldi-native-fbank/csrc/feature-window.cc type knf (line 18) | namespace knf { function FirstSampleOfFrame (line 65) | int64_t FirstSampleOfFrame(int32_t frame, const FrameExtractionOptions... function NumFrames (line 76) | int32_t NumFrames(int64_t num_samples, const FrameExtractionOptions &o... function ExtractWindow (line 121) | void ExtractWindow(int64_t sample_offset, const float *wave, std::size... function RemoveDcOffset (line 179) | static void RemoveDcOffset(float *d, int32_t n) { function InnerProduct (line 192) | float InnerProduct(const float *a, const float *b, int32_t n) { function Preemphasize (line 200) | static void Preemphasize(float *d, int32_t n, float preemph_coeff) { function ProcessWindow (line 213) | void ProcessWindow(const FrameExtractionOptions &opts, FILE: ggml/examples/kaldi-native-fbank/csrc/feature-window.h function namespace (line 16) | namespace knf { function class (line 80) | class FeatureWindowFunction { FILE: ggml/examples/kaldi-native-fbank/csrc/fftsg.c function rdft (line 296) | void rdft(int n, int isgn, double *a, int *ip, double *w) function makewt (line 345) | void makewt(int nw, int *ip, double *w) function makeipt (line 406) | void makeipt(int nw, int *ip) function makect (line 426) | void makect(int nc, int *ip, double *c) function cftfsub (line 502) | void cftfsub(int n, double *a, int *ip, int nw, double *w) function cftbsub (line 550) | void cftbsub(int n, double *a, int *ip, int nw, double *w) function bitrv2 (line 598) | void bitrv2(int n, int *ip, double *a) function bitrv2conj (line 945) | void bitrv2conj(int n, int *ip, double *a) function bitrv216 (line 1300) | void bitrv216(double *a) function bitrv216neg (line 1357) | void bitrv216neg(double *a) function bitrv208 (line 1427) | void bitrv208(double *a) function bitrv208neg (line 1450) | void bitrv208neg(double *a) function cftf1st (line 1486) | void cftf1st(int n, double *a, double *w) function cftb1st (line 1692) | void cftb1st(int n, double *a, double *w) type cdft_arg_st (line 1899) | struct cdft_arg_st { type cdft_arg_t (line 1906) | typedef struct cdft_arg_st cdft_arg_t; function cftrec4_th (line 1909) | void cftrec4_th(int n, double *a, int nw, double *w) function cftrec4 (line 2004) | void cftrec4(int n, double *a, int nw, double *w) function cfttree (line 2026) | int cfttree(int n, int j, int k, double *a, int nw, double *w) function cftleaf (line 2061) | void cftleaf(int n, int isplt, double *a, int nw, double *w) function cftmdl1 (line 2126) | void cftmdl1(int n, double *a, double *w) function cftmdl2 (line 2236) | void cftmdl2(int n, double *a, double *w) function cftfx41 (line 2370) | void cftfx41(int n, double *a, int nw, double *w) function cftf161 (line 2391) | void cftf161(double *a, double *w) function cftf162 (line 2550) | void cftf162(double *a, double *w) function cftf081 (line 2733) | void cftf081(double *a, double *w) function cftf082 (line 2795) | void cftf082(double *a, double *w) function cftf040 (line 2867) | void cftf040(double *a) function cftb040 (line 2890) | void cftb040(double *a) function cftx020 (line 2913) | void cftx020(double *a) function rftfsub (line 2926) | void rftfsub(int n, double *a, int nc, double *c) function rftbsub (line 2951) | void rftbsub(int n, double *a, int nc, double *c) FILE: ggml/examples/kaldi-native-fbank/csrc/log.cc type knf (line 41) | namespace knf { function GetDateTimeStr (line 43) | std::string GetDateTimeStr() { function LocateSymbolRange (line 51) | static bool LocateSymbolRange(const std::string &trace_name, std::size... function Demangle (line 72) | static std::string Demangle(const std::string &trace_name) { function GetStackTrace (line 104) | std::string GetStackTrace() { FILE: ggml/examples/kaldi-native-fbank/csrc/log.h function LogLevel (line 40) | enum class LogLevel { function class (line 271) | class Voidifier { FILE: ggml/examples/kaldi-native-fbank/csrc/mel-computations.cc type knf (line 29) | namespace knf { FILE: ggml/examples/kaldi-native-fbank/csrc/mel-computations.h function namespace (line 29) | namespace knf { FILE: ggml/examples/kaldi-native-fbank/csrc/online-feature.cc type knf (line 31) | namespace knf { class OnlineGenericBaseFeature (line 164) | class OnlineGenericBaseFeature FILE: ggml/examples/kaldi-native-fbank/csrc/online-feature.h function namespace (line 30) | namespace knf { FILE: ggml/examples/kaldi-native-fbank/csrc/rfft.cc type knf (line 34) | namespace knf { class Rfft::RfftImpl (line 35) | class Rfft::RfftImpl { method RfftImpl (line 37) | explicit RfftImpl(int32_t n) : n_(n), ip_(2 + std::sqrt(n / 2)), w_(... method Compute (line 41) | void Compute(float *in_out) { method Compute (line 49) | void Compute(double *in_out) { FILE: ggml/examples/kaldi-native-fbank/csrc/rfft.h function namespace (line 24) | namespace knf { FILE: ggml/examples/python/example_test_all_quants.py function get_name (line 28) | def get_name(type): FILE: ggml/examples/python/ggml/__init__.pyi class lib (line 4) | class lib: method GGML_BACKEND_CPU (line 6) | def GGML_BACKEND_CPU(self) -> int: ... method GGML_BACKEND_GPU (line 8) | def GGML_BACKEND_GPU(self) -> int: ... method GGML_BACKEND_GPU_SPLIT (line 10) | def GGML_BACKEND_GPU_SPLIT(self) -> int: ... method GGML_FTYPE_ALL_F32 (line 12) | def GGML_FTYPE_ALL_F32(self) -> int: ... method GGML_FTYPE_MOSTLY_F16 (line 14) | def GGML_FTYPE_MOSTLY_F16(self) -> int: ... method GGML_FTYPE_MOSTLY_Q2_K (line 16) | def GGML_FTYPE_MOSTLY_Q2_K(self) -> int: ... method GGML_FTYPE_MOSTLY_Q3_K (line 18) | def GGML_FTYPE_MOSTLY_Q3_K(self) -> int: ... method GGML_FTYPE_MOSTLY_Q4_0 (line 20) | def GGML_FTYPE_MOSTLY_Q4_0(self) -> int: ... method GGML_FTYPE_MOSTLY_Q4_1 (line 22) | def GGML_FTYPE_MOSTLY_Q4_1(self) -> int: ... method GGML_FTYPE_MOSTLY_Q4_1_SOME_F16 (line 24) | def GGML_FTYPE_MOSTLY_Q4_1_SOME_F16(self) -> int: ... method GGML_FTYPE_MOSTLY_Q4_K (line 26) | def GGML_FTYPE_MOSTLY_Q4_K(self) -> int: ... method GGML_FTYPE_MOSTLY_Q5_0 (line 28) | def GGML_FTYPE_MOSTLY_Q5_0(self) -> int: ... method GGML_FTYPE_MOSTLY_Q5_1 (line 30) | def GGML_FTYPE_MOSTLY_Q5_1(self) -> int: ... method GGML_FTYPE_MOSTLY_Q5_K (line 32) | def GGML_FTYPE_MOSTLY_Q5_K(self) -> int: ... method GGML_FTYPE_MOSTLY_Q6_K (line 34) | def GGML_FTYPE_MOSTLY_Q6_K(self) -> int: ... method GGML_FTYPE_MOSTLY_Q8_0 (line 36) | def GGML_FTYPE_MOSTLY_Q8_0(self) -> int: ... method GGML_FTYPE_UNKNOWN (line 38) | def GGML_FTYPE_UNKNOWN(self) -> int: ... method GGML_LINESEARCH_BACKTRACKING_ARMIJO (line 40) | def GGML_LINESEARCH_BACKTRACKING_ARMIJO(self) -> int: ... method GGML_LINESEARCH_BACKTRACKING_STRONG_WOLFE (line 42) | def GGML_LINESEARCH_BACKTRACKING_STRONG_WOLFE(self) -> int: ... method GGML_LINESEARCH_BACKTRACKING_WOLFE (line 44) | def GGML_LINESEARCH_BACKTRACKING_WOLFE(self) -> int: ... method GGML_LINESEARCH_DEFAULT (line 46) | def GGML_LINESEARCH_DEFAULT(self) -> int: ... method GGML_LINESEARCH_FAIL (line 48) | def GGML_LINESEARCH_FAIL(self) -> int: ... method GGML_LINESEARCH_INVALID_PARAMETERS (line 50) | def GGML_LINESEARCH_INVALID_PARAMETERS(self) -> int: ... method GGML_LINESEARCH_MAXIMUM_ITERATIONS (line 52) | def GGML_LINESEARCH_MAXIMUM_ITERATIONS(self) -> int: ... method GGML_LINESEARCH_MAXIMUM_STEP (line 54) | def GGML_LINESEARCH_MAXIMUM_STEP(self) -> int: ... method GGML_LINESEARCH_MINIMUM_STEP (line 56) | def GGML_LINESEARCH_MINIMUM_STEP(self) -> int: ... method GGML_OBJECT_GRAPH (line 58) | def GGML_OBJECT_GRAPH(self) -> int: ... method GGML_OBJECT_TENSOR (line 60) | def GGML_OBJECT_TENSOR(self) -> int: ... method GGML_OBJECT_WORK_BUFFER (line 62) | def GGML_OBJECT_WORK_BUFFER(self) -> int: ... method GGML_OPT_ADAM (line 64) | def GGML_OPT_ADAM(self) -> int: ... method GGML_OPT_DID_NOT_CONVERGE (line 66) | def GGML_OPT_DID_NOT_CONVERGE(self) -> int: ... method GGML_OPT_FAIL (line 68) | def GGML_OPT_FAIL(self) -> int: ... method GGML_OPT_INVALID_WOLFE (line 70) | def GGML_OPT_INVALID_WOLFE(self) -> int: ... method GGML_OPT_LBFGS (line 72) | def GGML_OPT_LBFGS(self) -> int: ... method GGML_OPT_NO_CONTEXT (line 74) | def GGML_OPT_NO_CONTEXT(self) -> int: ... method GGML_OPT_OK (line 76) | def GGML_OPT_OK(self) -> int: ... method GGML_OP_ACC (line 78) | def GGML_OP_ACC(self) -> int: ... method GGML_OP_ADD (line 80) | def GGML_OP_ADD(self) -> int: ... method GGML_OP_ADD1 (line 82) | def GGML_OP_ADD1(self) -> int: ... method GGML_OP_ALIBI (line 84) | def GGML_OP_ALIBI(self) -> int: ... method GGML_OP_ARGMAX (line 86) | def GGML_OP_ARGMAX(self) -> int: ... method GGML_OP_CLAMP (line 88) | def GGML_OP_CLAMP(self) -> int: ... method GGML_OP_CONT (line 90) | def GGML_OP_CONT(self) -> int: ... method GGML_OP_CONV_1D (line 92) | def GGML_OP_CONV_1D(self) -> int: ... method GGML_OP_CONV_2D (line 94) | def GGML_OP_CONV_2D(self) -> int: ... method GGML_OP_COUNT (line 96) | def GGML_OP_COUNT(self) -> int: ... method GGML_OP_CPY (line 98) | def GGML_OP_CPY(self) -> int: ... method GGML_OP_CROSS_ENTROPY_LOSS (line 100) | def GGML_OP_CROSS_ENTROPY_LOSS(self) -> int: ... method GGML_OP_CROSS_ENTROPY_LOSS_BACK (line 102) | def GGML_OP_CROSS_ENTROPY_LOSS_BACK(self) -> int: ... method GGML_OP_DIAG (line 104) | def GGML_OP_DIAG(self) -> int: ... method GGML_OP_DIAG_MASK_INF (line 106) | def GGML_OP_DIAG_MASK_INF(self) -> int: ... method GGML_OP_DIAG_MASK_ZERO (line 108) | def GGML_OP_DIAG_MASK_ZERO(self) -> int: ... method GGML_OP_DIV (line 110) | def GGML_OP_DIV(self) -> int: ... method GGML_OP_DUP (line 112) | def GGML_OP_DUP(self) -> int: ... method GGML_OP_FLASH_ATTN (line 114) | def GGML_OP_FLASH_ATTN(self) -> int: ... method GGML_OP_FLASH_ATTN_BACK (line 116) | def GGML_OP_FLASH_ATTN_BACK(self) -> int: ... method GGML_OP_FLASH_FF (line 118) | def GGML_OP_FLASH_FF(self) -> int: ... method GGML_OP_GET_ROWS (line 120) | def GGML_OP_GET_ROWS(self) -> int: ... method GGML_OP_GET_ROWS_BACK (line 122) | def GGML_OP_GET_ROWS_BACK(self) -> int: ... method GGML_OP_LOG (line 124) | def GGML_OP_LOG(self) -> int: ... method GGML_OP_MAP_BINARY (line 126) | def GGML_OP_MAP_BINARY(self) -> int: ... method GGML_OP_MAP_CUSTOM1 (line 128) | def GGML_OP_MAP_CUSTOM1(self) -> int: ... method GGML_OP_MAP_CUSTOM1_F32 (line 130) | def GGML_OP_MAP_CUSTOM1_F32(self) -> int: ... method GGML_OP_MAP_CUSTOM2 (line 132) | def GGML_OP_MAP_CUSTOM2(self) -> int: ... method GGML_OP_MAP_CUSTOM2_F32 (line 134) | def GGML_OP_MAP_CUSTOM2_F32(self) -> int: ... method GGML_OP_MAP_CUSTOM3 (line 136) | def GGML_OP_MAP_CUSTOM3(self) -> int: ... method GGML_OP_MAP_CUSTOM3_F32 (line 138) | def GGML_OP_MAP_CUSTOM3_F32(self) -> int: ... method GGML_OP_MAP_UNARY (line 140) | def GGML_OP_MAP_UNARY(self) -> int: ... method GGML_OP_MEAN (line 142) | def GGML_OP_MEAN(self) -> int: ... method GGML_OP_MUL (line 144) | def GGML_OP_MUL(self) -> int: ... method GGML_OP_MUL_MAT (line 146) | def GGML_OP_MUL_MAT(self) -> int: ... method GGML_OP_NONE (line 148) | def GGML_OP_NONE(self) -> int: ... method GGML_OP_NORM (line 150) | def GGML_OP_NORM(self) -> int: ... method GGML_OP_OUT_PROD (line 152) | def GGML_OP_OUT_PROD(self) -> int: ... method GGML_OP_PERMUTE (line 154) | def GGML_OP_PERMUTE(self) -> int: ... method GGML_OP_POOL_1D (line 156) | def GGML_OP_POOL_1D(self) -> int: ... method GGML_OP_POOL_2D (line 158) | def GGML_OP_POOL_2D(self) -> int: ... method GGML_OP_POOL_AVG (line 160) | def GGML_OP_POOL_AVG(self) -> int: ... method GGML_OP_POOL_COUNT (line 162) | def GGML_OP_POOL_COUNT(self) -> int: ... method GGML_OP_POOL_MAX (line 164) | def GGML_OP_POOL_MAX(self) -> int: ... method GGML_OP_REPEAT (line 166) | def GGML_OP_REPEAT(self) -> int: ... method GGML_OP_REPEAT_BACK (line 168) | def GGML_OP_REPEAT_BACK(self) -> int: ... method GGML_OP_RESHAPE (line 170) | def GGML_OP_RESHAPE(self) -> int: ... method GGML_OP_RMS_NORM (line 172) | def GGML_OP_RMS_NORM(self) -> int: ... method GGML_OP_RMS_NORM_BACK (line 174) | def GGML_OP_RMS_NORM_BACK(self) -> int: ... method GGML_OP_ROPE (line 176) | def GGML_OP_ROPE(self) -> int: ... method GGML_OP_ROPE_BACK (line 178) | def GGML_OP_ROPE_BACK(self) -> int: ... method GGML_OP_SCALE (line 180) | def GGML_OP_SCALE(self) -> int: ... method GGML_OP_SET (line 182) | def GGML_OP_SET(self) -> int: ... method GGML_OP_SILU_BACK (line 184) | def GGML_OP_SILU_BACK(self) -> int: ... method GGML_OP_SOFT_MAX (line 186) | def GGML_OP_SOFT_MAX(self) -> int: ... method GGML_OP_SOFT_MAX_BACK (line 188) | def GGML_OP_SOFT_MAX_BACK(self) -> int: ... method GGML_OP_SQR (line 190) | def GGML_OP_SQR(self) -> int: ... method GGML_OP_SQRT (line 192) | def GGML_OP_SQRT(self) -> int: ... method GGML_OP_SUB (line 194) | def GGML_OP_SUB(self) -> int: ... method GGML_OP_SUM (line 196) | def GGML_OP_SUM(self) -> int: ... method GGML_OP_SUM_ROWS (line 198) | def GGML_OP_SUM_ROWS(self) -> int: ... method GGML_OP_TRANSPOSE (line 200) | def GGML_OP_TRANSPOSE(self) -> int: ... method GGML_OP_UNARY (line 202) | def GGML_OP_UNARY(self) -> int: ... method GGML_OP_VIEW (line 204) | def GGML_OP_VIEW(self) -> int: ... method GGML_OP_WIN_PART (line 206) | def GGML_OP_WIN_PART(self) -> int: ... method GGML_OP_WIN_UNPART (line 208) | def GGML_OP_WIN_UNPART(self) -> int: ... method GGML_TASK_COMPUTE (line 210) | def GGML_TASK_COMPUTE(self) -> int: ... method GGML_TASK_FINALIZE (line 212) | def GGML_TASK_FINALIZE(self) -> int: ... method GGML_TASK_INIT (line 214) | def GGML_TASK_INIT(self) -> int: ... method GGML_TYPE_COUNT (line 216) | def GGML_TYPE_COUNT(self) -> int: ... method GGML_TYPE_F16 (line 218) | def GGML_TYPE_F16(self) -> int: ... method GGML_TYPE_F32 (line 220) | def GGML_TYPE_F32(self) -> int: ... method GGML_TYPE_I16 (line 222) | def GGML_TYPE_I16(self) -> int: ... method GGML_TYPE_I32 (line 224) | def GGML_TYPE_I32(self) -> int: ... method GGML_TYPE_I8 (line 226) | def GGML_TYPE_I8(self) -> int: ... method GGML_TYPE_Q2_K (line 228) | def GGML_TYPE_Q2_K(self) -> int: ... method GGML_TYPE_Q3_K (line 230) | def GGML_TYPE_Q3_K(self) -> int: ... method GGML_TYPE_Q4_0 (line 232) | def GGML_TYPE_Q4_0(self) -> int: ... method GGML_TYPE_Q4_1 (line 234) | def GGML_TYPE_Q4_1(self) -> int: ... method GGML_TYPE_Q4_K (line 236) | def GGML_TYPE_Q4_K(self) -> int: ... method GGML_TYPE_Q5_0 (line 238) | def GGML_TYPE_Q5_0(self) -> int: ... method GGML_TYPE_Q5_1 (line 240) | def GGML_TYPE_Q5_1(self) -> int: ... method GGML_TYPE_Q5_K (line 242) | def GGML_TYPE_Q5_K(self) -> int: ... method GGML_TYPE_Q6_K (line 244) | def GGML_TYPE_Q6_K(self) -> int: ... method GGML_TYPE_Q8_0 (line 246) | def GGML_TYPE_Q8_0(self) -> int: ... method GGML_TYPE_Q8_1 (line 248) | def GGML_TYPE_Q8_1(self) -> int: ... method GGML_TYPE_Q8_K (line 250) | def GGML_TYPE_Q8_K(self) -> int: ... method GGML_UNARY_OP_ABS (line 252) | def GGML_UNARY_OP_ABS(self) -> int: ... method GGML_UNARY_OP_ELU (line 254) | def GGML_UNARY_OP_ELU(self) -> int: ... method GGML_UNARY_OP_GELU (line 256) | def GGML_UNARY_OP_GELU(self) -> int: ... method GGML_UNARY_OP_GELU_QUICK (line 258) | def GGML_UNARY_OP_GELU_QUICK(self) -> int: ... method GGML_UNARY_OP_NEG (line 260) | def GGML_UNARY_OP_NEG(self) -> int: ... method GGML_UNARY_OP_RELU (line 262) | def GGML_UNARY_OP_RELU(self) -> int: ... method GGML_UNARY_OP_SGN (line 264) | def GGML_UNARY_OP_SGN(self) -> int: ... method GGML_UNARY_OP_SILU (line 266) | def GGML_UNARY_OP_SILU(self) -> int: ... method GGML_UNARY_OP_STEP (line 268) | def GGML_UNARY_OP_STEP(self) -> int: ... method GGML_UNARY_OP_TANH (line 270) | def GGML_UNARY_OP_TANH(self) -> int: ... method GGUF_TYPE_ARRAY (line 272) | def GGUF_TYPE_ARRAY(self) -> int: ... method GGUF_TYPE_BOOL (line 274) | def GGUF_TYPE_BOOL(self) -> int: ... method GGUF_TYPE_COUNT (line 276) | def GGUF_TYPE_COUNT(self) -> int: ... method GGUF_TYPE_FLOAT32 (line 278) | def GGUF_TYPE_FLOAT32(self) -> int: ... method GGUF_TYPE_INT16 (line 280) | def GGUF_TYPE_INT16(self) -> int: ... method GGUF_TYPE_INT32 (line 282) | def GGUF_TYPE_INT32(self) -> int: ... method GGUF_TYPE_INT8 (line 284) | def GGUF_TYPE_INT8(self) -> int: ... method GGUF_TYPE_STRING (line 286) | def GGUF_TYPE_STRING(self) -> int: ... method GGUF_TYPE_UINT16 (line 288) | def GGUF_TYPE_UINT16(self) -> int: ... method GGUF_TYPE_UINT32 (line 290) | def GGUF_TYPE_UINT32(self) -> int: ... method GGUF_TYPE_UINT8 (line 292) | def GGUF_TYPE_UINT8(self) -> int: ... method abort_callback (line 293) | def abort_callback(data: ffi.CData) -> bool: method dequantize_row_q2_K (line 300) | def dequantize_row_q2_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method dequantize_row_q3_K (line 307) | def dequantize_row_q3_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method dequantize_row_q4_K (line 310) | def dequantize_row_q4_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method dequantize_row_q5_K (line 313) | def dequantize_row_q5_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method dequantize_row_q6_K (line 316) | def dequantize_row_q6_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method dequantize_row_q8_K (line 319) | def dequantize_row_q8_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method ggml_abs (line 322) | def ggml_abs(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_abs_inplace (line 329) | def ggml_abs_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_acc (line 336) | def ggml_acc(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb1: int, nb2... method ggml_acc_inplace (line 348) | def ggml_acc_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb1: ... method ggml_add (line 360) | def ggml_add(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_add1 (line 368) | def ggml_add1(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_add1_inplace (line 376) | def ggml_add1_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> f... method ggml_add_inplace (line 384) | def ggml_add_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_alibi (line 392) | def ggml_alibi(ctx: ffi.CData, a: ffi.CData, n_past: int, n_head: int,... method ggml_allocr_alloc (line 405) | def ggml_allocr_alloc(alloc: ffi.CData, tensor: ffi.CData) -> None: method ggml_allocr_alloc_graph (line 408) | def ggml_allocr_alloc_graph(alloc: ffi.CData, graph: ffi.CData) -> int: method ggml_allocr_free (line 411) | def ggml_allocr_free(alloc: ffi.CData) -> None: method ggml_allocr_is_measure (line 414) | def ggml_allocr_is_measure(alloc: ffi.CData) -> bool: method ggml_allocr_new (line 417) | def ggml_allocr_new(data: ffi.CData, size: int, alignment: int) -> ffi... method ggml_allocr_new_measure (line 420) | def ggml_allocr_new_measure(alignment: int) -> ffi.CData: method ggml_allocr_reset (line 423) | def ggml_allocr_reset(alloc: ffi.CData) -> None: method ggml_allocr_set_parse_seq (line 426) | def ggml_allocr_set_parse_seq(alloc: ffi.CData, list: ffi.CData, n: in... method ggml_are_same_shape (line 434) | def ggml_are_same_shape(t0: ffi.CData, t1: ffi.CData) -> bool: method ggml_argmax (line 437) | def ggml_argmax(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_blck_size (line 446) | def ggml_blck_size(type: int) -> int: method ggml_build_backward (line 449) | def ggml_build_backward(ctx: ffi.CData, gf: ffi.CData, keep: bool) -> ... method ggml_build_forward (line 452) | def ggml_build_forward(tensor: ffi.CData) -> ffi.CData: method ggml_build_forward_ctx (line 455) | def ggml_build_forward_ctx(ctx: ffi.CData, tensor: ffi.CData) -> ffi.C... method ggml_build_forward_expand (line 458) | def ggml_build_forward_expand(cgraph: ffi.CData, tensor: ffi.CData) ->... method ggml_cl_can_mul_mat (line 461) | def ggml_cl_can_mul_mat(src0: ffi.CData, src1: ffi.CData, dst: ffi.CDa... method ggml_cl_free_data (line 464) | def ggml_cl_free_data(tensor: ffi.CData) -> None: method ggml_cl_host_free (line 467) | def ggml_cl_host_free(ptr: ffi.CData) -> None: method ggml_cl_host_malloc (line 470) | def ggml_cl_host_malloc(size: int) -> ffi.CData: method ggml_cl_init (line 473) | def ggml_cl_init() -> None: method ggml_cl_mul (line 476) | def ggml_cl_mul(src0: ffi.CData, src1: ffi.CData, dst: ffi.CData) -> N... method ggml_cl_mul_mat (line 479) | def ggml_cl_mul_mat(src0: ffi.CData, src1: ffi.CData, dst: ffi.CData, ... method ggml_cl_mul_mat_get_wsize (line 482) | def ggml_cl_mul_mat_get_wsize(src0: ffi.CData, src1: ffi.CData, dst: f... method ggml_cl_transform_tensor (line 485) | def ggml_cl_transform_tensor(data: ffi.CData, tensor: ffi.CData) -> None: method ggml_clamp (line 488) | def ggml_clamp(ctx: ffi.CData, a: ffi.CData, min: float, max: float) -... method ggml_cont (line 500) | def ggml_cont(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_cont_inplace (line 509) | def ggml_cont_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_conv_1d (line 518) | def ggml_conv_1d(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, s0: int, ... method ggml_conv_1d_ph (line 529) | def ggml_conv_1d_ph(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, s: int... method ggml_conv_2d (line 542) | def ggml_conv_2d(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, s0: int, ... method ggml_cpu_has_arm_fma (line 556) | def ggml_cpu_has_arm_fma() -> int: method ggml_cpu_has_avx (line 559) | def ggml_cpu_has_avx() -> int: method ggml_cpu_has_avx2 (line 562) | def ggml_cpu_has_avx2() -> int: method ggml_cpu_has_avx512 (line 565) | def ggml_cpu_has_avx512() -> int: method ggml_cpu_has_avx512_vbmi (line 568) | def ggml_cpu_has_avx512_vbmi() -> int: method ggml_cpu_has_avx512_vnni (line 571) | def ggml_cpu_has_avx512_vnni() -> int: method ggml_cpu_has_blas (line 574) | def ggml_cpu_has_blas() -> int: method ggml_cpu_has_clblast (line 577) | def ggml_cpu_has_clblast() -> int: method ggml_cpu_has_cublas (line 580) | def ggml_cpu_has_cublas() -> int: method ggml_cpu_has_f16c (line 583) | def ggml_cpu_has_f16c() -> int: method ggml_cpu_has_fma (line 586) | def ggml_cpu_has_fma() -> int: method ggml_cpu_has_fp16_va (line 589) | def ggml_cpu_has_fp16_va() -> int: method ggml_cpu_has_gpublas (line 592) | def ggml_cpu_has_gpublas() -> int: method ggml_cpu_has_neon (line 595) | def ggml_cpu_has_neon() -> int: method ggml_cpu_has_sse3 (line 598) | def ggml_cpu_has_sse3() -> int: method ggml_cpu_has_vsx (line 601) | def ggml_cpu_has_vsx() -> int: method ggml_cpu_has_wasm_simd (line 604) | def ggml_cpu_has_wasm_simd() -> int: method ggml_cpy (line 607) | def ggml_cpy(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_cpy_inplace (line 617) | def ggml_cpy_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_cross_entropy_loss (line 627) | def ggml_cross_entropy_loss(ctx: ffi.CData, a: ffi.CData, b: ffi.CData... method ggml_cross_entropy_loss_back (line 635) | def ggml_cross_entropy_loss_back(ctx: ffi.CData, a: ffi.CData, b: ffi.... method ggml_cuda_assign_buffers (line 644) | def ggml_cuda_assign_buffers(tensor: ffi.CData) -> None: method ggml_cuda_assign_buffers_force_inplace (line 647) | def ggml_cuda_assign_buffers_force_inplace(tensor: ffi.CData) -> None: method ggml_cuda_assign_buffers_no_scratch (line 650) | def ggml_cuda_assign_buffers_no_scratch(tensor: ffi.CData) -> None: method ggml_cuda_can_mul_mat (line 653) | def ggml_cuda_can_mul_mat(src0: ffi.CData, src1: ffi.CData, dst: ffi.C... method ggml_cuda_compute_forward (line 656) | def ggml_cuda_compute_forward(params: ffi.CData, tensor: ffi.CData) ->... method ggml_cuda_free_data (line 659) | def ggml_cuda_free_data(tensor: ffi.CData) -> None: method ggml_cuda_free_scratch (line 662) | def ggml_cuda_free_scratch() -> None: method ggml_cuda_get_device_count (line 665) | def ggml_cuda_get_device_count() -> int: method ggml_cuda_get_device_description (line 668) | def ggml_cuda_get_device_description(device: int, description: ffi.CDa... method ggml_cuda_host_free (line 671) | def ggml_cuda_host_free(ptr: ffi.CData) -> None: method ggml_cuda_host_malloc (line 674) | def ggml_cuda_host_malloc(size: int) -> ffi.CData: method ggml_cuda_set_main_device (line 677) | def ggml_cuda_set_main_device(main_device: int) -> None: method ggml_cuda_set_mul_mat_q (line 680) | def ggml_cuda_set_mul_mat_q(mul_mat_q: bool) -> None: method ggml_cuda_set_scratch_size (line 683) | def ggml_cuda_set_scratch_size(scratch_size: int) -> None: method ggml_cuda_set_tensor_split (line 686) | def ggml_cuda_set_tensor_split(tensor_split: ffi.CData) -> None: method ggml_cuda_transform_tensor (line 689) | def ggml_cuda_transform_tensor(data: ffi.CData, tensor: ffi.CData) -> ... method ggml_cycles (line 692) | def ggml_cycles() -> int: method ggml_cycles_per_ms (line 695) | def ggml_cycles_per_ms() -> int: method ggml_diag (line 698) | def ggml_diag(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_diag_mask_inf (line 705) | def ggml_diag_mask_inf(ctx: ffi.CData, a: ffi.CData, n_past: int) -> f... method ggml_diag_mask_inf_inplace (line 715) | def ggml_diag_mask_inf_inplace(ctx: ffi.CData, a: ffi.CData, n_past: i... method ggml_diag_mask_zero (line 725) | def ggml_diag_mask_zero(ctx: ffi.CData, a: ffi.CData, n_past: int) -> ... method ggml_diag_mask_zero_inplace (line 735) | def ggml_diag_mask_zero_inplace(ctx: ffi.CData, a: ffi.CData, n_past: ... method ggml_div (line 745) | def ggml_div(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_div_inplace (line 753) | def ggml_div_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_dup (line 761) | def ggml_dup(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_dup_inplace (line 768) | def ggml_dup_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_dup_tensor (line 777) | def ggml_dup_tensor(ctx: ffi.CData, src: ffi.CData) -> ffi.CData: method ggml_element_size (line 780) | def ggml_element_size(tensor: ffi.CData) -> int: method ggml_elu (line 783) | def ggml_elu(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_elu_inplace (line 790) | def ggml_elu_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_flash_attn (line 797) | def ggml_flash_attn(ctx: ffi.CData, q: ffi.CData, k: ffi.CData, v: ffi... method ggml_flash_attn_back (line 807) | def ggml_flash_attn_back(ctx: ffi.CData, q: ffi.CData, k: ffi.CData, v... method ggml_flash_ff (line 818) | def ggml_flash_ff(ctx: ffi.CData, a: ffi.CData, b0: ffi.CData, b1: ffi... method ggml_format_name (line 829) | def ggml_format_name(tensor: ffi.CData, fmt: ffi.CData, *args2) -> ffi... method ggml_fp16_to_fp32 (line 832) | def ggml_fp16_to_fp32(x: np.float16) -> float: method ggml_fp16_to_fp32_row (line 839) | def ggml_fp16_to_fp32_row(x: ffi.CData, y: ffi.CData, n: int) -> None: method ggml_fp32_to_fp16 (line 842) | def ggml_fp32_to_fp16(x: float) -> np.float16: method ggml_fp32_to_fp16_row (line 845) | def ggml_fp32_to_fp16_row(x: ffi.CData, y: ffi.CData, n: int) -> None: method ggml_free (line 848) | def ggml_free(ctx: ffi.CData) -> None: method ggml_ftype_to_ggml_type (line 851) | def ggml_ftype_to_ggml_type(ftype: int) -> int: method ggml_gelu (line 858) | def ggml_gelu(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_gelu_inplace (line 867) | def ggml_gelu_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_gelu_quick (line 874) | def ggml_gelu_quick(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_gelu_quick_inplace (line 881) | def ggml_gelu_quick_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_get_data (line 888) | def ggml_get_data(tensor: ffi.CData) -> ffi.CData: method ggml_get_data_f32 (line 891) | def ggml_get_data_f32(tensor: ffi.CData) -> ffi.CData: method ggml_get_f32_1d (line 894) | def ggml_get_f32_1d(tensor: ffi.CData, i: int) -> float: method ggml_get_i32_1d (line 897) | def ggml_get_i32_1d(tensor: ffi.CData, i: int) -> int: method ggml_get_max_tensor_size (line 900) | def ggml_get_max_tensor_size(ctx: ffi.CData) -> int: method ggml_get_mem_buffer (line 903) | def ggml_get_mem_buffer(ctx: ffi.CData) -> ffi.CData: method ggml_get_mem_size (line 906) | def ggml_get_mem_size(ctx: ffi.CData) -> int: method ggml_get_name (line 909) | def ggml_get_name(tensor: ffi.CData) -> ffi.CData: method ggml_get_no_alloc (line 912) | def ggml_get_no_alloc(ctx: ffi.CData) -> bool: method ggml_get_rows (line 915) | def ggml_get_rows(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.C... method ggml_get_rows_back (line 923) | def ggml_get_rows_back(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, c: ... method ggml_get_tensor (line 932) | def ggml_get_tensor(ctx: ffi.CData, name: ffi.CData) -> ffi.CData: method ggml_get_unary_op (line 935) | def ggml_get_unary_op(tensor: ffi.CData) -> int: method ggml_graph_compute (line 938) | def ggml_graph_compute(cgraph: ffi.CData, cplan: ffi.CData) -> int: method ggml_graph_compute_with_ctx (line 941) | def ggml_graph_compute_with_ctx(ctx: ffi.CData, cgraph: ffi.CData, n_t... method ggml_graph_dump_dot (line 949) | def ggml_graph_dump_dot(gb: ffi.CData, gf: ffi.CData, filename: ffi.CD... method ggml_graph_export (line 956) | def ggml_graph_export(cgraph: ffi.CData, fname: ffi.CData) -> None: method ggml_graph_get_tensor (line 959) | def ggml_graph_get_tensor(cgraph: ffi.CData, name: ffi.CData) -> ffi.C... method ggml_graph_import (line 962) | def ggml_graph_import(fname: ffi.CData, ctx_data: ffi.CData, ctx_eval:... method ggml_graph_overhead (line 965) | def ggml_graph_overhead() -> int: method ggml_graph_plan (line 968) | def ggml_graph_plan(cgraph: ffi.CData, n_threads: int) -> ffi.CData: method ggml_graph_print (line 976) | def ggml_graph_print(cgraph: ffi.CData) -> None: method ggml_graph_reset (line 983) | def ggml_graph_reset(cgraph: ffi.CData) -> None: method ggml_init (line 986) | def ggml_init(params: ffi.CData) -> ffi.CData: method ggml_init_cublas (line 989) | def ggml_init_cublas() -> None: method ggml_internal_get_type_traits (line 992) | def ggml_internal_get_type_traits(type: int) -> ffi.CData: method ggml_is_contiguous (line 995) | def ggml_is_contiguous(tensor: ffi.CData) -> bool: method ggml_is_numa (line 998) | def ggml_is_numa() -> bool: method ggml_is_permuted (line 1001) | def ggml_is_permuted(tensor: ffi.CData) -> bool: method ggml_is_quantized (line 1004) | def ggml_is_quantized(type: int) -> bool: method ggml_is_transposed (line 1007) | def ggml_is_transposed(tensor: ffi.CData) -> bool: method ggml_log (line 1010) | def ggml_log(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_log_inplace (line 1017) | def ggml_log_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_map_binary_f32 (line 1024) | def ggml_map_binary_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, fu... method ggml_map_binary_inplace_f32 (line 1034) | def ggml_map_binary_inplace_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.C... method ggml_map_custom1 (line 1044) | def ggml_map_custom1(ctx: ffi.CData, a: ffi.CData, fun: ffi.CData, n_t... method ggml_map_custom1_f32 (line 1054) | def ggml_map_custom1_f32(ctx: ffi.CData, a: ffi.CData, fun: ffi.CData)... method ggml_map_custom1_inplace (line 1063) | def ggml_map_custom1_inplace(ctx: ffi.CData, a: ffi.CData, fun: ffi.CD... method ggml_map_custom1_inplace_f32 (line 1073) | def ggml_map_custom1_inplace_f32(ctx: ffi.CData, a: ffi.CData, fun: ff... method ggml_map_custom2 (line 1082) | def ggml_map_custom2(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, fun: ... method ggml_map_custom2_f32 (line 1093) | def ggml_map_custom2_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, f... method ggml_map_custom2_inplace (line 1103) | def ggml_map_custom2_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CDat... method ggml_map_custom2_inplace_f32 (line 1114) | def ggml_map_custom2_inplace_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.... method ggml_map_custom3 (line 1124) | def ggml_map_custom3(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, c: ff... method ggml_map_custom3_f32 (line 1136) | def ggml_map_custom3_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, c... method ggml_map_custom3_inplace (line 1147) | def ggml_map_custom3_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CDat... method ggml_map_custom3_inplace_f32 (line 1159) | def ggml_map_custom3_inplace_f32(ctx: ffi.CData, a: ffi.CData, b: ffi.... method ggml_map_unary_f32 (line 1170) | def ggml_map_unary_f32(ctx: ffi.CData, a: ffi.CData, fun: ffi.CData) -... method ggml_map_unary_inplace_f32 (line 1179) | def ggml_map_unary_inplace_f32(ctx: ffi.CData, a: ffi.CData, fun: ffi.... method ggml_mean (line 1188) | def ggml_mean(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_metal_add_buffer (line 1197) | def ggml_metal_add_buffer(ctx: ffi.CData, name: ffi.CData, data: ffi.C... method ggml_metal_free (line 1215) | def ggml_metal_free(ctx: ffi.CData) -> None: method ggml_metal_get_concur_list (line 1218) | def ggml_metal_get_concur_list(ctx: ffi.CData) -> ffi.CData: method ggml_metal_get_tensor (line 1225) | def ggml_metal_get_tensor(ctx: ffi.CData, t: ffi.CData) -> None: method ggml_metal_graph_compute (line 1232) | def ggml_metal_graph_compute(ctx: ffi.CData, gf: ffi.CData) -> None: method ggml_metal_graph_find_concurrency (line 1240) | def ggml_metal_graph_find_concurrency(ctx: ffi.CData, gf: ffi.CData, c... method ggml_metal_host_free (line 1248) | def ggml_metal_host_free(data: ffi.CData) -> None: method ggml_metal_host_malloc (line 1251) | def ggml_metal_host_malloc(n: int) -> ffi.CData: method ggml_metal_if_optimized (line 1254) | def ggml_metal_if_optimized(ctx: ffi.CData) -> int: method ggml_metal_init (line 1261) | def ggml_metal_init(n_cb: int) -> ffi.CData: method ggml_metal_set_n_cb (line 1268) | def ggml_metal_set_n_cb(ctx: ffi.CData, n_cb: int) -> None: method ggml_metal_set_tensor (line 1275) | def ggml_metal_set_tensor(ctx: ffi.CData, t: ffi.CData) -> None: method ggml_mpi_backend_free (line 1282) | def ggml_mpi_backend_free() -> None: method ggml_mpi_backend_init (line 1285) | def ggml_mpi_backend_init() -> None: method ggml_mpi_eval_init (line 1288) | def ggml_mpi_eval_init(ctx_mpi: ffi.CData, n_tokens: ffi.CData, n_past... method ggml_mpi_free (line 1297) | def ggml_mpi_free(ctx: ffi.CData) -> None: method ggml_mpi_graph_compute_post (line 1300) | def ggml_mpi_graph_compute_post(ctx_mpi: ffi.CData, gf: ffi.CData, n_l... method ggml_mpi_graph_compute_pre (line 1308) | def ggml_mpi_graph_compute_pre(ctx_mpi: ffi.CData, gf: ffi.CData, n_la... method ggml_mpi_init (line 1316) | def ggml_mpi_init() -> ffi.CData: method ggml_mpi_rank (line 1319) | def ggml_mpi_rank(ctx: ffi.CData) -> int: method ggml_mul (line 1322) | def ggml_mul(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_mul_inplace (line 1330) | def ggml_mul_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_mul_mat (line 1338) | def ggml_mul_mat(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CD... method ggml_nbytes (line 1350) | def ggml_nbytes(tensor: ffi.CData) -> int: method ggml_nbytes_pad (line 1353) | def ggml_nbytes_pad(tensor: ffi.CData) -> int: method ggml_nbytes_split (line 1356) | def ggml_nbytes_split(tensor: ffi.CData, nrows_split: int) -> int: method ggml_neg (line 1359) | def ggml_neg(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_neg_inplace (line 1366) | def ggml_neg_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_nelements (line 1373) | def ggml_nelements(tensor: ffi.CData) -> int: method ggml_new_f32 (line 1376) | def ggml_new_f32(ctx: ffi.CData, value: float) -> ffi.CData: method ggml_new_graph (line 1379) | def ggml_new_graph(ctx: ffi.CData) -> ffi.CData: method ggml_new_i32 (line 1386) | def ggml_new_i32(ctx: ffi.CData, value: int) -> ffi.CData: method ggml_new_tensor (line 1389) | def ggml_new_tensor(ctx: ffi.CData, type: int, n_dims: int, ne: ffi.CD... method ggml_new_tensor_1d (line 1398) | def ggml_new_tensor_1d(ctx: ffi.CData, type: int, ne0: int) -> ffi.CData: method ggml_new_tensor_2d (line 1406) | def ggml_new_tensor_2d(ctx: ffi.CData, type: int, ne0: int, ne1: int) ... method ggml_new_tensor_3d (line 1415) | def ggml_new_tensor_3d(ctx: ffi.CData, type: int, ne0: int, ne1: int, ... method ggml_new_tensor_4d (line 1425) | def ggml_new_tensor_4d(ctx: ffi.CData, type: int, ne0: int, ne1: int, ... method ggml_norm (line 1436) | def ggml_norm(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_norm_inplace (line 1446) | def ggml_norm_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_nrows (line 1453) | def ggml_nrows(tensor: ffi.CData) -> int: method ggml_numa_init (line 1456) | def ggml_numa_init() -> None: method ggml_op_name (line 1459) | def ggml_op_name(op: int) -> ffi.CData: method ggml_op_symbol (line 1462) | def ggml_op_symbol(op: int) -> ffi.CData: method ggml_opt (line 1465) | def ggml_opt(ctx: ffi.CData, params: ffi.CData, f: ffi.CData) -> int: method ggml_opt_default_params (line 1475) | def ggml_opt_default_params(type: int) -> ffi.CData: method ggml_opt_init (line 1478) | def ggml_opt_init(ctx: ffi.CData, opt: ffi.CData, params: ffi.CData, n... method ggml_opt_resume (line 1489) | def ggml_opt_resume(ctx: ffi.CData, opt: ffi.CData, f: ffi.CData) -> int: method ggml_opt_resume_g (line 1499) | def ggml_opt_resume_g(ctx: ffi.CData, opt: ffi.CData, f: ffi.CData, gf... method ggml_out_prod (line 1511) | def ggml_out_prod(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.C... method ggml_permute (line 1523) | def ggml_permute(ctx: ffi.CData, a: ffi.CData, axis0: int, axis1: int,... method ggml_pool_1d (line 1534) | def ggml_pool_1d(ctx: ffi.CData, a: ffi.CData, op: int, k0: int, s0: i... method ggml_pool_2d (line 1545) | def ggml_pool_2d(ctx: ffi.CData, a: ffi.CData, op: int, k0: int, k1: i... method ggml_print_object (line 1559) | def ggml_print_object(obj: ffi.CData) -> None: method ggml_print_objects (line 1562) | def ggml_print_objects(ctx: ffi.CData) -> None: method ggml_quantize_chunk (line 1565) | def ggml_quantize_chunk(type: int, src: ffi.CData, dst: ffi.CData, sta... method ggml_quantize_q2_K (line 1568) | def ggml_quantize_q2_K(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q3_K (line 1575) | def ggml_quantize_q3_K(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q4_0 (line 1578) | def ggml_quantize_q4_0(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q4_1 (line 1581) | def ggml_quantize_q4_1(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q4_K (line 1584) | def ggml_quantize_q4_K(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q5_0 (line 1587) | def ggml_quantize_q5_0(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q5_1 (line 1590) | def ggml_quantize_q5_1(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q5_K (line 1593) | def ggml_quantize_q5_K(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q6_K (line 1596) | def ggml_quantize_q6_K(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_quantize_q8_0 (line 1599) | def ggml_quantize_q8_0(src: ffi.CData, dst: ffi.CData, n: int, k: int,... method ggml_relu (line 1602) | def ggml_relu(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_relu_inplace (line 1609) | def ggml_relu_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_repeat (line 1616) | def ggml_repeat(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_repeat_back (line 1627) | def ggml_repeat_back(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_reshape (line 1635) | def ggml_reshape(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CD... method ggml_reshape_1d (line 1646) | def ggml_reshape_1d(ctx: ffi.CData, a: ffi.CData, ne0: int) -> ffi.CData: method ggml_reshape_2d (line 1657) | def ggml_reshape_2d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int) ... method ggml_reshape_3d (line 1666) | def ggml_reshape_3d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int, ... method ggml_reshape_4d (line 1679) | def ggml_reshape_4d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int, ... method ggml_rms_norm (line 1690) | def ggml_rms_norm(ctx: ffi.CData, a: ffi.CData, eps: float) -> ffi.CData: method ggml_rms_norm_back (line 1698) | def ggml_rms_norm_back(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ... method ggml_rms_norm_inplace (line 1710) | def ggml_rms_norm_inplace(ctx: ffi.CData, a: ffi.CData, eps: float) ->... method ggml_rope (line 1718) | def ggml_rope(ctx: ffi.CData, a: ffi.CData, n_past: int, n_dims: int, ... method ggml_rope_back (line 1735) | def ggml_rope_back(ctx: ffi.CData, a: ffi.CData, n_past: int, n_dims: ... method ggml_rope_custom (line 1749) | def ggml_rope_custom(ctx: ffi.CData, a: ffi.CData, n_past: int, n_dims... method ggml_rope_custom_inplace (line 1764) | def ggml_rope_custom_inplace(ctx: ffi.CData, a: ffi.CData, n_past: int... method ggml_rope_inplace (line 1779) | def ggml_rope_inplace(ctx: ffi.CData, a: ffi.CData, n_past: int, n_dim... method ggml_scale (line 1792) | def ggml_scale(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_scale_inplace (line 1800) | def ggml_scale_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ... method ggml_set (line 1810) | def ggml_set(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb1: int, nb2... method ggml_set_1d (line 1824) | def ggml_set_1d(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, offset: in... method ggml_set_1d_inplace (line 1833) | def ggml_set_1d_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, of... method ggml_set_2d (line 1842) | def ggml_set_2d(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb1: int, ... method ggml_set_2d_inplace (line 1854) | def ggml_set_2d_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb... method ggml_set_f32 (line 1866) | def ggml_set_f32(tensor: ffi.CData, value: float) -> ffi.CData: method ggml_set_f32_1d (line 1869) | def ggml_set_f32_1d(tensor: ffi.CData, i: int, value: float) -> None: method ggml_set_i32 (line 1872) | def ggml_set_i32(tensor: ffi.CData, value: int) -> ffi.CData: method ggml_set_i32_1d (line 1875) | def ggml_set_i32_1d(tensor: ffi.CData, i: int, value: int) -> None: method ggml_set_inplace (line 1878) | def ggml_set_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData, nb1: ... method ggml_set_name (line 1892) | def ggml_set_name(tensor: ffi.CData, name: ffi.CData) -> ffi.CData: method ggml_set_no_alloc (line 1895) | def ggml_set_no_alloc(ctx: ffi.CData, no_alloc: bool) -> None: method ggml_set_param (line 1898) | def ggml_set_param(ctx: ffi.CData, tensor: ffi.CData) -> None: method ggml_set_scratch (line 1905) | def ggml_set_scratch(ctx: ffi.CData, scratch: ffi.CData) -> int: method ggml_set_zero (line 1908) | def ggml_set_zero(tensor: ffi.CData) -> ffi.CData: method ggml_sgn (line 1911) | def ggml_sgn(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sgn_inplace (line 1918) | def ggml_sgn_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_silu (line 1925) | def ggml_silu(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_silu_back (line 1932) | def ggml_silu_back(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.... method ggml_silu_inplace (line 1943) | def ggml_silu_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_soft_max (line 1950) | def ggml_soft_max(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_soft_max_back (line 1957) | def ggml_soft_max_back(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ... method ggml_soft_max_back_inplace (line 1965) | def ggml_soft_max_back_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CD... method ggml_soft_max_inplace (line 1975) | def ggml_soft_max_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sqr (line 1984) | def ggml_sqr(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sqr_inplace (line 1991) | def ggml_sqr_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sqrt (line 1998) | def ggml_sqrt(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sqrt_inplace (line 2005) | def ggml_sqrt_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_step (line 2012) | def ggml_step(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_step_inplace (line 2019) | def ggml_step_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sub (line 2026) | def ggml_sub(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ffi.CData: method ggml_sub_inplace (line 2034) | def ggml_sub_inplace(ctx: ffi.CData, a: ffi.CData, b: ffi.CData) -> ff... method ggml_sum (line 2042) | def ggml_sum(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_sum_rows (line 2051) | def ggml_sum_rows(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_tanh (line 2060) | def ggml_tanh(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_tanh_inplace (line 2067) | def ggml_tanh_inplace(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_tensor_overhead (line 2074) | def ggml_tensor_overhead() -> int: method ggml_time_init (line 2081) | def ggml_time_init() -> None: method ggml_time_ms (line 2084) | def ggml_time_ms() -> int: method ggml_time_us (line 2087) | def ggml_time_us() -> int: method ggml_transpose (line 2090) | def ggml_transpose(ctx: ffi.CData, a: ffi.CData) -> ffi.CData: method ggml_type_name (line 2099) | def ggml_type_name(type: int) -> ffi.CData: method ggml_type_size (line 2102) | def ggml_type_size(type: int) -> int: method ggml_type_sizef (line 2105) | def ggml_type_sizef(type: int) -> float: method ggml_unary (line 2108) | def ggml_unary(ctx: ffi.CData, a: ffi.CData, op: int) -> ffi.CData: method ggml_unary_inplace (line 2116) | def ggml_unary_inplace(ctx: ffi.CData, a: ffi.CData, op: int) -> ffi.C... method ggml_used_mem (line 2124) | def ggml_used_mem(ctx: ffi.CData) -> int: method ggml_vec_dot_q2_K_q8_K (line 2127) | def ggml_vec_dot_q2_K_q8_K(n: int, s: ffi.CData, vx: ffi.CData, vy: ff... method ggml_vec_dot_q3_K_q8_K (line 2134) | def ggml_vec_dot_q3_K_q8_K(n: int, s: ffi.CData, vx: ffi.CData, vy: ff... method ggml_vec_dot_q4_K_q8_K (line 2137) | def ggml_vec_dot_q4_K_q8_K(n: int, s: ffi.CData, vx: ffi.CData, vy: ff... method ggml_vec_dot_q5_K_q8_K (line 2140) | def ggml_vec_dot_q5_K_q8_K(n: int, s: ffi.CData, vx: ffi.CData, vy: ff... method ggml_vec_dot_q6_K_q8_K (line 2143) | def ggml_vec_dot_q6_K_q8_K(n: int, s: ffi.CData, vx: ffi.CData, vy: ff... method ggml_view_1d (line 2146) | def ggml_view_1d(ctx: ffi.CData, a: ffi.CData, ne0: int, offset: int) ... method ggml_view_2d (line 2157) | def ggml_view_2d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int, nb1... method ggml_view_3d (line 2168) | def ggml_view_3d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int, ne2... method ggml_view_4d (line 2181) | def ggml_view_4d(ctx: ffi.CData, a: ffi.CData, ne0: int, ne1: int, ne2... method ggml_view_tensor (line 2196) | def ggml_view_tensor(ctx: ffi.CData, src: ffi.CData) -> ffi.CData: method ggml_win_part (line 2199) | def ggml_win_part(ctx: ffi.CData, a: ffi.CData, w: int) -> ffi.CData: method ggml_win_unpart (line 2214) | def ggml_win_unpart(ctx: ffi.CData, a: ffi.CData, w0: int, h0: int, w:... method gguf_add_tensor (line 2227) | def gguf_add_tensor(ctx: ffi.CData, tensor: ffi.CData) -> None: method gguf_find_key (line 2234) | def gguf_find_key(ctx: ffi.CData, key: ffi.CData) -> int: method gguf_find_tensor (line 2237) | def gguf_find_tensor(ctx: ffi.CData, name: ffi.CData) -> int: method gguf_free (line 2240) | def gguf_free(ctx: ffi.CData) -> None: method gguf_get_alignment (line 2243) | def gguf_get_alignment(ctx: ffi.CData) -> int: method gguf_get_arr_data (line 2246) | def gguf_get_arr_data(ctx: ffi.CData, i: int) -> ffi.CData: method gguf_get_arr_n (line 2249) | def gguf_get_arr_n(ctx: ffi.CData, i: int) -> int: method gguf_get_arr_str (line 2252) | def gguf_get_arr_str(ctx: ffi.CData, key_id: int, i: int) -> ffi.CData: method gguf_get_arr_type (line 2255) | def gguf_get_arr_type(ctx: ffi.CData, i: int) -> int: method gguf_get_data (line 2258) | def gguf_get_data(ctx: ffi.CData) -> ffi.CData: method gguf_get_data_offset (line 2261) | def gguf_get_data_offset(ctx: ffi.CData) -> int: method gguf_get_key (line 2264) | def gguf_get_key(ctx: ffi.CData, i: int) -> ffi.CData: method gguf_get_kv_type (line 2267) | def gguf_get_kv_type(ctx: ffi.CData, i: int) -> int: method gguf_get_meta_data (line 2270) | def gguf_get_meta_data(ctx: ffi.CData, data: ffi.CData) -> None: method gguf_get_meta_size (line 2273) | def gguf_get_meta_size(ctx: ffi.CData) -> int: method gguf_get_n_kv (line 2280) | def gguf_get_n_kv(ctx: ffi.CData) -> int: method gguf_get_n_tensors (line 2283) | def gguf_get_n_tensors(ctx: ffi.CData) -> int: method gguf_get_tensor_name (line 2286) | def gguf_get_tensor_name(ctx: ffi.CData, i: int) -> ffi.CData: method gguf_get_tensor_offset (line 2289) | def gguf_get_tensor_offset(ctx: ffi.CData, i: int) -> int: method gguf_get_val_bool (line 2292) | def gguf_get_val_bool(ctx: ffi.CData, i: int) -> bool: method gguf_get_val_f32 (line 2295) | def gguf_get_val_f32(ctx: ffi.CData, i: int) -> float: method gguf_get_val_i16 (line 2298) | def gguf_get_val_i16(ctx: ffi.CData, i: int) -> int: method gguf_get_val_i32 (line 2301) | def gguf_get_val_i32(ctx: ffi.CData, i: int) -> int: method gguf_get_val_i8 (line 2304) | def gguf_get_val_i8(ctx: ffi.CData, i: int) -> int: method gguf_get_val_str (line 2307) | def gguf_get_val_str(ctx: ffi.CData, i: int) -> ffi.CData: method gguf_get_val_u16 (line 2310) | def gguf_get_val_u16(ctx: ffi.CData, i: int) -> int: method gguf_get_val_u32 (line 2313) | def gguf_get_val_u32(ctx: ffi.CData, i: int) -> int: method gguf_get_val_u8 (line 2316) | def gguf_get_val_u8(ctx: ffi.CData, i: int) -> int: method gguf_get_version (line 2323) | def gguf_get_version(ctx: ffi.CData) -> int: method gguf_init_empty (line 2326) | def gguf_init_empty() -> ffi.CData: method gguf_init_from_file (line 2329) | def gguf_init_from_file(fname: ffi.CData, params: ffi.CData) -> ffi.CD... method gguf_set_arr_data (line 2332) | def gguf_set_arr_data(ctx: ffi.CData, key: ffi.CData, type: int, data:... method gguf_set_arr_str (line 2335) | def gguf_set_arr_str(ctx: ffi.CData, key: ffi.CData, data: ffi.CData, ... method gguf_set_kv (line 2338) | def gguf_set_kv(ctx: ffi.CData, src: ffi.CData) -> None: method gguf_set_tensor_data (line 2345) | def gguf_set_tensor_data(ctx: ffi.CData, name: ffi.CData, data: ffi.CD... method gguf_set_tensor_type (line 2348) | def gguf_set_tensor_type(ctx: ffi.CData, name: ffi.CData, type: int) -... method gguf_set_val_bool (line 2351) | def gguf_set_val_bool(ctx: ffi.CData, key: ffi.CData, val: bool) -> None: method gguf_set_val_f32 (line 2354) | def gguf_set_val_f32(ctx: ffi.CData, key: ffi.CData, val: float) -> None: method gguf_set_val_i16 (line 2357) | def gguf_set_val_i16(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_set_val_i32 (line 2360) | def gguf_set_val_i32(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_set_val_i8 (line 2363) | def gguf_set_val_i8(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_set_val_str (line 2366) | def gguf_set_val_str(ctx: ffi.CData, key: ffi.CData, val: ffi.CData) -... method gguf_set_val_u16 (line 2369) | def gguf_set_val_u16(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_set_val_u32 (line 2372) | def gguf_set_val_u32(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_set_val_u8 (line 2375) | def gguf_set_val_u8(ctx: ffi.CData, key: ffi.CData, val: int) -> None: method gguf_type_name (line 2382) | def gguf_type_name(type: int) -> ffi.CData: method gguf_write_to_file (line 2385) | def gguf_write_to_file(ctx: ffi.CData, fname: ffi.CData, only_meta: bo... method quantize_row_q2_K (line 2392) | def quantize_row_q2_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q2_K_reference (line 2395) | def quantize_row_q2_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... method quantize_row_q3_K (line 2402) | def quantize_row_q3_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q3_K_reference (line 2405) | def quantize_row_q3_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... method quantize_row_q4_K (line 2408) | def quantize_row_q4_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q4_K_reference (line 2411) | def quantize_row_q4_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... method quantize_row_q5_K (line 2414) | def quantize_row_q5_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q5_K_reference (line 2417) | def quantize_row_q5_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... method quantize_row_q6_K (line 2420) | def quantize_row_q6_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q6_K_reference (line 2423) | def quantize_row_q6_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... method quantize_row_q8_K (line 2426) | def quantize_row_q8_K(x: ffi.CData, y: ffi.CData, k: int) -> None: method quantize_row_q8_K_reference (line 2429) | def quantize_row_q8_K_reference(x: ffi.CData, y: ffi.CData, k: int) ->... FILE: ggml/examples/python/ggml/ffi/__init__.pyi class CData (line 3) | class CData: class CType (line 6) | class CType: FILE: ggml/examples/python/ggml/utils.py function init (line 8) | def init(mem_size: int, mem_buffer: ffi.CData = ffi.NULL, no_alloc: bool... function copy (line 20) | def copy(from_tensor: TensorLike, to_tensor: TensorLike, allow_requantiz... function numpy (line 53) | def numpy(tensor: ffi.CData, allow_copy: Union[bool, np.ndarray] = False... function __type_name (line 96) | def __type_name(type: int) -> str: function __type_to_dtype (line 117) | def __type_to_dtype(type: int) -> Optional[np.dtype]: return __type_to_d... function __dtype_to_type (line 118) | def __dtype_to_type(dtype: np.dtype): function __describe (line 126) | def __describe(tensor: ffi.CType): return f'Tensor[{__type_name(__get_ty... function __get_type (line 127) | def __get_type(tensor: TensorLike): return __dtype_to_type(tensor.dtype)... function __get_shape (line 128) | def __get_shape(x: TensorLike): return x.shape if isinstance(x, np.ndarr... function __get_strides (line 129) | def __get_strides(x: TensorLike): return x.strides if isinstance(x, np.n... function __get_data (line 130) | def __get_data(x: TensorLike) -> ffi.CData: return ffi.from_buffer(x) if... function __get_nbytes (line 131) | def __get_nbytes(tensor: TensorLike): return tensor.nbytes if isinstance... function __get_nelements (line 132) | def __get_nelements(tensor: TensorLike): return tensor.size if isinstanc... function __is_contiguous (line 133) | def __is_contiguous(tensor: TensorLike): return tensor.flags['C_CONTIGUO... function __get_floats (line 135) | def __get_floats(tensor: TensorLike) -> ffi.CData: function __set_floats (line 152) | def __set_floats(tensor: TensorLike, f32_data: ffi.CData) -> None: function __expect_same_layout (line 167) | def __expect_same_layout(name1: str, tensor1: TensorLike, name2: str, te... function __check_shape_consistent_with_type (line 172) | def __check_shape_consistent_with_type(tensor: TensorLike): FILE: ggml/examples/python/stubs.py function format_type (line 24) | def format_type(t: TypeDecl): class PythonStubFuncDeclVisitor (line 36) | class PythonStubFuncDeclVisitor(c_ast.NodeVisitor): method __init__ (line 37) | def __init__(self): method get_source_snippet_lines (line 41) | def get_source_snippet_lines(self, coord: pycparser.plyparser.Coord) -... method visit_Enum (line 54) | def visit_Enum(self, node: Enum): method visit_Typedef (line 59) | def visit_Typedef(self, node: Typedef): method visit_FuncDecl (line 62) | def visit_FuncDecl(self, node: FuncDecl): function generate_stubs (line 111) | def generate_stubs(header: str): FILE: ggml/examples/python/test_tensor.py function ctx (line 10) | def ctx(): class TestNumPy (line 15) | class TestNumPy: method test_set_get_single_i32 (line 19) | def test_set_get_single_i32(self, ctx): method test_set_get_single_f32 (line 24) | def test_set_get_single_f32(self, ctx): method _test_copy_np_to_ggml (line 31) | def _test_copy_np_to_ggml(self, a: np.ndarray, t: ffi.CData): method test_copy_np_to_ggml_1d_i32 (line 38) | def test_copy_np_to_ggml_1d_i32(self, ctx): method test_copy_np_to_ggml_2d_i32 (line 43) | def test_copy_np_to_ggml_2d_i32(self, ctx): method test_copy_np_to_ggml_3d_i32 (line 48) | def test_copy_np_to_ggml_3d_i32(self, ctx): method test_copy_np_to_ggml_4d_i32 (line 53) | def test_copy_np_to_ggml_4d_i32(self, ctx): method test_copy_np_to_ggml_4d_n_i32 (line 58) | def test_copy_np_to_ggml_4d_n_i32(self, ctx): method test_copy_np_to_ggml_1d_f32 (line 68) | def test_copy_np_to_ggml_1d_f32(self, ctx): method test_copy_np_to_ggml_2d_f32 (line 73) | def test_copy_np_to_ggml_2d_f32(self, ctx): method test_copy_np_to_ggml_3d_f32 (line 78) | def test_copy_np_to_ggml_3d_f32(self, ctx): method test_copy_np_to_ggml_4d_f32 (line 83) | def test_copy_np_to_ggml_4d_f32(self, ctx): method test_copy_np_to_ggml_4d_n_f32 (line 88) | def test_copy_np_to_ggml_4d_n_f32(self, ctx): method test_copy_np_to_ggml_1d_f16 (line 98) | def test_copy_np_to_ggml_1d_f16(self, ctx): method test_copy_np_to_ggml_2d_f16 (line 103) | def test_copy_np_to_ggml_2d_f16(self, ctx): method test_copy_np_to_ggml_3d_f16 (line 108) | def test_copy_np_to_ggml_3d_f16(self, ctx): method test_copy_np_to_ggml_4d_f16 (line 113) | def test_copy_np_to_ggml_4d_f16(self, ctx): method test_copy_np_to_ggml_4d_n_f16 (line 118) | def test_copy_np_to_ggml_4d_n_f16(self, ctx): method test_copy_mismatching_shapes_1d (line 128) | def test_copy_mismatching_shapes_1d(self, ctx): method test_copy_mismatching_shapes_2d (line 137) | def test_copy_mismatching_shapes_2d(self, ctx): method test_copy_mismatching_shapes_3d (line 146) | def test_copy_mismatching_shapes_3d(self, ctx): method test_copy_mismatching_shapes_4d (line 155) | def test_copy_mismatching_shapes_4d(self, ctx): method test_copy_f16_to_f32 (line 164) | def test_copy_f16_to_f32(self, ctx): method test_copy_f32_to_f16 (line 170) | def test_copy_f32_to_f16(self, ctx): method test_copy_f16_to_Q5_K (line 176) | def test_copy_f16_to_Q5_K(self, ctx): method test_copy_Q5_K_to_f16 (line 183) | def test_copy_Q5_K_to_f16(self, ctx): method test_copy_i16_f32_mismatching_types (line 191) | def test_copy_i16_f32_mismatching_types(self, ctx): class TestTensorCopy (line 197) | class TestTensorCopy: method test_copy_self (line 199) | def test_copy_self(self, ctx): method test_copy_1d (line 204) | def test_copy_1d(self, ctx): class TestGraph (line 213) | class TestGraph: method test_add (line 215) | def test_add(self, ctx): class TestQuantization (line 234) | class TestQuantization: method test_quantized_add (line 236) | def test_quantized_add(self, ctx): FILE: ggml/examples/unity/fairseq2.cpp function ggml_tensor (line 16) | ggml_tensor* ggml_detach(ggml_tensor* a) { function printf_mem_usage (line 30) | void printf_mem_usage(ggml_context* ctx, std::string name) { function fairseq2_model (line 50) | fairseq2_model* fairseq2_model_alloc() { function fairseq2_kv_cache_alloc (line 57) | void fairseq2_kv_cache_alloc(fairseq2_model& model, ggml_context* kv_cac... function fairseq2_kv_cache_reset (line 81) | void fairseq2_kv_cache_reset(const fairseq2_model& model) { function has_kv_cache (line 87) | bool has_kv_cache(const fairseq2_model& model) { function ggml_tensor (line 92) | inline ggml_tensor* ggml_squeeze(ggml_context* ctx, ggml_tensor* x, int ... function ggml_tensor (line 100) | inline ggml_tensor* ggml_unsqueeze(ggml_context* ctx, ggml_tensor* x, in... function append_to_prev_kv (line 108) | void append_to_prev_kv(const fairseq2_model& model, const std::string& p... function ggml_tensor (line 155) | ggml_tensor* ggml_get_rows2(ggml_context* ctx, ggml_tensor* a, ggml_tens... function _reorder_kv_cache (line 170) | void _reorder_kv_cache(ggml_context* ctx, ggml_cgraph* gf, KeyValueTenso... function reorder_kv_cache (line 190) | void reorder_kv_cache(const fairseq2_model& model, ggml_context* ctx, gg... function model_layer_config_d (line 201) | inline double model_layer_config_d(const fairseq2_model& model, std::str... function fairseq2_model_layer_config_double (line 207) | double fairseq2_model_layer_config_double(const fairseq2_model& model, c... function fairseq2_model_layer_config_int (line 211) | std::int64_t fairseq2_model_layer_config_int(const fairseq2_model& model... function fairseq2_model_free (line 216) | void fairseq2_model_free(fairseq2_model* model) { function fairseq2_model_set_inference_ctx (line 221) | void fairseq2_model_set_inference_ctx(fairseq2_model* model, ggml_contex... function std_string_free (line 229) | void std_string_free(std::string* str) { function has_layer (line 233) | bool has_layer(fairseq2_model& model, const std::string& name) { function ggml_tensor (line 237) | ggml_tensor* mul_mat(ggml_context* ctx, ggml_tensor* a, ggml_tensor* b) { function ggml_tensor (line 251) | ggml_tensor* Linear_forward( function ggml_tensor (line 266) | ggml_tensor* LayerNorm_forward( function ggml_tensor (line 288) | ggml_tensor* StandardFeedForwardNetwork_forward( function ggml_tensor (line 305) | ggml_tensor* SiluFeedForwardNetwork_forward( function ggml_tensor (line 321) | ggml_tensor* ggml_flatten_1d(ggml_context* ctx, ggml_tensor* x, int dim) { function ggml_tensor (line 348) | ggml_tensor* ggml_unflatten_1d(ggml_context* ctx, ggml_tensor* x, int di... function ggml_tensor (line 375) | ggml_tensor* _reshape_num_head(ggml_context* ctx, ggml_tensor* x, int he... function ggml_tensor (line 385) | ggml_tensor* _reshape_num_head_values(ggml_context* ctx, ggml_tensor* v,... function ggml_tensor (line 399) | ggml_tensor* MultiheadAttention_forward( function ggml_tensor (line 502) | ggml_tensor* StandardTransformerEncoderLayer_forward( function ggml_tensor (line 554) | ggml_tensor* WaveformToFbank_forward( function ggml_tensor (line 605) | ggml_tensor* RelativePositionMHA_forward( function ggml_tensor (line 698) | ggml_tensor* ConvModule_forward( function ggml_tensor (line 733) | ggml_tensor* StandardConformerEncoderLayer_forward( function ggml_tensor (line 758) | ggml_tensor* StandardConformerEncoder_forward( function ggml_tensor (line 805) | ggml_tensor* StandardConformerEncoderAdaptorLayer_forward( function ggml_tensor (line 846) | ggml_tensor* ggml_slice( function ggml_tensor (line 873) | ggml_tensor* ggml_select( function ggml_tensor (line 900) | ggml_tensor* PositionalEmbedding_forward( function ggml_tensor (line 917) | ggml_tensor* TransformerEmbeddingFrontend_forward( function ggml_tensor (line 955) | ggml_tensor* StandardTransformerEncoder_forward( function ggml_tensor (line 979) | ggml_tensor* StandardTransformerDecoderLayer_forward( function ggml_tensor (line 1062) | ggml_tensor* causal_attention_mask(ggml_context* ctx, ggml_tensor* seqs) { function ggml_tensor (line 1069) | ggml_tensor* StandardTransformerDecoder_forward( function _determine_max_seq_len (line 1097) | int _determine_max_seq_len(const SequenceGeneratorJob& job, int source_s... function _fan_out_encoder_output (line 1128) | void _fan_out_encoder_output( function ggml_tensor (line 1149) | ggml_tensor* ggml_log_softmax(ggml_context* ctx, ggml_tensor* logits) { function ggml_tensor (line 1154) | ggml_tensor* ggml_expand_2d(ggml_context* ctx, ggml_tensor* x, int64_t n... function _bootstrap_seqs_and_scores (line 1162) | void _bootstrap_seqs_and_scores( function topk (line 1249) | int topk( function _tweak_lprobs (line 1269) | void _tweak_lprobs(const SequenceGeneratorJob& job, ggml_tensor* lprobs,... function _finalize_hypothesis (line 1310) | void _finalize_hypothesis( function ggml_context (line 1355) | ggml_context* ctx_from_buffer(std::vector& buffer) { function ggml_allocr (line 1363) | ggml_allocr* new_arena_allocr(std::vector& buffer) { function Hypothesis (line 1371) | Hypothesis* generate_sequence( function Hypothesis (line 1610) | Hypothesis* _testing_return_hypothesis_ptr(ggml_context* ctx) { type llm_symbol (line 1628) | struct llm_symbol { function utf8_len (line 1639) | static std::size_t utf8_len(char src) { type llm_bigram_spm (line 1645) | struct llm_bigram_spm { type comparator (line 1646) | struct comparator { type llm_tokenizer_spm (line 1660) | struct llm_tokenizer_spm { method llm_tokenizer_spm (line 1661) | llm_tokenizer_spm(const llama_vocab & vocab): vocab(vocab) {} method tokenize (line 1663) | void tokenize(const std::string& input_text, ggml_tensor* output) { method try_add_bigram (line 1746) | void try_add_bigram(int left, int right) { function fairseq2_spm_tokenize (line 1780) | void fairseq2_spm_tokenize(fairseq2_model* model, const char* text, ggml... function fairseq2_spm_detokenize (line 1786) | std::size_t fairseq2_spm_detokenize(fairseq2_model* model, ggml_tensor* ... function fairseq2_spm_detokenize (line 1811) | std::pair, std::vector> fairseq2_spm_det... FILE: ggml/examples/unity/fairseq2.h type llama_token (line 17) | typedef int32_t llama_token; type llama_token_type (line 19) | enum llama_token_type { type token_data (line 35) | struct token_data { type KeyValueTensor (line 79) | struct KeyValueTensor { type fairseq2_model (line 86) | struct fairseq2_model { type ggml_context (line 135) | struct ggml_context type ggml_tensor (line 136) | struct ggml_tensor type TransformerNormOrder (line 254) | enum TransformerNormOrder { type SequenceGeneratorOptions (line 263) | struct SequenceGeneratorOptions { type SequenceGeneratorJob (line 296) | struct SequenceGeneratorJob { type Hypothesis (line 307) | struct Hypothesis { FILE: ggml/examples/unity/lib/unity_lib.cpp type ggml_cgraph (line 6) | struct ggml_cgraph type ggml_tensor (line 8) | struct ggml_tensor type ggml_cgraph (line 23) | struct ggml_cgraph type ggml_tensor (line 25) | struct ggml_tensor function Hypothesis (line 34) | Hypothesis* unity_decode( function fairseq2_model (line 60) | fairseq2_model unity_init_model(const char* model_path) { function Result (line 67) | Result unity_eval_speech(fairseq2_model& model, std::vector& data... function Result (line 134) | Result unity_eval_text(fairseq2_model& model, const std::string& text, S... FILE: ggml/examples/unity/lib/unity_lib.h type Result (line 20) | struct Result { type ggml_cgraph (line 27) | struct ggml_cgraph type ggml_tensor (line 29) | struct ggml_tensor type ggml_cgraph (line 32) | struct ggml_cgraph type ggml_tensor (line 34) | struct ggml_tensor FILE: ggml/examples/unity/model_loader.cpp function open_ggml_file (line 6) | std::ifstream open_ggml_file(const char* fname) { function register_prefix (line 24) | void register_prefix(fairseq2_model &model, const std::string& name) { type ggml_init_params (line 49) | struct ggml_init_params function assert_endianness (line 87) | void assert_endianness() { function ggml_tensor (line 168) | ggml_tensor* load_tensor_value(std::ifstream &fin, ggml_context* ctx, bo... function load_fairseq2_ggml_file (line 217) | int load_fairseq2_ggml_file(fairseq2_model& model, const char* fname) { FILE: ggml/examples/unity/model_loader.h function class (line 19) | class model_loader { FILE: ggml/examples/unity/unity.cpp type unity_params (line 14) | struct unity_params { function unity_print_usage (line 34) | void unity_print_usage(int /*argc*/, char ** argv, const unity_params & ... function get_next_arg (line 50) | std::string get_next_arg(int& i, int argc, char** argv, const std::strin... function unity_params_parse (line 61) | bool unity_params_parse(int argc, char ** argv, unity_params & params) { function main (line 85) | int main(int argc, char ** argv) { FILE: ggml/ggml.py function numpy_dtype (line 26) | def numpy_dtype(ggml_type: ctypes.c_int) -> np.dtype: function from_numpy_dtype (line 42) | def from_numpy_dtype(dtype: np.dtype) -> ctypes.c_int: function shape (line 64) | def shape(tensor: Union[ggml_tensor, ggml_tensor_p]) -> Tuple[int, ...]: function nb (line 71) | def nb(tensor: Union[ggml_tensor, ggml_tensor_p]) -> Tuple[int, ...]: function ne (line 77) | def ne(tensor: Union[ggml_tensor, ggml_tensor_p]) -> Tuple[int, ...]: function strides (line 83) | def strides(tensor: Union[ggml_tensor, ggml_tensor_p]) -> Tuple[int, ...]: function to_numpy (line 92) | def to_numpy(tensor_p: ggml_tensor_p) -> np.ndarray: function _almost_contiguous (line 107) | def _almost_contiguous(tensor_p: ggml_tensor_p) -> bool: function _strided_to_numpy (line 125) | def _strided_to_numpy(tensor_p: ggml_tensor_p) -> np.ndarray: function _void_p_to_np_array (line 168) | def _void_p_to_np_array( function from_file (line 185) | def from_file( function _shape_to_ne (line 192) | def _shape_to_ne(shape: Tuple[int, ...]) -> Tuple[int, int, int, int]: function _compute_nbytes (line 203) | def _compute_nbytes( function from_numpy (line 213) | def from_numpy( function ggml_can_mul_mat (line 238) | def ggml_can_mul_mat(t0: ggml_tensor_p, t1: ggml_tensor_p) -> bool: function nodes (line 248) | def nodes(gf: ggml_cgraph) -> Dict[bytes, ggml_tensor_p]: function leafs (line 256) | def leafs(gf: ggml_cgraph) -> Dict[bytes, ggml_tensor_p]: class NativeObj (line 264) | class NativeObj: method _init_c_func (line 270) | def _init_c_func(cls, kind: str) -> Tuple[AllocFn, FreeFn]: method __init__ (line 285) | def __init__(self, kind: str, ptr: ctypes.c_void_p = NULLPTR): method free (line 291) | def free(self) -> None: method __enter__ (line 297) | def __enter__(self) -> ctypes.c_void_p: method __exit__ (line 300) | def __exit__(self, *args: Any) -> None: method __del__ (line 303) | def __del__(self) -> None: method __repr__ (line 306) | def __repr__(self) -> str: function MeasureArena (line 310) | def MeasureArena() -> NativeObj: function FixedSizeArena (line 314) | def FixedSizeArena(mem_size: int) -> NativeObj: function Fairseq2Model (line 328) | def Fairseq2Model() -> NativeObj: function CppStr (line 339) | def CppStr(content: str) -> NativeObj: function load_fairseq2_ggml_file (line 349) | def load_fairseq2_ggml_file(model_file: Path) -> NativeObj: function forward (line 384) | def forward( function build_and_compute (line 401) | def build_and_compute( function causal_attention_mask (line 420) | def causal_attention_mask( function ggml_slice (line 427) | def ggml_slice( function ggml_flatten_1d (line 438) | def ggml_flatten_1d( function ggml_unflatten_1d (line 445) | def ggml_unflatten_1d( class SequenceGeneratorOptions (line 453) | class SequenceGeneratorOptions: class SequenceGeneratorJob (line 466) | class SequenceGeneratorJob: class Hypothesis (line 477) | class Hypothesis: function generate_sequence (line 489) | def generate_sequence( function _testing_return_hypothesis_ptr (line 500) | def _testing_return_hypothesis_ptr(ctx: ggml_context_p) -> Ptr[Hypothesis]: function fairseq2_model_layer_config_int (line 505) | def fairseq2_model_layer_config_int(model: ctypes.c_void_p, name: bytes)... function _fairseq2_kv_cache_alloc (line 510) | def _fairseq2_kv_cache_alloc( function _fairseq2_kv_cache_reset (line 517) | def _fairseq2_kv_cache_reset(model: ctypes.c_void_p) -> None: function fairseq2_kv_cache_alloc (line 522) | def fairseq2_kv_cache_alloc( function fairseq2_spm_tokenize (line 543) | def fairseq2_spm_tokenize( function fairseq2_spm_detokenize (line 550) | def fairseq2_spm_detokenize( FILE: ggml/ggml_convert.py class ModelType (line 34) | class ModelType(str, Enum): class NllbLikeTokenizer (line 57) | class NllbLikeTokenizer(SentencePieceTokenizerBase): method __init__ (line 64) | def __init__( method create_encoder (line 87) | def create_encoder( class NllbLikeTokenizerLoader (line 157) | class NllbLikeTokenizerLoader(TokenizerLoaderBase[NllbLikeTokenizer]): method _load (line 161) | def _load(self, pathname: Path, card: AssetCard) -> NllbLikeTokenizer: function convert_state_dict (line 169) | def convert_state_dict( function convert_unity_model (line 200) | def convert_unity_model( function convert_nllb_model (line 236) | def convert_nllb_model( function convert_bitext_model (line 255) | def convert_bitext_model( function convert_model (line 272) | def convert_model( function find_children (line 353) | def find_children(model: torch.nn.Module, t: type, layer_filter: str = "... function fixup_model (line 370) | def fixup_model(model: torch.nn.Module, state_dict: Dict[str, torch.Tens... function read_vocab (line 405) | def read_vocab(tokenizer: Any) -> List[Tuple[str, float]]: function write_ggml_file (line 414) | def write_ggml_file( function write_ggml_header (line 432) | def write_ggml_header(out: BufferedWriter) -> None: function write_hparams (line 437) | def write_hparams(out: BufferedWriter, hparams: Dict[str, Any]) -> None: function write_vocab (line 462) | def write_vocab(out: BufferedWriter, vocab: List[Tuple[str, float]]) -> ... function write_state_dict (line 483) | def write_state_dict( function write_string (line 533) | def write_string(out: BufferedWriter, value: str) -> None: function write_tensor (line 546) | def write_tensor(out: BufferedWriter, value: torch.Tensor) -> None: function torch_to_ggml_type (line 578) | def torch_to_ggml_type(dtype: torch.dtype) -> int: function flatten_config (line 591) | def flatten_config( function read_layer_config (line 630) | def read_layer_config( function to_ctype (line 669) | def to_ctype(value: Any) -> Tuple[str, Any]: function get_cpp_type (line 700) | def get_cpp_type(value: Any) -> str: function generate_hparams_struct (line 731) | def generate_hparams_struct( FILE: ggml/include/ggml/ggml-alloc.h type ggml_backend (line 9) | struct ggml_backend type ggml_backend_buffer (line 10) | struct ggml_backend_buffer type ggml_backend_buffer_type (line 11) | struct ggml_backend_buffer_type type ggml_allocr (line 17) | struct ggml_allocr type ggml_backend_buffer (line 24) | struct ggml_backend_buffer type ggml_backend (line 25) | struct ggml_backend type ggml_backend (line 26) | struct ggml_backend type ggml_tensor (line 37) | struct ggml_tensor type ggml_cgraph (line 40) | struct ggml_cgraph type ggml_tallocr (line 51) | struct ggml_tallocr type ggml_backend_buffer (line 55) | struct ggml_backend_buffer type ggml_backend (line 56) | struct ggml_backend type ggml_backend (line 57) | struct ggml_backend type ggml_tensor (line 64) | struct ggml_tensor type ggml_gallocr (line 69) | struct ggml_gallocr type ggml_cgraph (line 75) | struct ggml_cgraph type ggml_cgraph (line 80) | struct ggml_cgraph type ggml_hash_set (line 81) | struct ggml_hash_set type ggml_context (line 87) | struct ggml_context type ggml_backend_buffer_type (line 87) | struct ggml_backend_buffer_type type ggml_context (line 88) | struct ggml_context type ggml_backend (line 88) | struct ggml_backend FILE: ggml/include/ggml/ggml-backend.h type ggml_backend_buffer_type (line 10) | struct ggml_backend_buffer_type type ggml_backend_buffer (line 11) | struct ggml_backend_buffer type ggml_backend (line 12) | struct ggml_backend type ggml_tensor (line 22) | struct ggml_tensor type ggml_tensor (line 29) | struct ggml_tensor type ggml_tensor (line 31) | struct ggml_tensor type ggml_tensor (line 46) | struct ggml_tensor type ggml_tensor (line 47) | struct ggml_tensor type ggml_tensor (line 49) | struct ggml_tensor type ggml_tensor (line 50) | struct ggml_tensor type ggml_cgraph (line 54) | struct ggml_cgraph type ggml_cgraph (line 58) | struct ggml_cgraph type ggml_tensor (line 59) | struct ggml_tensor type ggml_tensor (line 62) | struct ggml_tensor type ggml_tensor (line 62) | struct ggml_tensor type ggml_tensor (line 63) | struct ggml_tensor type ggml_tensor (line 63) | struct ggml_tensor type ggml_backend_sched (line 132) | struct ggml_backend_sched type ggml_backend_sched (line 133) | struct ggml_backend_sched type ggml_cgraph (line 141) | struct ggml_cgraph type ggml_tensor (line 146) | struct ggml_tensor type ggml_cgraph (line 151) | struct ggml_cgraph type ggml_backend_graph_copy (line 158) | struct ggml_backend_graph_copy { type ggml_cgraph (line 166) | struct ggml_cgraph type ggml_backend_graph_copy (line 167) | struct ggml_backend_graph_copy type ggml_tensor (line 169) | struct ggml_tensor type ggml_tensor (line 169) | struct ggml_tensor type ggml_cgraph (line 172) | struct ggml_cgraph type ggml_tensor (line 175) | struct ggml_tensor type ggml_tensor (line 176) | struct ggml_tensor FILE: ggml/include/ggml/ggml.h type half (line 305) | typedef half ggml_fp16_t; type __fp16 (line 307) | typedef __fp16 ggml_fp16_t; type ggml_fp16_t (line 309) | typedef uint16_t ggml_fp16_t; type ggml_object (line 319) | struct ggml_object type ggml_context (line 320) | struct ggml_context type ggml_type (line 322) | enum ggml_type { type ggml_backend_type (line 346) | enum ggml_backend_type { type ggml_ftype (line 353) | enum ggml_ftype { type ggml_op (line 371) | enum ggml_op { type ggml_unary_op (line 466) | enum ggml_unary_op { type ggml_object_type (line 482) | enum ggml_object_type { type ggml_log_level (line 488) | enum ggml_log_level { type ggml_object (line 495) | struct ggml_object { type ggml_object (line 506) | struct ggml_object type ggml_tensor (line 509) | struct ggml_tensor { type ggml_tensor (line 550) | struct ggml_tensor type ggml_cplan (line 554) | struct ggml_cplan { type ggml_cgraph_eval_order (line 565) | enum ggml_cgraph_eval_order { type ggml_hash_set (line 571) | struct ggml_hash_set { type ggml_cgraph (line 577) | struct ggml_cgraph { type ggml_scratch (line 597) | struct ggml_scratch { type ggml_init_params (line 603) | struct ggml_init_params { type ggml_task_type (line 615) | enum ggml_task_type { type ggml_compute_params (line 621) | struct ggml_compute_params { type ggml_object (line 645) | struct ggml_object type ggml_context (line 646) | struct ggml_context type ggml_tensor (line 648) | struct ggml_tensor type ggml_tensor (line 649) | struct ggml_tensor type ggml_tensor (line 650) | struct ggml_tensor type ggml_tensor (line 651) | struct ggml_tensor type ggml_tensor (line 652) | struct ggml_tensor type ggml_type (line 654) | enum ggml_type type ggml_type (line 655) | enum ggml_type type ggml_type (line 656) | enum ggml_type type ggml_type (line 658) | enum ggml_type type ggml_op (line 659) | enum ggml_op type ggml_op (line 660) | enum ggml_op type ggml_unary_op (line 662) | enum ggml_unary_op type ggml_tensor (line 663) | struct ggml_tensor type ggml_tensor (line 665) | struct ggml_tensor type ggml_type (line 667) | enum ggml_type type ggml_ftype (line 670) | enum ggml_ftype type ggml_tensor (line 672) | struct ggml_tensor type ggml_tensor (line 673) | struct ggml_tensor type ggml_tensor (line 674) | struct ggml_tensor type ggml_tensor (line 676) | struct ggml_tensor type ggml_tensor (line 676) | struct ggml_tensor type ggml_init_params (line 683) | struct ggml_init_params type ggml_context (line 684) | struct ggml_context type ggml_context (line 686) | struct ggml_context type ggml_context (line 688) | struct ggml_context type ggml_scratch (line 688) | struct ggml_scratch type ggml_context (line 689) | struct ggml_context type ggml_context (line 690) | struct ggml_context type ggml_context (line 692) | struct ggml_context type ggml_context (line 693) | struct ggml_context type ggml_context (line 694) | struct ggml_context type ggml_context (line 697) | struct ggml_context type ggml_type (line 698) | enum ggml_type type ggml_context (line 703) | struct ggml_context type ggml_type (line 704) | enum ggml_type type ggml_context (line 708) | struct ggml_context type ggml_type (line 709) | enum ggml_type type ggml_context (line 714) | struct ggml_context type ggml_type (line 715) | enum ggml_type type ggml_context (line 721) | struct ggml_context type ggml_type (line 722) | enum ggml_type type ggml_context (line 728) | struct ggml_context type ggml_context (line 729) | struct ggml_context type ggml_context (line 731) | struct ggml_context type ggml_tensor (line 731) | struct ggml_tensor type ggml_context (line 732) | struct ggml_context type ggml_tensor (line 732) | struct ggml_tensor type ggml_context (line 735) | struct ggml_context type ggml_context (line 736) | struct ggml_context type ggml_tensor (line 736) | struct ggml_tensor type ggml_context (line 737) | struct ggml_context type ggml_tensor (line 739) | struct ggml_tensor type ggml_tensor (line 740) | struct ggml_tensor type ggml_tensor (line 741) | struct ggml_tensor type ggml_tensor (line 744) | struct ggml_tensor type ggml_tensor (line 746) | struct ggml_tensor type ggml_tensor (line 747) | struct ggml_tensor type ggml_tensor (line 749) | struct ggml_tensor type ggml_tensor (line 750) | struct ggml_tensor type ggml_tensor (line 752) | struct ggml_tensor type ggml_tensor (line 753) | struct ggml_tensor type ggml_tensor (line 755) | struct ggml_tensor type ggml_tensor (line 756) | struct ggml_tensor type ggml_tensor (line 758) | struct ggml_tensor type ggml_tensor (line 759) | struct ggml_tensor type ggml_tensor (line 761) | struct ggml_tensor type ggml_tensor (line 763) | struct ggml_tensor type ggml_tensor (line 764) | struct ggml_tensor type ggml_tensor (line 766) | struct ggml_tensor type ggml_tensor (line 766) | struct ggml_tensor type ggml_context (line 773) | struct ggml_context type ggml_tensor (line 774) | struct ggml_tensor type ggml_context (line 778) | struct ggml_context type ggml_tensor (line 779) | struct ggml_tensor type ggml_context (line 782) | struct ggml_context type ggml_tensor (line 783) | struct ggml_tensor type ggml_tensor (line 784) | struct ggml_tensor type ggml_context (line 787) | struct ggml_context type ggml_tensor (line 788) | struct ggml_tensor type ggml_tensor (line 789) | struct ggml_tensor type ggml_context (line 792) | struct ggml_context type ggml_tensor (line 793) | struct ggml_tensor type ggml_tensor (line 794) | struct ggml_tensor type ggml_type (line 795) | enum ggml_type type ggml_context (line 798) | struct ggml_context type ggml_tensor (line 799) | struct ggml_tensor type ggml_tensor (line 800) | struct ggml_tensor type ggml_context (line 803) | struct ggml_context type ggml_tensor (line 804) | struct ggml_tensor type ggml_tensor (line 805) | struct ggml_tensor type ggml_context (line 811) | struct ggml_context type ggml_tensor (line 812) | struct ggml_tensor type ggml_tensor (line 813) | struct ggml_tensor type ggml_context (line 820) | struct ggml_context type ggml_tensor (line 821) | struct ggml_tensor type ggml_tensor (line 822) | struct ggml_tensor type ggml_context (line 829) | struct ggml_context type ggml_tensor (line 830) | struct ggml_tensor type ggml_tensor (line 831) | struct ggml_tensor type ggml_context (line 834) | struct ggml_context type ggml_tensor (line 835) | struct ggml_tensor type ggml_tensor (line 836) | struct ggml_tensor type ggml_context (line 839) | struct ggml_context type ggml_tensor (line 840) | struct ggml_tensor type ggml_tensor (line 841) | struct ggml_tensor type ggml_context (line 844) | struct ggml_context type ggml_tensor (line 845) | struct ggml_tensor type ggml_tensor (line 846) | struct ggml_tensor type ggml_context (line 849) | struct ggml_context type ggml_tensor (line 850) | struct ggml_tensor type ggml_tensor (line 851) | struct ggml_tensor type ggml_context (line 854) | struct ggml_context type ggml_tensor (line 855) | struct ggml_tensor type ggml_tensor (line 856) | struct ggml_tensor type ggml_context (line 859) | struct ggml_context type ggml_tensor (line 860) | struct ggml_tensor type ggml_context (line 863) | struct ggml_context type ggml_tensor (line 864) | struct ggml_tensor type ggml_context (line 867) | struct ggml_context type ggml_tensor (line 868) | struct ggml_tensor type ggml_context (line 871) | struct ggml_context type ggml_tensor (line 872) | struct ggml_tensor type ggml_context (line 875) | struct ggml_context type ggml_tensor (line 876) | struct ggml_tensor type ggml_context (line 879) | struct ggml_context type ggml_tensor (line 880) | struct ggml_tensor type ggml_context (line 884) | struct ggml_context type ggml_tensor (line 885) | struct ggml_tensor type ggml_context (line 889) | struct ggml_context type ggml_tensor (line 890) | struct ggml_tensor type ggml_context (line 894) | struct ggml_context type ggml_tensor (line 895) | struct ggml_tensor type ggml_context (line 899) | struct ggml_context type ggml_tensor (line 900) | struct ggml_tensor type ggml_context (line 905) | struct ggml_context type ggml_tensor (line 906) | struct ggml_tensor type ggml_tensor (line 907) | struct ggml_tensor type ggml_context (line 911) | struct ggml_context type ggml_tensor (line 912) | struct ggml_tensor type ggml_tensor (line 913) | struct ggml_tensor type ggml_context (line 918) | struct ggml_context type ggml_tensor (line 919) | struct ggml_tensor type ggml_tensor (line 920) | struct ggml_tensor type ggml_context (line 923) | struct ggml_context type ggml_tensor (line 924) | struct ggml_tensor type ggml_context (line 927) | struct ggml_context type ggml_tensor (line 928) | struct ggml_tensor type ggml_context (line 931) | struct ggml_context type ggml_tensor (line 932) | struct ggml_tensor type ggml_context (line 935) | struct ggml_context type ggml_tensor (line 936) | struct ggml_tensor type ggml_context (line 939) | struct ggml_context type ggml_tensor (line 940) | struct ggml_tensor type ggml_context (line 943) | struct ggml_context type ggml_tensor (line 944) | struct ggml_tensor type ggml_context (line 947) | struct ggml_context type ggml_tensor (line 948) | struct ggml_tensor type ggml_context (line 951) | struct ggml_context type ggml_tensor (line 952) | struct ggml_tensor type ggml_context (line 955) | struct ggml_context type ggml_tensor (line 956) | struct ggml_tensor type ggml_context (line 959) | struct ggml_context type ggml_tensor (line 960) | struct ggml_tensor type ggml_context (line 963) | struct ggml_context type ggml_tensor (line 964) | struct ggml_tensor type ggml_context (line 967) | struct ggml_context type ggml_tensor (line 968) | struct ggml_tensor type ggml_context (line 971) | struct ggml_context type ggml_tensor (line 972) | struct ggml_tensor type ggml_context (line 975) | struct ggml_context type ggml_tensor (line 976) | struct ggml_tensor type ggml_context (line 979) | struct ggml_context type ggml_tensor (line 980) | struct ggml_tensor type ggml_context (line 983) | struct ggml_context type ggml_tensor (line 984) | struct ggml_tensor type ggml_context (line 987) | struct ggml_context type ggml_tensor (line 988) | struct ggml_tensor type ggml_context (line 991) | struct ggml_context type ggml_tensor (line 992) | struct ggml_tensor type ggml_context (line 995) | struct ggml_context type ggml_tensor (line 996) | struct ggml_tensor type ggml_context (line 999) | struct ggml_context type ggml_tensor (line 1000) | struct ggml_tensor type ggml_context (line 1003) | struct ggml_context type ggml_tensor (line 1004) | struct ggml_tensor type ggml_context (line 1009) | struct ggml_context type ggml_tensor (line 1010) | struct ggml_tensor type ggml_tensor (line 1011) | struct ggml_tensor type ggml_context (line 1014) | struct ggml_context type ggml_tensor (line 1015) | struct ggml_tensor type ggml_context (line 1019) | struct ggml_context type ggml_tensor (line 1020) | struct ggml_tensor type ggml_context (line 1024) | struct ggml_context type ggml_tensor (line 1025) | struct ggml_tensor type ggml_context (line 1029) | struct ggml_context type ggml_tensor (line 1030) | struct ggml_tensor type ggml_tensor (line 1031) | struct ggml_tensor type ggml_tensor (line 1032) | struct ggml_tensor type ggml_tensor (line 1033) | struct ggml_tensor type ggml_tensor (line 1034) | struct ggml_tensor type ggml_context (line 1038) | struct ggml_context type ggml_tensor (line 1039) | struct ggml_tensor type ggml_context (line 1043) | struct ggml_context type ggml_tensor (line 1044) | struct ggml_tensor type ggml_context (line 1051) | struct ggml_context type ggml_tensor (line 1052) | struct ggml_tensor type ggml_context (line 1056) | struct ggml_context type ggml_tensor (line 1057) | struct ggml_tensor type ggml_context (line 1063) | struct ggml_context type ggml_tensor (line 1064) | struct ggml_tensor type ggml_tensor (line 1065) | struct ggml_tensor type ggml_context (line 1072) | struct ggml_context type ggml_tensor (line 1073) | struct ggml_tensor type ggml_tensor (line 1074) | struct ggml_tensor type ggml_context (line 1079) | struct ggml_context type ggml_tensor (line 1080) | struct ggml_tensor type ggml_tensor (line 1082) | struct ggml_tensor type ggml_tensor (line 1084) | struct ggml_tensor type ggml_context (line 1090) | struct ggml_context type ggml_tensor (line 1091) | struct ggml_tensor type ggml_tensor (line 1092) | struct ggml_tensor type ggml_context (line 1099) | struct ggml_context type ggml_tensor (line 1100) | struct ggml_tensor type ggml_tensor (line 1101) | struct ggml_tensor type ggml_context (line 1105) | struct ggml_context type ggml_tensor (line 1106) | struct ggml_tensor type ggml_tensor (line 1107) | struct ggml_tensor type ggml_context (line 1111) | struct ggml_context type ggml_tensor (line 1112) | struct ggml_tensor type ggml_tensor (line 1113) | struct ggml_tensor type ggml_context (line 1121) | struct ggml_context type ggml_tensor (line 1122) | struct ggml_tensor type ggml_tensor (line 1123) | struct ggml_tensor type ggml_context (line 1130) | struct ggml_context type ggml_tensor (line 1131) | struct ggml_tensor type ggml_tensor (line 1132) | struct ggml_tensor type ggml_context (line 1136) | struct ggml_context type ggml_tensor (line 1137) | struct ggml_tensor type ggml_tensor (line 1138) | struct ggml_tensor type ggml_context (line 1143) | struct ggml_context type ggml_tensor (line 1144) | struct ggml_tensor type ggml_tensor (line 1145) | struct ggml_tensor type ggml_context (line 1151) | struct ggml_context type ggml_tensor (line 1152) | struct ggml_tensor type ggml_tensor (line 1153) | struct ggml_tensor type ggml_context (line 1159) | struct ggml_context type ggml_tensor (line 1160) | struct ggml_tensor type ggml_tensor (line 1161) | struct ggml_tensor type ggml_context (line 1165) | struct ggml_context type ggml_tensor (line 1166) | struct ggml_tensor type ggml_tensor (line 1167) | struct ggml_tensor type ggml_context (line 1171) | struct ggml_context type ggml_tensor (line 1172) | struct ggml_tensor type ggml_context (line 1176) | struct ggml_context type ggml_tensor (line 1177) | struct ggml_tensor type ggml_context (line 1181) | struct ggml_context type ggml_tensor (line 1182) | struct ggml_tensor type ggml_context (line 1186) | struct ggml_context type ggml_tensor (line 1187) | struct ggml_tensor type ggml_context (line 1192) | struct ggml_context type ggml_tensor (line 1193) | struct ggml_tensor type ggml_context (line 1199) | struct ggml_context type ggml_tensor (line 1200) | struct ggml_tensor type ggml_context (line 1209) | struct ggml_context type ggml_tensor (line 1210) | struct ggml_tensor type ggml_tensor (line 1211) | struct ggml_tensor type ggml_context (line 1216) | struct ggml_context type ggml_tensor (line 1217) | struct ggml_tensor type ggml_context (line 1221) | struct ggml_context type ggml_tensor (line 1222) | struct ggml_tensor type ggml_context (line 1229) | struct ggml_context type ggml_tensor (line 1230) | struct ggml_tensor type ggml_context (line 1236) | struct ggml_context type ggml_tensor (line 1237) | struct ggml_tensor type ggml_context (line 1245) | struct ggml_context type ggml_tensor (line 1246) | struct ggml_tensor type ggml_context (line 1251) | struct ggml_context type ggml_tensor (line 1252) | struct ggml_tensor type ggml_context (line 1259) | struct ggml_context type ggml_tensor (line 1260) | struct ggml_tensor type ggml_context (line 1269) | struct ggml_context type ggml_tensor (line 1270) | struct ggml_tensor type ggml_context (line 1281) | struct ggml_context type ggml_tensor (line 1282) | struct ggml_tensor type ggml_context (line 1290) | struct ggml_context type ggml_tensor (line 1291) | struct ggml_tensor type ggml_context (line 1295) | struct ggml_context type ggml_tensor (line 1296) | struct ggml_tensor type ggml_tensor (line 1297) | struct ggml_tensor type ggml_context (line 1300) | struct ggml_context type ggml_tensor (line 1301) | struct ggml_tensor type ggml_tensor (line 1302) | struct ggml_tensor type ggml_tensor (line 1303) | struct ggml_tensor type ggml_context (line 1306) | struct ggml_context type ggml_tensor (line 1307) | struct ggml_tensor type ggml_context (line 1311) | struct ggml_context type ggml_tensor (line 1312) | struct ggml_tensor type ggml_context (line 1317) | struct ggml_context type ggml_tensor (line 1318) | struct ggml_tensor type ggml_context (line 1323) | struct ggml_context type ggml_tensor (line 1324) | struct ggml_tensor type ggml_context (line 1329) | struct ggml_context type ggml_tensor (line 1330) | struct ggml_tensor type ggml_context (line 1334) | struct ggml_context type ggml_tensor (line 1335) | struct ggml_tensor type ggml_context (line 1339) | struct ggml_context type ggml_tensor (line 1340) | struct ggml_tensor type ggml_context (line 1345) | struct ggml_context type ggml_tensor (line 1346) | struct ggml_tensor type ggml_tensor (line 1347) | struct ggml_tensor type ggml_context (line 1351) | struct ggml_context type ggml_tensor (line 1352) | struct ggml_tensor type ggml_tensor (line 1353) | struct ggml_tensor type ggml_context (line 1357) | struct ggml_context type ggml_tensor (line 1358) | struct ggml_tensor type ggml_tensor (line 1359) | struct ggml_tensor type ggml_context (line 1368) | struct ggml_context type ggml_tensor (line 1369) | struct ggml_tensor type ggml_tensor (line 1370) | struct ggml_tensor type ggml_context (line 1377) | struct ggml_context type ggml_tensor (line 1378) | struct ggml_tensor type ggml_tensor (line 1379) | struct ggml_tensor type ggml_context (line 1386) | struct ggml_context type ggml_tensor (line 1387) | struct ggml_tensor type ggml_tensor (line 1388) | struct ggml_tensor type ggml_context (line 1402) | struct ggml_context type ggml_tensor (line 1403) | struct ggml_tensor type ggml_tensor (line 1404) | struct ggml_tensor type ggml_context (line 1422) | struct ggml_context type ggml_tensor (line 1423) | struct ggml_tensor type ggml_tensor (line 1424) | struct ggml_tensor type ggml_context (line 1432) | struct ggml_context type ggml_tensor (line 1433) | struct ggml_tensor type ggml_tensor (line 1434) | struct ggml_tensor type ggml_context (line 1451) | struct ggml_context type ggml_tensor (line 1452) | struct ggml_tensor type ggml_context (line 1460) | struct ggml_context type ggml_tensor (line 1461) | struct ggml_tensor type ggml_context (line 1466) | struct ggml_context type ggml_tensor (line 1467) | struct ggml_tensor type ggml_tensor (line 1468) | struct ggml_tensor type ggml_context (line 1478) | struct ggml_context type ggml_tensor (line 1479) | struct ggml_tensor type ggml_tensor (line 1480) | struct ggml_tensor type ggml_context (line 1490) | struct ggml_context type ggml_tensor (line 1491) | struct ggml_tensor type ggml_tensor (line 1492) | struct ggml_tensor type ggml_context (line 1497) | struct ggml_context type ggml_tensor (line 1498) | struct ggml_tensor type ggml_tensor (line 1499) | struct ggml_tensor type ggml_context (line 1505) | struct ggml_context type ggml_tensor (line 1506) | struct ggml_tensor type ggml_tensor (line 1507) | struct ggml_tensor type ggml_context (line 1525) | struct ggml_context type ggml_tensor (line 1526) | struct ggml_tensor type ggml_tensor (line 1527) | struct ggml_tensor type ggml_context (line 1538) | struct ggml_context type ggml_tensor (line 1539) | struct ggml_tensor type ggml_tensor (line 1540) | struct ggml_tensor type ggml_context (line 1543) | struct ggml_context type ggml_tensor (line 1544) | struct ggml_tensor type ggml_tensor (line 1545) | struct ggml_tensor type ggml_op_pool (line 1548) | enum ggml_op_pool { type ggml_context (line 1555) | struct ggml_context type ggml_tensor (line 1556) | struct ggml_tensor type ggml_op_pool (line 1557) | enum ggml_op_pool type ggml_context (line 1565) | struct ggml_context type ggml_tensor (line 1566) | struct ggml_tensor type ggml_op_pool (line 1567) | enum ggml_op_pool type ggml_context (line 1578) | struct ggml_context type ggml_tensor (line 1579) | struct ggml_tensor type ggml_context (line 1584) | struct ggml_context type ggml_tensor (line 1585) | struct ggml_tensor type ggml_sort_order (line 1592) | enum ggml_sort_order { type ggml_context (line 1598) | struct ggml_context type ggml_tensor (line 1599) | struct ggml_tensor type ggml_sort_order (line 1600) | enum ggml_sort_order type ggml_context (line 1604) | struct ggml_context type ggml_tensor (line 1605) | struct ggml_tensor type ggml_context (line 1609) | struct ggml_context type ggml_tensor (line 1610) | struct ggml_tensor type ggml_tensor (line 1611) | struct ggml_tensor type ggml_tensor (line 1612) | struct ggml_tensor type ggml_context (line 1616) | struct ggml_context type ggml_tensor (line 1617) | struct ggml_tensor type ggml_tensor (line 1618) | struct ggml_tensor type ggml_tensor (line 1619) | struct ggml_tensor type ggml_tensor (line 1620) | struct ggml_tensor type ggml_context (line 1624) | struct ggml_context type ggml_tensor (line 1625) | struct ggml_tensor type ggml_tensor (line 1626) | struct ggml_tensor type ggml_tensor (line 1627) | struct ggml_tensor type ggml_tensor (line 1628) | struct ggml_tensor type ggml_tensor (line 1629) | struct ggml_tensor type ggml_context (line 1638) | struct ggml_context type ggml_tensor (line 1639) | struct ggml_tensor type ggml_context (line 1645) | struct ggml_context type ggml_tensor (line 1646) | struct ggml_tensor type ggml_context (line 1652) | struct ggml_context type ggml_tensor (line 1653) | struct ggml_tensor type ggml_unary_op (line 1654) | enum ggml_unary_op type ggml_context (line 1657) | struct ggml_context type ggml_tensor (line 1658) | struct ggml_tensor type ggml_unary_op (line 1659) | enum ggml_unary_op type ggml_context (line 1663) | struct ggml_context type ggml_tensor (line 1664) | struct ggml_tensor type ggml_context (line 1670) | struct ggml_context type ggml_tensor (line 1671) | struct ggml_tensor type ggml_tensor (line 1672) | struct ggml_tensor type ggml_tensor (line 1673) | struct ggml_tensor type ggml_context (line 1676) | struct ggml_context type ggml_tensor (line 1677) | struct ggml_tensor type ggml_tensor (line 1678) | struct ggml_tensor type ggml_tensor (line 1679) | struct ggml_tensor type ggml_tensor (line 1686) | struct ggml_tensor type ggml_tensor (line 1686) | struct ggml_tensor type ggml_tensor (line 1687) | struct ggml_tensor type ggml_tensor (line 1687) | struct ggml_tensor type ggml_tensor (line 1687) | struct ggml_tensor type ggml_tensor (line 1688) | struct ggml_tensor type ggml_tensor (line 1688) | struct ggml_tensor type ggml_tensor (line 1688) | struct ggml_tensor type ggml_tensor (line 1688) | struct ggml_tensor type ggml_tensor (line 1690) | struct ggml_tensor type ggml_context (line 1691) | struct ggml_context type ggml_tensor (line 1692) | struct ggml_tensor type ggml_tensor (line 1696) | struct ggml_tensor type ggml_context (line 1697) | struct ggml_context type ggml_tensor (line 1698) | struct ggml_tensor type ggml_tensor (line 1702) | struct ggml_tensor type ggml_context (line 1703) | struct ggml_context type ggml_tensor (line 1704) | struct ggml_tensor type ggml_tensor (line 1705) | struct ggml_tensor type ggml_tensor (line 1709) | struct ggml_tensor type ggml_context (line 1710) | struct ggml_context type ggml_tensor (line 1711) | struct ggml_tensor type ggml_tensor (line 1712) | struct ggml_tensor type ggml_tensor (line 1716) | struct ggml_tensor type ggml_context (line 1717) | struct ggml_context type ggml_tensor (line 1718) | struct ggml_tensor type ggml_tensor (line 1722) | struct ggml_tensor type ggml_context (line 1723) | struct ggml_context type ggml_tensor (line 1724) | struct ggml_tensor type ggml_tensor (line 1728) | struct ggml_tensor type ggml_context (line 1729) | struct ggml_context type ggml_tensor (line 1730) | struct ggml_tensor type ggml_tensor (line 1731) | struct ggml_tensor type ggml_tensor (line 1735) | struct ggml_tensor type ggml_context (line 1736) | struct ggml_context type ggml_tensor (line 1737) | struct ggml_tensor type ggml_tensor (line 1738) | struct ggml_tensor type ggml_tensor (line 1742) | struct ggml_tensor type ggml_context (line 1743) | struct ggml_context type ggml_tensor (line 1744) | struct ggml_tensor type ggml_tensor (line 1745) | struct ggml_tensor type ggml_tensor (line 1746) | struct ggml_tensor type ggml_tensor (line 1750) | struct ggml_tensor type ggml_context (line 1751) | struct ggml_context type ggml_tensor (line 1752) | struct ggml_tensor type ggml_tensor (line 1753) | struct ggml_tensor type ggml_tensor (line 1754) | struct ggml_tensor type ggml_tensor (line 1760) | struct ggml_tensor type ggml_tensor (line 1760) | struct ggml_tensor type ggml_tensor (line 1761) | struct ggml_tensor type ggml_tensor (line 1761) | struct ggml_tensor type ggml_tensor (line 1761) | struct ggml_tensor type ggml_tensor (line 1762) | struct ggml_tensor type ggml_tensor (line 1762) | struct ggml_tensor type ggml_tensor (line 1762) | struct ggml_tensor type ggml_tensor (line 1762) | struct ggml_tensor type ggml_context (line 1767) | struct ggml_context type ggml_tensor (line 1768) | struct ggml_tensor type ggml_context (line 1774) | struct ggml_context type ggml_tensor (line 1775) | struct ggml_tensor type ggml_context (line 1781) | struct ggml_context type ggml_tensor (line 1782) | struct ggml_tensor type ggml_tensor (line 1783) | struct ggml_tensor type ggml_context (line 1789) | struct ggml_context type ggml_tensor (line 1790) | struct ggml_tensor type ggml_tensor (line 1791) | struct ggml_tensor type ggml_context (line 1797) | struct ggml_context type ggml_tensor (line 1798) | struct ggml_tensor type ggml_tensor (line 1799) | struct ggml_tensor type ggml_tensor (line 1800) | struct ggml_tensor type ggml_context (line 1806) | struct ggml_context type ggml_tensor (line 1807) | struct ggml_tensor type ggml_tensor (line 1808) | struct ggml_tensor type ggml_tensor (line 1809) | struct ggml_tensor type ggml_context (line 1817) | struct ggml_context type ggml_tensor (line 1818) | struct ggml_tensor type ggml_tensor (line 1819) | struct ggml_tensor type ggml_context (line 1822) | struct ggml_context type ggml_tensor (line 1823) | struct ggml_tensor type ggml_tensor (line 1824) | struct ggml_tensor type ggml_tensor (line 1825) | struct ggml_tensor type ggml_context (line 1832) | struct ggml_context type ggml_tensor (line 1833) | struct ggml_tensor type ggml_cgraph (line 1836) | struct ggml_cgraph type ggml_tensor (line 1836) | struct ggml_tensor type ggml_context (line 1837) | struct ggml_context type ggml_cgraph (line 1837) | struct ggml_cgraph type ggml_cgraph (line 1837) | struct ggml_cgraph type ggml_context (line 1840) | struct ggml_context type ggml_context (line 1841) | struct ggml_context type ggml_context (line 1842) | struct ggml_context type ggml_cgraph (line 1842) | struct ggml_cgraph type ggml_cgraph (line 1843) | struct ggml_cgraph type ggml_cgraph (line 1844) | struct ggml_cgraph type ggml_cgraph (line 1844) | struct ggml_cgraph type ggml_cgraph (line 1845) | struct ggml_cgraph type ggml_cgraph (line 1846) | struct ggml_cgraph type ggml_cgraph (line 1853) | struct ggml_cgraph type ggml_cgraph (line 1854) | struct ggml_cgraph type ggml_cplan (line 1854) | struct ggml_cplan type ggml_context (line 1858) | struct ggml_context type ggml_cgraph (line 1858) | struct ggml_cgraph type ggml_cgraph (line 1860) | struct ggml_cgraph type ggml_cgraph (line 1862) | struct ggml_cgraph type ggml_context (line 1863) | struct ggml_context type ggml_context (line 1863) | struct ggml_context type ggml_cgraph (line 1866) | struct ggml_cgraph type ggml_cgraph (line 1869) | struct ggml_cgraph type ggml_cgraph (line 1869) | struct ggml_cgraph type ggml_context (line 1875) | struct ggml_context type ggml_cgraph (line 1876) | struct ggml_cgraph type ggml_cgraph (line 1877) | struct ggml_cgraph type ggml_cgraph (line 1878) | struct ggml_cgraph type ggml_tensor (line 1879) | struct ggml_tensor type ggml_opt_type (line 1886) | enum ggml_opt_type { type ggml_linesearch (line 1892) | enum ggml_linesearch { type ggml_opt_result (line 1901) | enum ggml_opt_result { type ggml_log_level (line 1917) | enum ggml_log_level type ggml_opt_params (line 1923) | struct ggml_opt_params { type ggml_opt_context (line 1984) | struct ggml_opt_context { type ggml_opt_type (line 2026) | enum ggml_opt_type type ggml_context (line 2030) | struct ggml_context type ggml_opt_params (line 2031) | struct ggml_opt_params type ggml_tensor (line 2032) | struct ggml_tensor type ggml_context (line 2036) | struct ggml_context type ggml_opt_context (line 2037) | struct ggml_opt_context type ggml_opt_params (line 2038) | struct ggml_opt_params type ggml_context (line 2043) | struct ggml_context type ggml_opt_context (line 2044) | struct ggml_opt_context type ggml_tensor (line 2045) | struct ggml_tensor type ggml_context (line 2049) | struct ggml_context type ggml_opt_context (line 2050) | struct ggml_opt_context type ggml_tensor (line 2051) | struct ggml_tensor type ggml_cgraph (line 2052) | struct ggml_cgraph type ggml_cgraph (line 2053) | struct ggml_cgraph type ggml_type (line 2074) | enum ggml_type type gguf_type (line 2080) | enum gguf_type { type gguf_context (line 2097) | struct gguf_context type gguf_init_params (line 2099) | struct gguf_init_params { type gguf_init_params (line 2107) | struct gguf_init_params type gguf_context (line 2110) | struct gguf_context type gguf_type (line 2112) | enum gguf_type type gguf_context (line 2114) | struct gguf_context type gguf_context (line 2115) | struct gguf_context type gguf_context (line 2116) | struct gguf_context type gguf_context (line 2117) | struct gguf_context type gguf_context (line 2119) | struct gguf_context type gguf_context (line 2120) | struct gguf_context type gguf_context (line 2121) | struct gguf_context type gguf_context (line 2123) | struct gguf_context type gguf_context (line 2124) | struct gguf_context type gguf_context (line 2127) | struct gguf_context type gguf_context (line 2128) | struct gguf_context type gguf_context (line 2129) | struct gguf_context type gguf_context (line 2130) | struct gguf_context type gguf_context (line 2131) | struct gguf_context type gguf_context (line 2132) | struct gguf_context type gguf_context (line 2133) | struct gguf_context type gguf_context (line 2134) | struct gguf_context type gguf_context (line 2135) | struct gguf_context type gguf_context (line 2136) | struct gguf_context type gguf_context (line 2137) | struct gguf_context type gguf_context (line 2138) | struct gguf_context type gguf_context (line 2139) | struct gguf_context type gguf_context (line 2140) | struct gguf_context type gguf_context (line 2141) | struct gguf_context type gguf_context (line 2142) | struct gguf_context type gguf_context (line 2144) | struct gguf_context type gguf_context (line 2145) | struct gguf_context type gguf_context (line 2146) | struct gguf_context type gguf_context (line 2147) | struct gguf_context type gguf_context (line 2150) | struct gguf_context type gguf_context (line 2151) | struct gguf_context type gguf_context (line 2152) | struct gguf_context type gguf_context (line 2153) | struct gguf_context type gguf_context (line 2154) | struct gguf_context type gguf_context (line 2155) | struct gguf_context type gguf_context (line 2156) | struct gguf_context type gguf_context (line 2157) | struct gguf_context type gguf_context (line 2158) | struct gguf_context type gguf_context (line 2159) | struct gguf_context type gguf_context (line 2160) | struct gguf_context type gguf_context (line 2161) | struct gguf_context type gguf_context (line 2162) | struct gguf_context type gguf_type (line 2162) | enum gguf_type type gguf_context (line 2163) | struct gguf_context type gguf_context (line 2166) | struct gguf_context type gguf_context (line 2166) | struct gguf_context type gguf_context (line 2169) | struct gguf_context type ggml_tensor (line 2169) | struct ggml_tensor type gguf_context (line 2170) | struct gguf_context type ggml_type (line 2170) | enum ggml_type type gguf_context (line 2171) | struct gguf_context type gguf_context (line 2192) | struct gguf_context type gguf_context (line 2195) | struct gguf_context type gguf_context (line 2196) | struct gguf_context type ggml_type_traits_t (line 2236) | typedef struct { type ggml_type (line 2248) | enum ggml_type FILE: ggml/mt.py class MTBuilder (line 30) | class MTBuilder(NllbBuilder): method build_embedding (line 31) | def build_embedding(self) -> StandardEmbedding: method build_model (line 41) | def build_model(self) -> TransformerModel: function create_mt_model (line 68) | def create_mt_model( function convert_mt_checkpoint (line 77) | def convert_mt_checkpoint( function load_vocab (line 105) | def load_vocab(model_dir: str, mode: Literal["src", "tgt"]): function load_mt_model (line 115) | def load_mt_model(model_dir: str): function test_mt (line 161) | def test_mt( FILE: ggml/src/ggml-alloc.c function aligned_offset (line 21) | static size_t aligned_offset(const void * buffer, size_t offset, size_t ... type free_block (line 27) | struct free_block { type ggml_tallocr (line 32) | struct ggml_tallocr { function add_allocated_tensor (line 51) | static void add_allocated_tensor(ggml_tallocr_t alloc, struct ggml_tenso... function remove_allocated_tensor (line 60) | static void remove_allocated_tensor(ggml_tallocr_t alloc, struct ggml_te... function ggml_tallocr_is_own (line 74) | static bool ggml_tallocr_is_own(ggml_tallocr_t alloc, const struct ggml_... function ggml_is_view (line 78) | static bool ggml_is_view(struct ggml_tensor * t) { function ggml_tallocr_alloc (line 82) | void ggml_tallocr_alloc(ggml_tallocr_t alloc, struct ggml_tensor * tenso... function ggml_tallocr_free_tensor (line 156) | static void ggml_tallocr_free_tensor(ggml_tallocr_t alloc, struct ggml_t... function ggml_tallocr_reset (line 223) | void ggml_tallocr_reset(ggml_tallocr_t alloc) { function ggml_tallocr_t (line 235) | ggml_tallocr_t ggml_tallocr_new(void * data, size_t size, size_t alignme... function ggml_tallocr_t (line 259) | ggml_tallocr_t ggml_tallocr_new_measure(size_t alignment) { function ggml_tallocr_t (line 266) | ggml_tallocr_t ggml_tallocr_new_measure_from_backend(struct ggml_backend... function ggml_tallocr_t (line 278) | ggml_tallocr_t ggml_tallocr_new_from_backend(struct ggml_backend * backe... function ggml_tallocr_t (line 285) | ggml_tallocr_t ggml_tallocr_new_from_buffer(struct ggml_backend_buffer *... type ggml_backend_buffer (line 307) | struct ggml_backend_buffer function ggml_tallocr_free (line 311) | void ggml_tallocr_free(ggml_tallocr_t alloc) { function ggml_tallocr_is_measure (line 322) | bool ggml_tallocr_is_measure(ggml_tallocr_t alloc) { function ggml_tallocr_max_size (line 326) | size_t ggml_tallocr_max_size(ggml_tallocr_t alloc) { type hash_node (line 332) | struct hash_node { type ggml_gallocr (line 337) | struct ggml_gallocr { function ggml_gallocr_t (line 347) | ggml_gallocr_t ggml_gallocr_new(void) { function ggml_gallocr_free (line 363) | void ggml_gallocr_free(ggml_gallocr_t galloc) { function ggml_gallocr_set_parse_seq (line 383) | void ggml_gallocr_set_parse_seq(ggml_gallocr_t galloc, const int * list,... type hash_node (line 393) | struct hash_node type ggml_tensor (line 393) | struct ggml_tensor function ggml_are_same_layout (line 398) | static bool ggml_are_same_layout(const struct ggml_tensor * a, const str... function ggml_op_can_inplace (line 413) | static bool ggml_op_can_inplace(enum ggml_op op) { function ggml_tallocr_t (line 437) | static ggml_tallocr_t node_tallocr(ggml_gallocr_t galloc, struct ggml_te... function init_view (line 445) | static void init_view(ggml_gallocr_t galloc, struct ggml_tensor * view, ... function allocate_node (line 464) | static void allocate_node(ggml_gallocr_t galloc, struct ggml_tensor * no... function free_node (line 517) | static void free_node(ggml_gallocr_t galloc, struct ggml_tensor * node) { function ggml_tallocr_alloc_graph_impl (line 523) | static void ggml_tallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ... function ggml_gallocr_alloc_graph (line 633) | size_t ggml_gallocr_alloc_graph(ggml_gallocr_t galloc, ggml_tallocr_t ta... function ggml_gallocr_alloc_graph_n (line 662) | void ggml_gallocr_alloc_graph_n(ggml_gallocr_t galloc, struct ggml_cgrap... type ggml_allocr (line 696) | struct ggml_allocr { function ggml_allocr_t (line 701) | static ggml_allocr_t ggml_allocr_new_impl(ggml_tallocr_t talloc) { function ggml_allocr_t (line 710) | ggml_allocr_t ggml_allocr_new(void * data, size_t size, size_t alignment) { function ggml_allocr_t (line 714) | ggml_allocr_t ggml_allocr_new_measure(size_t alignment) { function ggml_allocr_t (line 718) | ggml_allocr_t ggml_allocr_new_from_buffer(struct ggml_backend_buffer * b... function ggml_allocr_t (line 722) | ggml_allocr_t ggml_allocr_new_from_backend(struct ggml_backend * backend... function ggml_allocr_t (line 726) | ggml_allocr_t ggml_allocr_new_measure_from_backend(struct ggml_backend *... type ggml_backend_buffer (line 730) | struct ggml_backend_buffer function ggml_allocr_set_parse_seq (line 734) | void ggml_allocr_set_parse_seq(ggml_allocr_t alloc, const int * list, in... function ggml_allocr_free (line 738) | void ggml_allocr_free(ggml_allocr_t alloc) { function ggml_allocr_is_measure (line 744) | bool ggml_allocr_is_measure(ggml_allocr_t alloc) { function ggml_allocr_reset (line 748) | void ggml_allocr_reset(ggml_allocr_t alloc) { function ggml_allocr_alloc (line 752) | void ggml_allocr_alloc(ggml_allocr_t alloc, struct ggml_tensor * tensor) { function ggml_allocr_max_size (line 756) | size_t ggml_allocr_max_size(ggml_allocr_t alloc) { function ggml_allocr_alloc_graph (line 760) | size_t ggml_allocr_alloc_graph(ggml_allocr_t alloc, struct ggml_cgraph *... function ggml_backend_buffer_t (line 765) | ggml_backend_buffer_t ggml_backend_alloc_ctx_tensors_from_buft(struct gg... function ggml_backend_buffer_t (line 800) | ggml_backend_buffer_t ggml_backend_alloc_ctx_tensors(struct ggml_context... FILE: ggml/src/ggml-backend-impl.h type ggml_backend_buffer_type_i (line 18) | struct ggml_backend_buffer_type_i { type ggml_backend_buffer_type (line 25) | struct ggml_backend_buffer_type { type ggml_backend_buffer_i (line 33) | struct ggml_backend_buffer_i { type ggml_backend_buffer (line 45) | struct ggml_backend_buffer { type ggml_backend_buffer_i (line 54) | struct ggml_backend_buffer_i type ggml_backend_i (line 65) | struct ggml_backend_i { type ggml_backend (line 95) | struct ggml_backend { type ggml_backend_t (line 106) | typedef ggml_backend_t (*ggml_backend_init_fn)(const char * params, void... FILE: ggml/src/ggml-backend.c function ggml_backend_buffer_t (line 18) | ggml_backend_buffer_t ggml_backend_buft_alloc_buffer(ggml_backend_buffer... function ggml_backend_buft_get_alignment (line 22) | size_t ggml_backend_buft_get_alignment(ggml_backend_buffer_type_t buft) { function ggml_backend_buft_get_alloc_size (line 26) | size_t ggml_backend_buft_get_alloc_size(ggml_backend_buffer_type_t buft,... function ggml_backend_buft_supports_backend (line 34) | bool ggml_backend_buft_supports_backend(ggml_backend_buffer_type_t buft,... function ggml_backend_buffer_t (line 40) | ggml_backend_buffer_t ggml_backend_buffer_init( function ggml_backend_buffer_free (line 59) | void ggml_backend_buffer_free(ggml_backend_buffer_t buffer) { function ggml_backend_buffer_get_size (line 70) | size_t ggml_backend_buffer_get_size(ggml_backend_buffer_t buffer) { function ggml_backend_buffer_init_tensor (line 82) | void ggml_backend_buffer_init_tensor(ggml_backend_buffer_t buffer, struc... function ggml_backend_buffer_get_alignment (line 89) | size_t ggml_backend_buffer_get_alignment (ggml_backend_buffer_t buffer) { function ggml_backend_buffer_get_alloc_size (line 93) | size_t ggml_backend_buffer_get_alloc_size(ggml_backend_buffer_t buffer, ... function ggml_backend_buffer_type_t (line 97) | ggml_backend_buffer_type_t ggml_backend_buffer_type(ggml_backend_buffer_... function ggml_backend_free (line 110) | void ggml_backend_free(ggml_backend_t backend) { function ggml_backend_buffer_type_t (line 118) | ggml_backend_buffer_type_t ggml_backend_get_default_buffer_type(ggml_bac... function ggml_backend_buffer_t (line 122) | ggml_backend_buffer_t ggml_backend_alloc_buffer(ggml_backend_t backend, ... function ggml_backend_get_alignment (line 126) | size_t ggml_backend_get_alignment(ggml_backend_t backend) { function ggml_backend_tensor_set_async (line 130) | void ggml_backend_tensor_set_async(ggml_backend_t backend, struct ggml_t... function ggml_backend_tensor_get_async (line 137) | void ggml_backend_tensor_get_async(ggml_backend_t backend, const struct ... function ggml_backend_tensor_set (line 144) | void ggml_backend_tensor_set(struct ggml_tensor * tensor, const void * d... function ggml_backend_tensor_get (line 152) | void ggml_backend_tensor_get(const struct ggml_tensor * tensor, void * d... function ggml_backend_synchronize (line 160) | void ggml_backend_synchronize(ggml_backend_t backend) { function ggml_backend_graph_plan_t (line 168) | ggml_backend_graph_plan_t ggml_backend_graph_plan_create(ggml_backend_t ... function ggml_backend_graph_plan_free (line 172) | void ggml_backend_graph_plan_free(ggml_backend_t backend, ggml_backend_g... function ggml_backend_graph_plan_compute (line 176) | void ggml_backend_graph_plan_compute(ggml_backend_t backend, ggml_backen... function ggml_backend_graph_compute (line 183) | void ggml_backend_graph_compute(ggml_backend_t backend, struct ggml_cgra... function ggml_backend_supports_op (line 190) | bool ggml_backend_supports_op(ggml_backend_t backend, const struct ggml_... function ggml_are_same_layout (line 196) | static bool ggml_are_same_layout(const struct ggml_tensor * a, const str... function ggml_backend_tensor_copy (line 211) | void ggml_backend_tensor_copy(struct ggml_tensor * src, struct ggml_tens... type ggml_backend_reg (line 246) | struct ggml_backend_reg { type ggml_backend_reg (line 253) | struct ggml_backend_reg function ggml_backend_registry_init (line 258) | static void ggml_backend_registry_init(void) { function ggml_backend_register (line 282) | void ggml_backend_register(const char * name, ggml_backend_init_fn init_... function ggml_backend_reg_get_count (line 303) | size_t ggml_backend_reg_get_count(void) { function ggml_backend_reg_find_by_name (line 309) | size_t ggml_backend_reg_find_by_name(const char * name) { function ggml_backend_t (line 322) | ggml_backend_t ggml_backend_reg_init_backend_from_str(const char * backe... function ggml_backend_t (line 352) | ggml_backend_t ggml_backend_reg_init_backend(size_t i, const char * para... function ggml_backend_buffer_type_t (line 359) | ggml_backend_buffer_type_t ggml_backend_reg_get_default_buffer_type(size... function ggml_backend_buffer_t (line 366) | ggml_backend_buffer_t ggml_backend_reg_alloc_buffer(size_t i, size_t siz... function ggml_backend_cpu_buffer_free_buffer (line 379) | static void ggml_backend_cpu_buffer_free_buffer(ggml_backend_buffer_t bu... function ggml_backend_cpu_buffer_set_tensor (line 384) | static void ggml_backend_cpu_buffer_set_tensor(ggml_backend_buffer_t buf... function ggml_backend_cpu_buffer_get_tensor (line 393) | static void ggml_backend_cpu_buffer_get_tensor(ggml_backend_buffer_t buf... function ggml_backend_cpu_buffer_cpy_tensor_from (line 402) | static void ggml_backend_cpu_buffer_cpy_tensor_from(ggml_backend_buffer_... function ggml_backend_cpu_buffer_cpy_tensor_to (line 408) | static void ggml_backend_cpu_buffer_cpy_tensor_to(ggml_backend_buffer_t ... type ggml_backend_buffer_i (line 414) | struct ggml_backend_buffer_i type ggml_backend_buffer_i (line 425) | struct ggml_backend_buffer_i function ggml_backend_buffer_t (line 437) | static ggml_backend_buffer_t ggml_backend_cpu_buffer_type_alloc_buffer(g... function ggml_backend_cpu_buffer_type_get_alignment (line 446) | static size_t ggml_backend_cpu_buffer_type_get_alignment(ggml_backend_bu... function ggml_backend_cpu_buffer_type_supports_backend (line 452) | static bool ggml_backend_cpu_buffer_type_supports_backend(ggml_backend_b... function ggml_backend_buffer_type_t (line 458) | ggml_backend_buffer_type_t ggml_backend_cpu_buffer_type(void) { type ggml_backend_cpu_context (line 472) | struct ggml_backend_cpu_context { function ggml_backend_cpu_free (line 484) | static void ggml_backend_cpu_free(ggml_backend_t backend) { function ggml_backend_buffer_type_t (line 491) | static ggml_backend_buffer_type_t ggml_backend_cpu_get_default_buffer_ty... type ggml_backend_plan_cpu (line 497) | struct ggml_backend_plan_cpu { function ggml_backend_graph_plan_t (line 502) | static ggml_backend_graph_plan_t ggml_backend_cpu_graph_plan_create(ggml... function ggml_backend_cpu_graph_plan_free (line 517) | static void ggml_backend_cpu_graph_plan_free(ggml_backend_t backend, ggm... function ggml_backend_cpu_graph_plan_compute (line 526) | static void ggml_backend_cpu_graph_plan_compute(ggml_backend_t backend, ... function ggml_backend_cpu_graph_compute (line 534) | static void ggml_backend_cpu_graph_compute(ggml_backend_t backend, struc... function ggml_backend_cpu_supports_op (line 550) | static bool ggml_backend_cpu_supports_op(ggml_backend_t backend, const s... type ggml_backend_i (line 557) | struct ggml_backend_i function ggml_backend_t (line 573) | ggml_backend_t ggml_backend_cpu_init(void) { function ggml_backend_is_cpu (line 589) | bool ggml_backend_is_cpu(ggml_backend_t backend) { function ggml_backend_cpu_set_n_threads (line 593) | void ggml_backend_cpu_set_n_threads(ggml_backend_t backend_cpu, int n_th... function ggml_backend_buffer_t (line 600) | ggml_backend_buffer_t ggml_backend_cpu_buffer_from_ptr(void * ptr, size_... function ggml_backend_t (line 604) | static ggml_backend_t ggml_backend_reg_cpu_init(const char * params, voi... type ggml_backend_sched_split (line 618) | struct ggml_backend_sched_split { type ggml_backend_sched (line 627) | struct ggml_backend_sched { function ggml_is_view_op (line 656) | static bool ggml_is_view_op(enum ggml_op op) { function sched_backend_prio (line 661) | static int sched_backend_prio(ggml_backend_sched_t sched, ggml_backend_t... function sched_allocr_prio (line 670) | static int sched_allocr_prio(ggml_backend_sched_t sched, ggml_tallocr_t ... function ggml_backend_t (line 679) | static ggml_backend_t get_buffer_backend(ggml_backend_sched_t sched, ggm... function ggml_backend_t (line 692) | static ggml_backend_t get_allocr_backend(ggml_backend_sched_t sched, ggm... function ggml_backend_t (line 715) | static ggml_backend_t sched_backend_from_cur(ggml_backend_sched_t sched,... function sched_print_assignments (line 766) | static void sched_print_assignments(ggml_backend_sched_t sched, struct g... type ggml_tensor (line 803) | struct ggml_tensor type ggml_context (line 803) | struct ggml_context type ggml_tensor (line 803) | struct ggml_tensor type ggml_tensor (line 804) | struct ggml_tensor function sched_split_graph (line 813) | static void sched_split_graph(ggml_backend_sched_t sched, struct ggml_cg... function sched_alloc_splits (line 1025) | static void sched_alloc_splits(ggml_backend_sched_t sched) { function sched_compute_splits (line 1033) | static void sched_compute_splits(ggml_backend_sched_t sched) { function sched_reset (line 1093) | static void sched_reset(ggml_backend_sched_t sched) { function ggml_backend_sched_t (line 1099) | ggml_backend_sched_t ggml_backend_sched_new(ggml_backend_t * backends, i... function ggml_backend_sched_free (line 1120) | void ggml_backend_sched_free(ggml_backend_sched_t sched) { function ggml_backend_sched_init_measure (line 1134) | void ggml_backend_sched_init_measure(ggml_backend_sched_t sched, struct ... function ggml_backend_sched_graph_compute (line 1155) | void ggml_backend_sched_graph_compute(ggml_backend_sched_t sched, struct... function ggml_tallocr_t (line 1164) | ggml_tallocr_t ggml_backend_sched_get_tallocr(ggml_backend_sched_t sched... function ggml_backend_buffer_t (line 1169) | ggml_backend_buffer_t ggml_backend_sched_get_buffer(ggml_backend_sched_t... function ggml_backend_sched_set_node_backend (line 1174) | void ggml_backend_sched_set_node_backend(ggml_backend_sched_t sched, str... function ggml_backend_view_init (line 1181) | void ggml_backend_view_init(ggml_backend_buffer_t buffer, struct ggml_te... function ggml_backend_tensor_alloc (line 1194) | void ggml_backend_tensor_alloc(ggml_backend_buffer_t buffer, struct ggml... type ggml_tensor (line 1207) | struct ggml_tensor type ggml_hash_set (line 1207) | struct ggml_hash_set type ggml_tensor (line 1207) | struct ggml_tensor type ggml_context (line 1208) | struct ggml_context type ggml_context (line 1208) | struct ggml_context type ggml_tensor (line 1208) | struct ggml_tensor type ggml_tensor (line 1218) | struct ggml_tensor type ggml_tensor (line 1229) | struct ggml_tensor function graph_init_tensor (line 1240) | static void graph_init_tensor(struct ggml_hash_set hash_set, struct ggml... function ggml_backend_graph_copy (line 1265) | struct ggml_backend_graph_copy ggml_backend_graph_copy(ggml_backend_t ba... function ggml_backend_graph_copy_free (line 1320) | void ggml_backend_graph_copy_free(struct ggml_backend_graph_copy copy) { function ggml_backend_compare_graph_backend (line 1326) | void ggml_backend_compare_graph_backend(ggml_backend_t backend1, ggml_ba... FILE: ggml/src/ggml-cuda.h type ggml_tensor (line 23) | struct ggml_tensor type ggml_tensor (line 23) | struct ggml_tensor type ggml_tensor (line 23) | struct ggml_tensor type ggml_tensor (line 25) | struct ggml_tensor type ggml_tensor (line 26) | struct ggml_tensor type ggml_tensor (line 28) | struct ggml_tensor type ggml_tensor (line 29) | struct ggml_tensor type ggml_tensor (line 30) | struct ggml_tensor type ggml_tensor (line 32) | struct ggml_tensor type ggml_tensor (line 33) | struct ggml_tensor type ggml_compute_params (line 39) | struct ggml_compute_params type ggml_tensor (line 39) | struct ggml_tensor FILE: ggml/src/ggml-impl.h function ggml_compute_fp16_to_fp32 (line 103) | static inline float ggml_compute_fp16_to_fp32(ggml_fp16_t h) { function ggml_fp16_t (line 116) | static inline ggml_fp16_t ggml_compute_fp32_to_fp16(float f) { function fp32_from_bits (line 133) | static inline float fp32_from_bits(uint32_t w) { function fp32_to_bits (line 142) | static inline uint32_t fp32_to_bits(float f) { function ggml_compute_fp16_to_fp32 (line 151) | static inline float ggml_compute_fp16_to_fp32(ggml_fp16_t h) { function ggml_fp16_t (line 174) | static inline ggml_fp16_t ggml_compute_fp32_to_fp16(float f) { function ggml_lookup_fp16_to_fp32 (line 216) | inline static float ggml_lookup_fp16_to_fp32(ggml_fp16_t f) { type ggml_hash_set (line 230) | struct ggml_hash_set type ggml_tensor (line 230) | struct ggml_tensor type ggml_hash_set (line 233) | struct ggml_hash_set type ggml_tensor (line 233) | struct ggml_tensor type ggml_hash_set (line 236) | struct ggml_hash_set type ggml_tensor (line 236) | struct ggml_tensor type ggml_hash_set (line 239) | struct ggml_hash_set type ggml_tensor (line 239) | struct ggml_tensor FILE: ggml/src/ggml-metal.h type ggml_tensor (line 29) | struct ggml_tensor type ggml_cgraph (line 30) | struct ggml_cgraph type ggml_metal_context (line 36) | struct ggml_metal_context type ggml_metal_context (line 39) | struct ggml_metal_context type ggml_metal_context (line 40) | struct ggml_metal_context type ggml_metal_context (line 46) | struct ggml_metal_context type ggml_metal_context (line 56) | struct ggml_metal_context type ggml_metal_context (line 63) | struct ggml_metal_context type ggml_tensor (line 63) | struct ggml_tensor type ggml_metal_context (line 66) | struct ggml_metal_context type ggml_tensor (line 66) | struct ggml_tensor type ggml_metal_context (line 70) | struct ggml_metal_context type ggml_cgraph (line 70) | struct ggml_cgraph type ggml_metal_context (line 73) | struct ggml_metal_context type ggml_metal_context (line 76) | struct ggml_metal_context type ggml_metal_context (line 80) | struct ggml_metal_context type ggml_cgraph (line 80) | struct ggml_cgraph FILE: ggml/src/ggml-opencl.cpp type block_q4_1 (line 46) | struct __attribute__ ((packed)) block_q4_1 type block_q5_0 (line 53) | struct __attribute__ ((packed)) block_q5_0 type block_q5_1 (line 60) | struct __attribute__ ((packed)) block_q5_1 type block_q8_0 (line 68) | struct __attribute__ ((packed)) block_q8_0 type block_q2_K (line 74) | struct __attribute__((packed)) block_q2_K type block_q3_K (line 82) | struct __attribute__((packed)) block_q3_K type block_q4_K (line 90) | struct __attribute__((packed)) block_q4_K type block_q5_K (line 98) | struct __attribute__((packed)) block_q5_K type block_q6_K (line 107) | struct __attribute__((packed)) block_q6_K function __kernel (line 115) | __kernel void convert_fp16_to_fp32(__global half* x, __global float* y) { function dequantize_q4_0 (line 121) | void dequantize_q4_0(__global const struct block_q4_0* x, const int ib, ... function dequantize_q4_1 (line 132) | void dequantize_q4_1(__global const struct block_q4_1* x, const int ib, ... function dequantize_q5_0 (line 144) | void dequantize_q5_0(__global const struct block_q5_0* x, const int ib, ... function dequantize_q5_1 (line 158) | void dequantize_q5_1(__global const struct block_q5_1* x, const int ib, ... function dequantize_q8_0 (line 173) | void dequantize_q8_0(__global const struct block_q8_0* x, const int ib, ... function convert_f16 (line 182) | void convert_f16(__global half* x, const int ib, const int iqs, float* v... function __kernel (line 252) | __kernel void dequantize_block_q4_K(__global const struct block_q4_K *x,... function __kernel (line 282) | __kernel void dequantize_block_q5_K(__global const struct block_q5_K *x,... function __kernel (line 314) | __kernel void dequantize_block_q6_K(__global const struct block_q6_K *x,... function __kernel (line 336) | __kernel void dequantize_mul_mat_vec_q2_K(__global const struct block_q2... function __kernel (line 409) | __kernel void dequantize_mul_mat_vec_q3_K(__global const struct block_q3... function __kernel (line 483) | __kernel void dequantize_mul_mat_vec_q4_K(__global const struct block_q4... function __kernel (line 557) | __kernel void dequantize_mul_mat_vec_q5_K(__global const struct block_q5... function __kernel (line 639) | __kernel void dequantize_mul_mat_vec_q6_K(__global const struct block_q6... function generate_kernels (line 859) | std::string generate_kernels() { function cl_program (line 897) | static cl_program build_program_from_source(cl_context ctx, cl_device_id... function ggml_cl_init (line 931) | void ggml_cl_init(void) { function cl_kernel (line 1148) | static cl_kernel* ggml_get_to_fp32_cl(ggml_type type) { function ggml_cl_global_denom (line 1177) | static size_t ggml_cl_global_denom(ggml_type type) { function ggml_cl_local_size (line 1199) | static size_t ggml_cl_local_size(ggml_type type) { function cl_kernel (line 1221) | static cl_kernel* ggml_get_dequantize_mul_mat_vec_cl(ggml_type type) { type scoped_spin_lock (line 1253) | struct scoped_spin_lock { method scoped_spin_lock (line 1255) | scoped_spin_lock(std::atomic_flag& lock) : lock(lock) { method scoped_spin_lock (line 1263) | scoped_spin_lock(const scoped_spin_lock&) = delete; method scoped_spin_lock (line 1264) | scoped_spin_lock& operator=(const scoped_spin_lock&) = delete; type cl_buffer (line 1267) | struct cl_buffer { function cl_mem (line 1275) | static cl_mem ggml_cl_pool_malloc(size_t size, size_t * actual_size) { function ggml_cl_pool_free (line 1317) | static void ggml_cl_pool_free(cl_mem mem, size_t size) { function ggml_cl_free_data (line 1332) | void ggml_cl_free_data(const struct ggml_tensor* tensor) { function cl_int (line 1341) | static cl_int ggml_cl_h2d_tensor_2d(cl_command_queue queue, cl_mem dst, ... function ggml_cl_mul_f32 (line 1378) | static void ggml_cl_mul_f32(const ggml_tensor * src0, const ggml_tensor ... function ggml_cl_mul (line 1466) | void ggml_cl_mul(const struct ggml_tensor * src0, const struct ggml_tens... function ggml_cl_mul_mat_f32 (line 1471) | static void ggml_cl_mul_mat_f32(const ggml_tensor * src0, const ggml_ten... function ggml_cl_mul_mat_f16 (line 1540) | static void ggml_cl_mul_mat_f16(const ggml_tensor * src0, const ggml_ten... function ggml_cl_mul_mat_q_f32 (line 1647) | static void ggml_cl_mul_mat_q_f32(const ggml_tensor * src0, const ggml_t... function ggml_cl_can_mul_mat (line 1774) | bool ggml_cl_can_mul_mat(const struct ggml_tensor * src0, const struct g... function ggml_cl_mul_mat_use_f16 (line 1791) | bool ggml_cl_mul_mat_use_f16(const struct ggml_tensor * src0, const stru... function ggml_cl_mul_mat (line 1811) | void ggml_cl_mul_mat(const struct ggml_tensor * src0, const struct ggml_... function ggml_cl_mul_mat_get_wsize (line 1833) | size_t ggml_cl_mul_mat_get_wsize(const struct ggml_tensor * src0, const ... function ggml_cl_transform_tensor (line 1840) | void ggml_cl_transform_tensor(void * data, ggml_tensor * tensor) { FILE: ggml/src/ggml-opencl.h type ggml_tensor (line 11) | struct ggml_tensor type ggml_tensor (line 11) | struct ggml_tensor type ggml_tensor (line 11) | struct ggml_tensor type ggml_tensor (line 12) | struct ggml_tensor type ggml_tensor (line 12) | struct ggml_tensor type ggml_tensor (line 12) | struct ggml_tensor type ggml_tensor (line 13) | struct ggml_tensor type ggml_tensor (line 13) | struct ggml_tensor type ggml_tensor (line 13) | struct ggml_tensor type ggml_tensor (line 14) | struct ggml_tensor type ggml_tensor (line 14) | struct ggml_tensor type ggml_tensor (line 14) | struct ggml_tensor type ggml_tensor (line 19) | struct ggml_tensor type ggml_tensor (line 21) | struct ggml_tensor FILE: ggml/src/ggml-quants.c function __m128i (line 54) | static inline __m128i mul_sum_i8_pairs(const __m128i x, const __m128i y) { function hsum_float_8 (line 67) | static inline float hsum_float_8(const __m256 x) { function hsum_i32_8 (line 76) | static inline int hsum_i32_8(const __m256i a) { function hsum_i32_4 (line 85) | static inline int hsum_i32_4(const __m128i a) { function __m256i (line 94) | static inline __m256i bytes_from_bits_32(const uint8_t * x) { function __m256i (line 108) | static inline __m256i bytes_from_nibbles_32(const uint8_t * rsi) function __m256 (line 117) | static inline __m256 sum_i16_pairs_float(const __m256i x) { function __m256 (line 123) | static inline __m256 mul_sum_us8_pairs_float(const __m256i ax, const __m... function __m256 (line 136) | static inline __m256 mul_sum_i8_pairs_float(const __m256i x, const __m25... function __m128i (line 150) | static inline __m128i packNibbles( __m256i bytes ) function __m256i (line 172) | static inline __m256i bytes_from_bits_32(const uint8_t * x) { function __m256i (line 189) | static inline __m256i bytes_from_nibbles_32(const uint8_t * rsi) function __m256 (line 201) | static inline __m256 sum_i16_pairs_float(const __m128i xh, const __m128i... function __m256 (line 209) | static inline __m256 mul_sum_us8_pairs_float(const __m256i ax, const __m... function __m256 (line 221) | static inline __m256 mul_sum_i8_pairs_float(const __m256i x, const __m25... function __m128i (line 238) | static inline __m128i packNibbles( __m128i bytes1, __m128i bytes2 ) function hsum_float_4x4 (line 256) | static inline float hsum_float_4x4(const __m128 a, const __m128 b, const... function vaddvq_s16 (line 280) | inline static int32_t vaddvq_s16(int16x8_t v) { function int16x8_t (line 288) | inline static int16x8_t vpaddq_s16(int16x8_t a, int16x8_t b) { function vaddvq_s32 (line 294) | inline static int32_t vaddvq_s32(int32x4_t v) { function vaddvq_f32 (line 298) | inline static float vaddvq_f32(float32x4_t v) { function vmaxvq_f32 (line 302) | inline static float vmaxvq_f32(float32x4_t v) { function int32x4_t (line 308) | inline static int32x4_t vcvtnq_s32_f32(float32x4_t v) { type ggml_int16x8x2_t (line 326) | typedef struct ggml_int16x8x2_t { function ggml_int16x8x2_t (line 330) | inline static ggml_int16x8x2_t ggml_vld1q_s16_x2(const int16_t * ptr) { type ggml_uint8x16x2_t (line 339) | typedef struct ggml_uint8x16x2_t { function ggml_uint8x16x2_t (line 343) | inline static ggml_uint8x16x2_t ggml_vld1q_u8_x2(const uint8_t * ptr) { type ggml_uint8x16x4_t (line 352) | typedef struct ggml_uint8x16x4_t { function ggml_uint8x16x4_t (line 356) | inline static ggml_uint8x16x4_t ggml_vld1q_u8_x4(const uint8_t * ptr) { type ggml_int8x16x2_t (line 367) | typedef struct ggml_int8x16x2_t { function ggml_int8x16x2_t (line 371) | inline static ggml_int8x16x2_t ggml_vld1q_s8_x2(const int8_t * ptr) { type ggml_int8x16x4_t (line 380) | typedef struct ggml_int8x16x4_t { function ggml_int8x16x4_t (line 384) | inline static ggml_int8x16x4_t ggml_vld1q_s8_x4(const int8_t * ptr) { function quantize_row_q4_0_reference (line 428) | void quantize_row_q4_0_reference(const float * restrict x, block_q4_0 * ... function quantize_row_q4_0 (line 465) | void quantize_row_q4_0(const float * restrict x, void * restrict y, int ... function quantize_row_q4_1_reference (line 469) | void quantize_row_q4_1_reference(const float * restrict x, block_q4_1 * ... function quantize_row_q4_1 (line 506) | void quantize_row_q4_1(const float * restrict x, void * restrict y, int ... function quantize_row_q5_0_reference (line 510) | void quantize_row_q5_0_reference(const float * restrict x, block_q5_0 * ... function quantize_row_q5_0 (line 554) | void quantize_row_q5_0(const float * restrict x, void * restrict y, int ... function quantize_row_q5_1_reference (line 558) | void quantize_row_q5_1_reference(const float * restrict x, block_q5_1 * ... function quantize_row_q5_1 (line 602) | void quantize_row_q5_1(const float * restrict x, void * restrict y, int ... function quantize_row_q8_0_reference (line 607) | void quantize_row_q8_0_reference(const float * restrict x, block_q8_0 * ... function quantize_row_q8_0 (line 632) | void quantize_row_q8_0(const float * restrict x, void * restrict vy, int... function quantize_row_q8_1_reference (line 821) | void quantize_row_q8_1_reference(const float * restrict x, block_q8_1 * ... function quantize_row_q8_1 (line 856) | void quantize_row_q8_1(const float * restrict x, void * restrict vy, int... function dequantize_row_q4_0 (line 1074) | void dequantize_row_q4_0(const block_q4_0 * restrict x, float * restrict... function dequantize_row_q4_1 (line 1094) | void dequantize_row_q4_1(const block_q4_1 * restrict x, float * restrict... function dequantize_row_q5_0 (line 1115) | void dequantize_row_q5_0(const block_q5_0 * restrict x, float * restrict... function dequantize_row_q5_1 (line 1141) | void dequantize_row_q5_1(const block_q5_1 * restrict x, float * restrict... function dequantize_row_q8_0 (line 1168) | void dequantize_row_q8_0(const block_q8_0 * restrict x, float * restrict... function nearest_int (line 1191) | static inline int nearest_int(float fval) { function make_qx_quants (line 1198) | static float make_qx_quants(int n, int nmax, const float * restrict x, i... function make_q3_quants (line 1262) | static float make_q3_quants(int n, int nmax, const float * restrict x, i... function make_qkx1_quants (line 1321) | static float make_qkx1_quants(int n, int nmax, const float * restrict x,... function get_scale_min_k4 (line 1446) | static inline void get_scale_min_k4(int j, const uint8_t * restrict q, u... function quantize_row_q2_K_reference (line 1458) | void quantize_row_q2_K_reference(const float * restrict x, block_q2_K * ... function dequantize_row_q2_K (line 1535) | void dequantize_row_q2_K(const block_q2_K * restrict x, float * restrict... function quantize_row_q2_K (line 1581) | void quantize_row_q2_K(const float * restrict x, void * restrict vy, int... function ggml_quantize_q2_K (line 1585) | size_t ggml_quantize_q2_K(const float * restrict src, void * restrict ds... function quantize_row_q3_K_reference (line 1597) | void quantize_row_q3_K_reference(const float * restrict x, block_q3_K * ... function dequantize_row_q3_K (line 1711) | void dequantize_row_q3_K(const block_q3_K * restrict x, float * restrict... function dequantize_row_q3_K (line 1761) | void dequantize_row_q3_K(const block_q3_K * restrict x, float * restrict... function quantize_row_q3_K (line 1794) | void quantize_row_q3_K(const float * restrict x, void * restrict vy, int... function ggml_quantize_q3_K (line 1798) | size_t ggml_quantize_q3_K(const float * restrict src, void * restrict ds... function quantize_row_q4_K_reference (line 1810) | void quantize_row_q4_K_reference(const float * restrict x, block_q4_K * ... function dequantize_row_q4_K (line 1917) | void dequantize_row_q4_K(const block_q4_K * restrict x, float * restrict... function quantize_row_q4_K (line 1956) | void quantize_row_q4_K(const float * restrict x, void * restrict vy, int... function ggml_quantize_q4_K (line 1962) | size_t ggml_quantize_q4_K(const float * restrict src, void * restrict ds... function quantize_row_q5_K_reference (line 1975) | void quantize_row_q5_K_reference(const float * restrict x, block_q5_K * ... function dequantize_row_q5_K (line 2117) | void dequantize_row_q5_K(const block_q5_K * restrict x, float * restrict... function quantize_row_q5_K (line 2162) | void quantize_row_q5_K(const float * restrict x, void * restrict vy, int... function ggml_quantize_q5_K (line 2168) | size_t ggml_quantize_q5_K(const float * restrict src, void * restrict ds... function quantize_row_q6_K_reference (line 2181) | void quantize_row_q6_K_reference(const float * restrict x, block_q6_K * ... function dequantize_row_q6_K (line 2263) | void dequantize_row_q6_K(const block_q6_K * restrict x, float * restrict... function quantize_row_q6_K (line 2310) | void quantize_row_q6_K(const float * restrict x, void * restrict vy, int... function ggml_quantize_q6_K (line 2316) | size_t ggml_quantize_q6_K(const float * src, void * dst, int n, int k, i... function quantize_row_q8_K_reference (line 2329) | void quantize_row_q8_K_reference(const float * restrict x, block_q8_K * ... function dequantize_row_q8_K (line 2366) | void dequantize_row_q8_K(const block_q8_K * restrict x, float * restrict... function quantize_row_q8_K (line 2377) | void quantize_row_q8_K(const float * restrict x, void * restrict y, int ... function __m256i (line 2389) | static inline __m256i get_scale_shuffle_q3k(int i) { function __m256i (line 2398) | static inline __m256i get_scale_shuffle_k4(int i) { function __m128i (line 2411) | static inline __m128i get_scale_shuffle(int i) { function ggml_vec_dot_q4_0_q8_0 (line 2426) | void ggml_vec_dot_q4_0_q8_0(int n, float * restrict s, const void * rest... function ggml_vec_dot_q4_1_q8_1 (line 2736) | void ggml_vec_dot_q4_1_q8_1(const int n, float * restrict s, const void ... function ggml_vec_dot_q5_0_q8_0 (line 2896) | void ggml_vec_dot_q5_0_q8_0(const int n, float * restrict s, const void ... function ggml_vec_dot_q5_1_q8_1 (line 3202) | void ggml_vec_dot_q5_1_q8_1(const int n, float * restrict s, const void ... function ggml_vec_dot_q8_0_q8_0 (line 3521) | void ggml_vec_dot_q8_0_q8_0(const int n, float * restrict s, const void ... function ggml_vec_dot_q2_K_q8_K (line 3645) | void ggml_vec_dot_q2_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q2_K_q8_K (line 4038) | void ggml_vec_dot_q2_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q3_K_q8_K (line 4314) | void ggml_vec_dot_q3_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q3_K_q8_K (line 4858) | void ggml_vec_dot_q3_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q4_K_q8_K (line 5216) | void ggml_vec_dot_q4_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q4_K_q8_K (line 5597) | void ggml_vec_dot_q4_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q5_K_q8_K (line 5864) | void ggml_vec_dot_q5_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q5_K_q8_K (line 6305) | void ggml_vec_dot_q5_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q6_K_q8_K (line 6594) | void ggml_vec_dot_q6_K_q8_K(const int n, float * restrict s, const void ... function ggml_vec_dot_q6_K_q8_K (line 7070) | void ggml_vec_dot_q6_K_q8_K(const int n, float * restrict s, const void ... FILE: ggml/src/ggml-quants.h type block_q4_0 (line 11) | typedef struct { type block_q4_1 (line 18) | typedef struct { type block_q5_0 (line 26) | typedef struct { type block_q5_1 (line 34) | typedef struct { type block_q8_0 (line 43) | typedef struct { type block_q8_1 (line 50) | typedef struct { type block_q2_K (line 74) | typedef struct { type block_q3_K (line 87) | typedef struct { type block_q3_K (line 95) | typedef struct { type block_q4_K (line 109) | typedef struct { type block_q4_K (line 116) | typedef struct { type block_q5_K (line 130) | typedef struct { type block_q5_K (line 138) | typedef struct { type block_q6_K (line 152) | typedef struct { type block_q8_K (line 161) | typedef struct { FILE: ggml/src/ggml.c type LONG (line 45) | typedef volatile LONG atomic_int; type atomic_int (line 46) | typedef atomic_int atomic_bool; function atomic_store (line 48) | static void atomic_store(atomic_int * ptr, LONG val) { function LONG (line 51) | static LONG atomic_load(atomic_int * ptr) { function LONG (line 54) | static LONG atomic_fetch_add(atomic_int * ptr, LONG inc) { function LONG (line 57) | static LONG atomic_fetch_sub(atomic_int * ptr, LONG dec) { type HANDLE (line 61) | typedef HANDLE pthread_t; type DWORD (line 63) | typedef DWORD thread_ret_t; function pthread_create (line 64) | static int pthread_create(pthread_t * out, void * unused, thread_ret_t(*... function pthread_join (line 76) | static int pthread_join(pthread_t thread, void * unused) { function sched_yield (line 83) | static int sched_yield (void) { function ggml_print_backtrace (line 112) | void ggml_print_backtrace(void) { function ggml_print_backtrace (line 141) | void ggml_print_backtrace(void) { type ggml_float (line 254) | typedef double ggml_float; function ggml_fp16_to_fp32 (line 283) | float ggml_fp16_to_fp32(ggml_fp16_t x) { function ggml_fp16_t (line 287) | ggml_fp16_t ggml_fp32_to_fp16(float x) { function ggml_fp16_to_fp32_row (line 291) | void ggml_fp16_to_fp32_row(const ggml_fp16_t * x, float * y, int n) { function ggml_fp32_to_fp16_row (line 297) | void ggml_fp32_to_fp16_row(const float * x, ggml_fp16_t * y, int n) { function ggml_time_init (line 322) | void ggml_time_init(void) { function ggml_time_ms (line 333) | int64_t ggml_time_ms(void) { function ggml_time_us (line 338) | int64_t ggml_time_us(void) { function ggml_time_init (line 344) | void ggml_time_init(void) {} function ggml_time_ms (line 345) | int64_t ggml_time_ms(void) { function ggml_time_us (line 351) | int64_t ggml_time_us(void) { function ggml_cycles (line 358) | int64_t ggml_cycles(void) { function ggml_cycles_per_ms (line 362) | int64_t ggml_cycles_per_ms(void) { function ggml_type_traits_t (line 586) | ggml_type_traits_t ggml_internal_get_type_traits(enum ggml_type type) { function vaddvq_f32 (line 600) | inline static float vaddvq_f32(float32x4_t v) { function __m256 (line 801) | static inline __m256 __avx_f32cx8_load(ggml_fp16_t *x) { function __avx_f32cx8_store (line 810) | static inline void __avx_f32cx8_store(ggml_fp16_t *x, __m256 y) { function v128_t (line 955) | inline static v128_t __wasm_f16x4_load(const ggml_fp16_t * p) { function __wasm_f16x4_store (line 966) | inline static void __wasm_f16x4_store(ggml_fp16_t * p, v128_t x) { function __m128 (line 1071) | static inline __m128 __sse_f16x4_load(ggml_fp16_t *x) { function __sse_f16x4_store (line 1082) | static inline void __sse_f16x4_store(ggml_fp16_t *x, __m128 y) { function ggml_vec_set_i8 (line 1126) | inline static void ggml_vec_set_i8(const int n, int8_t * x, const int8_t... function ggml_vec_set_i16 (line 1128) | inline static void ggml_vec_set_i16(const int n, int16_t * x, const int1... function ggml_vec_set_i32 (line 1130) | inline static void ggml_vec_set_i32(const int n, int32_t * x, const int3... function ggml_vec_set_f16 (line 1132) | inline static void ggml_vec_set_f16(const int n, ggml_fp16_t * x, const ... function ggml_vec_add_f32 (line 1134) | inline static void ggml_vec_add_f32 (const int n, float * z, const float... function ggml_vec_add1_f32 (line 1135) | inline static void ggml_vec_add1_f32(const int n, float * z, const float... function ggml_vec_acc_f32 (line 1136) | inline static void ggml_vec_acc_f32 (const int n, float * y, const float... function ggml_vec_acc1_f32 (line 1137) | inline static void ggml_vec_acc1_f32(const int n, float * y, const float... function ggml_vec_sub_f32 (line 1138) | inline static void ggml_vec_sub_f32 (const int n, float * z, const float... function ggml_vec_set_f32 (line 1139) | inline static void ggml_vec_set_f32 (const int n, float * x, const float... function ggml_vec_cpy_f32 (line 1140) | inline static void ggml_vec_cpy_f32 (const int n, float * y, const float... function ggml_vec_neg_f32 (line 1141) | inline static void ggml_vec_neg_f32 (const int n, float * y, const float... function ggml_vec_mul_f32 (line 1142) | inline static void ggml_vec_mul_f32 (const int n, float * z, const float... function ggml_vec_div_f32 (line 1143) | inline static void ggml_vec_div_f32 (const int n, float * z, const float... function ggml_vec_dot_f32 (line 1145) | static void ggml_vec_dot_f32(const int n, float * restrict s, const floa... function ggml_vec_dot_f16 (line 1182) | static void ggml_vec_dot_f16(const int n, float * restrict s, ggml_fp16_... function ggml_vec_dot_f16_unroll (line 1220) | inline static void ggml_vec_dot_f16_unroll(const int n, const int xs, fl... function ggml_vec_mad_f32 (line 1273) | inline static void ggml_vec_mad_f32(const int n, float * restrict y, con... function ggml_vec_mad_f32_unroll (line 1305) | inline static void ggml_vec_mad_f32_unroll(const int n, const int xs, co... function ggml_vec_scale_f32 (line 1357) | inline static void ggml_vec_scale_f32(const int n, float * y, const floa... function ggml_vec_norm_f32 (line 1388) | inline static void ggml_vec_norm_f32 (const int n, float * s, const floa... function ggml_vec_sqr_f32 (line 1389) | inline static void ggml_vec_sqr_f32 (const int n, float * y, const floa... function ggml_vec_sqrt_f32 (line 1390) | inline static void ggml_vec_sqrt_f32 (const int n, float * y, const floa... function ggml_vec_log_f32 (line 1391) | inline static void ggml_vec_log_f32 (const int n, float * y, const floa... function ggml_vec_abs_f32 (line 1392) | inline static void ggml_vec_abs_f32 (const int n, float * y, const floa... function ggml_vec_sgn_f32 (line 1393) | inline static void ggml_vec_sgn_f32 (const int n, float * y, const floa... function ggml_vec_step_f32 (line 1394) | inline static void ggml_vec_step_f32 (const int n, float * y, const floa... function ggml_vec_tanh_f32 (line 1395) | inline static void ggml_vec_tanh_f32 (const int n, float * y, const floa... function ggml_vec_elu_f32 (line 1396) | inline static void ggml_vec_elu_f32 (const int n, float * y, const floa... function ggml_vec_relu_f32 (line 1397) | inline static void ggml_vec_relu_f32 (const int n, float * y, const floa... function ggml_vec_leaky_relu_f32 (line 1398) | inline static void ggml_vec_leaky_relu_f32 (const int n, float * y, cons... function ggml_gelu_f32 (line 1404) | inline static float ggml_gelu_f32(float x) { function ggml_vec_gelu_f16 (line 1408) | inline static void ggml_vec_gelu_f16(const int n, ggml_fp16_t * y, const... function ggml_vec_gelu_f32 (line 1416) | inline static void ggml_vec_gelu_f32(const int n, float * y, const float... function ggml_vec_gelu_f32 (line 1425) | inline static void ggml_vec_gelu_f32(const int n, float * y, const float... function ggml_gelu_quick_f32 (line 1432) | inline static float ggml_gelu_quick_f32(float x) { function ggml_vec_gelu_quick_f32 (line 1444) | inline static void ggml_vec_gelu_quick_f32(const int n, float * y, const... function ggml_vec_gelu_quick_f32 (line 1453) | inline static void ggml_vec_gelu_quick_f32(const int n, float * y, const... function ggml_silu_f32 (line 1461) | inline static float ggml_silu_f32(float x) { function ggml_vec_silu_f32 (line 1473) | inline static void ggml_vec_silu_f32(const int n, float * y, const float... function ggml_vec_silu_f32 (line 1482) | inline static void ggml_vec_silu_f32(const int n, float * y, const float... function ggml_silu_backward_f32 (line 1489) | inline static float ggml_silu_backward_f32(float x, float dy) { function ggml_vec_silu_backward_f32 (line 1495) | inline static void ggml_vec_silu_backward_f32(const int n, float * dx, c... function ggml_vec_silu_backward_f32 (line 1505) | inline static void ggml_vec_silu_backward_f32(const int n, float * dx, c... function ggml_vec_sum_f32 (line 1512) | inline static void ggml_vec_sum_f32(const int n, float * s, const float ... function ggml_vec_sum_f32_ggf (line 1524) | inline static void ggml_vec_sum_f32_ggf(const int n, ggml_float * s, con... function ggml_vec_sum_f16_ggf (line 1532) | inline static void ggml_vec_sum_f16_ggf(const int n, float * s, const gg... function ggml_vec_max_f32 (line 1540) | inline static void ggml_vec_max_f32(const int n, float * s, const float ... function ggml_vec_norm_inv_f32 (line 1552) | inline static void ggml_vec_norm_inv_f32(const int n, float * s, const f... function ggml_vec_argmax_f32 (line 1557) | inline static void ggml_vec_argmax_f32(const int n, int * s, const float... type ggml_object (line 1783) | struct ggml_object type ggml_tensor (line 1784) | struct ggml_tensor function ggml_setup_op_has_task_pass (line 1796) | static void ggml_setup_op_has_task_pass(void) { type ggml_context (line 1835) | struct ggml_context { type ggml_context_container (line 1851) | struct ggml_context_container { type ggml_numa_node (line 1864) | struct ggml_numa_node { type ggml_numa_nodes (line 1869) | struct ggml_numa_nodes { type ggml_state (line 1879) | struct ggml_state { type ggml_state (line 1885) | struct ggml_state function ggml_critical_section_start (line 1889) | inline static void ggml_critical_section_start(void) { function ggml_critical_section_end (line 1902) | inline static void ggml_critical_section_end(void) { function ggml_numa_init (line 1906) | void ggml_numa_init(void) { function ggml_is_numa (line 1971) | bool ggml_is_numa(void) { function ggml_print_object (line 1977) | void ggml_print_object(const struct ggml_object * obj) { function ggml_print_objects (line 1982) | void ggml_print_objects(const struct ggml_context * ctx) { function ggml_nelements (line 1995) | int64_t ggml_nelements(const struct ggml_tensor * tensor) { function ggml_nrows (line 2001) | int64_t ggml_nrows(const struct ggml_tensor * tensor) { function ggml_nbytes (line 2007) | size_t ggml_nbytes(const struct ggml_tensor * tensor) { function ggml_nbytes_pad (line 2026) | size_t ggml_nbytes_pad(const struct ggml_tensor * tensor) { function ggml_nbytes_split (line 2030) | size_t ggml_nbytes_split(const struct ggml_tensor * tensor, int nrows_sp... function ggml_blck_size (line 2036) | int ggml_blck_size(enum ggml_type type) { function ggml_type_size (line 2040) | size_t ggml_type_size(enum ggml_type type) { function ggml_type_sizef (line 2044) | float ggml_type_sizef(enum ggml_type type) { type ggml_type (line 2048) | enum ggml_type function ggml_is_quantized (line 2052) | bool ggml_is_quantized(enum ggml_type type) { type ggml_op (line 2056) | enum ggml_op type ggml_op (line 2060) | enum ggml_op type ggml_unary_op (line 2064) | enum ggml_unary_op type ggml_tensor (line 2068) | struct ggml_tensor type ggml_unary_op (line 2070) | enum ggml_unary_op function ggml_element_size (line 2078) | size_t ggml_element_size(const struct ggml_tensor * tensor) { function ggml_is_scalar (line 2082) | static inline bool ggml_is_scalar(const struct ggml_tensor * tensor) { function ggml_is_vector (line 2088) | static inline bool ggml_is_vector(const struct ggml_tensor * tensor) { function ggml_is_matrix (line 2094) | static inline bool ggml_is_matrix(const struct ggml_tensor * tensor) { function ggml_can_mul_mat (line 2100) | static inline bool ggml_can_mul_mat(const struct ggml_tensor * t0, const... function ggml_can_out_prod (line 2108) | static inline bool ggml_can_out_prod(const struct ggml_tensor * t0, cons... function ggml_ftype_to_ggml_type (line 2116) | enum ggml_type ggml_ftype_to_ggml_type(enum ggml_ftype ftype) { function ggml_tensor_overhead (line 2141) | size_t ggml_tensor_overhead(void) { function ggml_is_transposed (line 2145) | bool ggml_is_transposed(const struct ggml_tensor * tensor) { function ggml_is_contiguous (line 2149) | bool ggml_is_contiguous(const struct ggml_tensor * tensor) { function ggml_is_contiguous_except_dim_1 (line 2159) | static inline bool ggml_is_contiguous_except_dim_1(const struct ggml_ten... function ggml_is_permuted (line 2168) | bool ggml_is_permuted(const struct ggml_tensor * tensor) { function ggml_is_padded_1d (line 2174) | static inline bool ggml_is_padded_1d(const struct ggml_tensor * tensor) { function ggml_are_same_shape (line 2183) | bool ggml_are_same_shape(const struct ggml_tensor * t0, const struct ggm... function ggml_can_repeat (line 2194) | static inline bool ggml_can_repeat(const struct ggml_tensor * t0, const ... function ggml_can_repeat_rows (line 2204) | static inline bool ggml_can_repeat_rows(const struct ggml_tensor * t0, c... function ggml_up32 (line 2210) | static inline int ggml_up32(int n) { function ggml_up (line 2218) | static inline int ggml_up(int n, int m) { type ggml_context (line 2230) | struct ggml_context type ggml_init_params (line 2230) | struct ggml_init_params type ggml_state (line 2264) | struct ggml_state type ggml_context (line 2293) | struct ggml_context type ggml_context (line 2320) | struct ggml_context function ggml_free (line 2344) | void ggml_free(struct ggml_context * ctx) { function ggml_used_mem (line 2373) | size_t ggml_used_mem(const struct ggml_context * ctx) { function ggml_set_scratch (line 2377) | size_t ggml_set_scratch(struct ggml_context * ctx, struct ggml_scratch s... function ggml_get_no_alloc (line 2385) | bool ggml_get_no_alloc(struct ggml_context * ctx) { function ggml_set_no_alloc (line 2389) | void ggml_set_no_alloc(struct ggml_context * ctx, bool no_alloc) { type ggml_context (line 2393) | struct ggml_context function ggml_get_mem_size (line 2397) | size_t ggml_get_mem_size(const struct ggml_context * ctx) { function ggml_get_max_tensor_size (line 2401) | size_t ggml_get_max_tensor_size(const struct ggml_context * ctx) { function ggml_scratch_save (line 2428) | static void ggml_scratch_save(struct ggml_context * ctx) { function ggml_scratch_load (line 2438) | static void ggml_scratch_load(struct ggml_context * ctx) { type ggml_object (line 2446) | struct ggml_object type ggml_context (line 2446) | struct ggml_context type ggml_object_type (line 2446) | enum ggml_object_type type ggml_object (line 2448) | struct ggml_object type ggml_object (line 2458) | struct ggml_object type ggml_object (line 2458) | struct ggml_object type ggml_object (line 2467) | struct ggml_object type ggml_tensor (line 2490) | struct ggml_tensor type ggml_context (line 2491) | struct ggml_context type ggml_type (line 2492) | enum ggml_type type ggml_tensor (line 2495) | struct ggml_tensor type ggml_object (line 2539) | struct ggml_object type ggml_tensor (line 2543) | struct ggml_tensor type ggml_tensor (line 2543) | struct ggml_tensor type ggml_tensor (line 2545) | struct ggml_tensor type ggml_tensor (line 2586) | struct ggml_tensor type ggml_context (line 2587) | struct ggml_context type ggml_type (line 2588) | enum ggml_type type ggml_tensor (line 2594) | struct ggml_tensor type ggml_context (line 2595) | struct ggml_context type ggml_type (line 2596) | enum ggml_type type ggml_tensor (line 2601) | struct ggml_tensor type ggml_context (line 2602) | struct ggml_context type ggml_type (line 2603) | enum ggml_type type ggml_tensor (line 2610) | struct ggml_tensor type ggml_context (line 2611) | struct ggml_context type ggml_type (line 2612) | enum ggml_type 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 2631) | struct ggml_tensor type ggml_context (line 2631) | struct ggml_context type ggml_tensor (line 2634) | struct ggml_tensor type ggml_tensor (line 2643) | struct ggml_tensor type ggml_context (line 2643) | struct ggml_context type ggml_tensor (line 2646) | struct ggml_tensor type ggml_tensor (line 2655) | struct ggml_tensor type ggml_context (line 2655) | struct ggml_context type ggml_tensor (line 2655) | struct ggml_tensor function ggml_set_op_params (line 2659) | static void ggml_set_op_params(struct ggml_tensor * tensor, const void *... function ggml_get_op_params_i32 (line 2665) | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor,... function ggml_set_op_params_i32 (line 2670) | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t... type ggml_tensor (line 2675) | struct ggml_tensor type ggml_tensor (line 2675) | struct ggml_tensor type ggml_tensor (line 2680) | struct ggml_tensor type ggml_tensor (line 2680) | struct ggml_tensor type ggml_tensor (line 2732) | struct ggml_tensor type ggml_tensor (line 2732) | struct ggml_tensor function ggml_unravel_index (line 2784) | void ggml_unravel_index(const struct ggml_tensor * tensor, int64_t i, in... function ggml_get_i32_1d (line 2808) | int32_t ggml_get_i32_1d(const struct ggml_tensor * tensor, int i) { function ggml_set_i32_1d (line 2849) | void ggml_set_i32_1d(const struct ggml_tensor * tensor, int i, int32_t v... function ggml_get_i32_nd (line 2889) | int32_t ggml_get_i32_nd(const struct ggml_tensor * tensor, int i0, int i... function ggml_set_i32_nd (line 2909) | void ggml_set_i32_nd(const struct ggml_tensor * tensor, int i0, int i1, ... function ggml_get_f32_1d (line 2939) | float ggml_get_f32_1d(const struct ggml_tensor * tensor, int i) { function ggml_set_f32_1d (line 2980) | void ggml_set_f32_1d(const struct ggml_tensor * tensor, int i, float val... function ggml_get_f32_nd (line 3020) | float ggml_get_f32_nd(const struct ggml_tensor * tensor, int i0, int i1,... function ggml_set_f32_nd (line 3040) | void ggml_set_f32_nd(const struct ggml_tensor * tensor, int i0, int i1, ... type ggml_tensor (line 3070) | struct ggml_tensor type ggml_tensor (line 3074) | struct ggml_tensor function ggml_get_unary_op (line 3079) | enum ggml_unary_op ggml_get_unary_op(const struct ggml_tensor * tensor) { type ggml_tensor (line 3084) | struct ggml_tensor type ggml_tensor (line 3088) | struct ggml_tensor type ggml_tensor (line 3088) | struct ggml_tensor type ggml_tensor (line 3094) | struct ggml_tensor type ggml_tensor (line 3094) | struct ggml_tensor type ggml_tensor (line 3102) | struct ggml_tensor type ggml_context (line 3103) | struct ggml_context type ggml_tensor (line 3104) | struct ggml_tensor type ggml_tensor (line 3105) | struct ggml_tensor type ggml_tensor (line 3115) | struct ggml_tensor type ggml_context (line 3115) | struct ggml_context type ggml_object (line 3116) | struct ggml_object type ggml_tensor (line 3122) | struct ggml_tensor type ggml_tensor (line 3131) | struct ggml_tensor type ggml_context (line 3131) | struct ggml_context type ggml_tensor (line 3131) | struct ggml_tensor type ggml_object (line 3132) | struct ggml_object type ggml_object (line 3132) | struct ggml_object type ggml_tensor (line 3139) | struct ggml_tensor type ggml_tensor (line 3148) | struct ggml_tensor type ggml_context (line 3148) | struct ggml_context type ggml_object (line 3149) | struct ggml_object type ggml_tensor (line 3155) | struct ggml_tensor type ggml_tensor (line 3155) | struct ggml_tensor type ggml_tensor (line 3171) | struct ggml_tensor type ggml_context (line 3172) | struct ggml_context type ggml_tensor (line 3173) | struct ggml_tensor type ggml_tensor (line 3181) | struct ggml_tensor type ggml_tensor (line 3190) | struct ggml_tensor type ggml_context (line 3191) | struct ggml_context type ggml_tensor (line 3192) | struct ggml_tensor type ggml_tensor (line 3196) | struct ggml_tensor type ggml_context (line 3197) | struct ggml_context type ggml_tensor (line 3198) | struct ggml_tensor type ggml_tensor (line 3204) | struct ggml_tensor type ggml_context (line 3205) | struct ggml_context type ggml_tensor (line 3206) | struct ggml_tensor type ggml_tensor (line 3207) | 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 3232) | struct ggml_tensor type ggml_tensor (line 3236) | struct ggml_tensor type ggml_context (line 3237) | struct ggml_context type ggml_tensor (line 3238) | struct ggml_tensor type ggml_tensor (line 3239) | struct ggml_tensor type ggml_tensor (line 3245) | struct ggml_tensor type ggml_context (line 3246) | struct ggml_context type ggml_tensor (line 3247) | struct ggml_tensor type ggml_tensor (line 3248) | struct ggml_tensor type ggml_type (line 3249) | enum ggml_type type ggml_tensor (line 3263) | struct ggml_tensor type ggml_tensor (line 3273) | struct ggml_tensor type ggml_context (line 3274) | struct ggml_context type ggml_tensor (line 3275) | struct ggml_tensor type ggml_tensor (line 3276) | struct ggml_tensor type ggml_type (line 3277) | enum ggml_type type ggml_tensor (line 3283) | struct ggml_tensor type ggml_context (line 3284) | struct ggml_context type ggml_tensor (line 3285) | struct ggml_tensor type ggml_tensor (line 3286) | struct ggml_tensor type ggml_tensor (line 3297) | struct ggml_tensor type ggml_tensor (line 3307) | struct ggml_tensor type ggml_context (line 3308) | struct ggml_context type ggml_tensor (line 3309) | struct ggml_tensor type ggml_tensor (line 3310) | struct ggml_tensor type ggml_tensor (line 3314) | struct ggml_tensor type ggml_context (line 3315) | struct ggml_context type ggml_tensor (line 3316) | struct ggml_tensor type ggml_tensor (line 3317) | struct ggml_tensor type ggml_tensor (line 3323) | struct ggml_tensor type ggml_context (line 3324) | struct ggml_context type ggml_tensor (line 3325) | struct ggml_tensor type ggml_tensor (line 3326) | struct ggml_tensor type ggml_tensor (line 3343) | struct ggml_tensor type ggml_tensor (line 3356) | struct ggml_tensor type ggml_context (line 3357) | struct ggml_context type ggml_tensor (line 3358) | struct ggml_tensor type ggml_tensor (line 3359) | struct ggml_tensor type ggml_tensor (line 3367) | struct ggml_tensor type ggml_context (line 3368) | struct ggml_context type ggml_tensor (line 3369) | struct ggml_tensor type ggml_tensor (line 3370) | struct ggml_tensor type ggml_tensor (line 3380) | struct ggml_tensor type ggml_context (line 3381) | struct ggml_context type ggml_tensor (line 3382) | struct ggml_tensor type ggml_tensor (line 3383) | struct ggml_tensor type ggml_tensor (line 3393) | struct ggml_tensor type ggml_tensor (line 3403) | struct ggml_tensor type ggml_context (line 3404) | struct ggml_context type ggml_tensor (line 3405) | struct ggml_tensor 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 3413) | struct ggml_tensor type ggml_tensor (line 3419) | struct ggml_tensor type ggml_context (line 3420) | struct ggml_context type ggml_tensor (line 3421) | struct ggml_tensor type ggml_tensor (line 3422) | struct ggml_tensor type ggml_tensor (line 3438) | struct ggml_tensor type ggml_tensor (line 3448) | struct ggml_tensor type ggml_context (line 3449) | struct ggml_context type ggml_tensor (line 3450) | struct ggml_tensor type ggml_tensor (line 3451) | struct ggml_tensor type ggml_tensor (line 3455) | struct ggml_tensor type ggml_context (line 3456) | struct ggml_context type ggml_tensor (line 3457) | struct ggml_tensor type ggml_tensor (line 3458) | struct ggml_tensor type ggml_tensor (line 3464) | struct ggml_tensor type ggml_context (line 3465) | struct ggml_context type ggml_tensor (line 3466) | struct ggml_tensor type ggml_tensor (line 3467) | struct ggml_tensor type ggml_tensor (line 3481) | struct ggml_tensor type ggml_tensor (line 3491) | struct ggml_tensor type ggml_context (line 3492) | struct ggml_context type ggml_tensor (line 3493) | struct ggml_tensor type ggml_tensor (line 3494) | struct ggml_tensor type ggml_tensor (line 3498) | struct ggml_tensor type ggml_context (line 3499) | struct ggml_context type ggml_tensor (line 3500) | struct ggml_tensor type ggml_tensor (line 3501) | struct ggml_tensor type ggml_tensor (line 3507) | struct ggml_tensor type ggml_context (line 3508) | struct ggml_context type ggml_tensor (line 3509) | struct ggml_tensor type ggml_tensor (line 3517) | struct ggml_tensor type ggml_tensor (line 3526) | struct ggml_tensor type ggml_context (line 3527) | struct ggml_context type ggml_tensor (line 3528) | struct ggml_tensor type ggml_tensor (line 3532) | struct ggml_tensor type ggml_context (line 3533) | struct ggml_context type ggml_tensor (line 3534) | 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 3550) | struct ggml_tensor type ggml_tensor (line 3559) | struct ggml_tensor type ggml_context (line 3560) | struct ggml_context type ggml_tensor (line 3561) | struct ggml_tensor type ggml_tensor (line 3565) | struct ggml_tensor type ggml_context (line 3566) | struct ggml_context type ggml_tensor (line 3567) | struct ggml_tensor type ggml_tensor (line 3573) | struct ggml_tensor type ggml_context (line 3574) | struct ggml_context type ggml_tensor (line 3575) | struct ggml_tensor type ggml_tensor (line 3583) | struct ggml_tensor type ggml_tensor (line 3592) | struct ggml_tensor type ggml_context (line 3593) | struct ggml_context type ggml_tensor (line 3594) | struct ggml_tensor type ggml_tensor (line 3598) | struct ggml_tensor type ggml_context (line 3599) | struct ggml_context type ggml_tensor (line 3600) | struct ggml_tensor type ggml_tensor (line 3606) | struct ggml_tensor type ggml_context (line 3607) | struct ggml_context type ggml_tensor (line 3608) | struct ggml_tensor type ggml_tensor (line 3615) | struct ggml_tensor type ggml_tensor (line 3626) | struct ggml_tensor type ggml_context (line 3627) | struct ggml_context type ggml_tensor (line 3628) | struct ggml_tensor type ggml_tensor (line 3640) | struct ggml_tensor type ggml_tensor (line 3651) | struct ggml_tensor type ggml_context (line 3652) | struct ggml_context type ggml_tensor (line 3653) | struct ggml_tensor type ggml_tensor (line 3662) | struct ggml_tensor type ggml_tensor (line 3673) | struct ggml_tensor type ggml_context (line 3674) | struct ggml_context type ggml_tensor (line 3675) | struct ggml_tensor type ggml_tensor (line 3685) | struct ggml_tensor type ggml_tensor (line 3696) | struct ggml_tensor type ggml_context (line 3697) | struct ggml_context type ggml_tensor (line 3698) | struct ggml_tensor type ggml_tensor (line 3699) | struct ggml_tensor type ggml_tensor (line 3708) | struct ggml_tensor type ggml_tensor (line 3719) | struct ggml_tensor type ggml_context (line 3720) | struct ggml_context type ggml_tensor (line 3721) | struct ggml_tensor type ggml_tensor (line 3722) | struct ggml_tensor type ggml_tensor (line 3735) | struct ggml_tensor type ggml_tensor (line 3746) | struct ggml_tensor type ggml_context (line 3747) | struct ggml_context type ggml_tensor (line 3748) | struct ggml_tensor type ggml_tensor (line 3749) | struct ggml_tensor type ggml_tensor (line 3758) | struct ggml_tensor type ggml_tensor (line 3770) | struct ggml_tensor type ggml_context (line 3771) | struct ggml_context type ggml_tensor (line 3772) | struct ggml_tensor type ggml_tensor (line 3776) | struct ggml_tensor type ggml_context (line 3777) | struct ggml_context type ggml_tensor (line 3778) | struct ggml_tensor type ggml_tensor (line 3784) | struct ggml_tensor type ggml_context (line 3785) | struct ggml_context type ggml_tensor (line 3786) | struct ggml_tensor type ggml_tensor (line 3790) | struct ggml_tensor type ggml_context (line 3791) | struct ggml_context type ggml_tensor (line 3792) | struct ggml_tensor type ggml_tensor (line 3798) | struct ggml_tensor type ggml_context (line 3799) | struct ggml_context type ggml_tensor (line 3800) | struct ggml_tensor type ggml_tensor (line 3804) | struct ggml_tensor type ggml_context (line 3805) | struct ggml_context type ggml_tensor (line 3806) | 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 3818) | struct ggml_tensor type ggml_context (line 3819) | struct ggml_context type ggml_tensor (line 3820) | struct ggml_tensor type ggml_tensor (line 3826) | struct ggml_tensor type ggml_context (line 3827) | struct ggml_context type ggml_tensor (line 3828) | struct ggml_tensor type ggml_tensor (line 3832) | struct ggml_tensor type ggml_context (line 3833) | struct ggml_context type ggml_tensor (line 3834) | struct ggml_tensor type ggml_tensor (line 3840) | struct ggml_tensor type ggml_context (line 3841) | struct ggml_context type ggml_tensor (line 3842) | struct ggml_tensor type ggml_tensor (line 3846) | struct ggml_tensor type ggml_context (line 3847) | struct ggml_context type ggml_tensor (line 3848) | struct ggml_tensor type ggml_tensor (line 3854) | struct ggml_tensor type ggml_context (line 3855) | struct ggml_context type ggml_tensor (line 3856) | struct ggml_tensor type ggml_tensor (line 3860) | struct ggml_tensor type ggml_context (line 3861) | struct ggml_context type ggml_tensor (line 3862) | struct ggml_tensor type ggml_tensor (line 3868) | struct ggml_tensor type ggml_context (line 3869) | struct ggml_context type ggml_tensor (line 3870) | struct ggml_tensor type ggml_tensor (line 3877) | struct ggml_tensor type ggml_tensor (line 3889) | struct ggml_tensor type ggml_context (line 3890) | struct ggml_context type ggml_tensor (line 3891) | struct ggml_tensor type ggml_tensor (line 3895) | struct ggml_tensor type ggml_context (line 3896) | struct ggml_context type ggml_tensor (line 3897) | struct ggml_tensor type ggml_tensor (line 3903) | struct ggml_tensor type ggml_context (line 3904) | struct ggml_context type ggml_tensor (line 3905) | struct ggml_tensor type ggml_tensor (line 3909) | struct ggml_tensor type ggml_context (line 3910) | struct ggml_context type ggml_tensor (line 3911) | struct ggml_tensor type ggml_tensor (line 3917) | struct ggml_tensor type ggml_context (line 3918) | struct ggml_context type ggml_tensor (line 3919) | 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 3931) | struct ggml_tensor type ggml_context (line 3932) | struct ggml_context type ggml_tensor (line 3933) | struct ggml_tensor type ggml_tensor (line 3934) | struct ggml_tensor type ggml_tensor (line 3942) | struct ggml_tensor type ggml_tensor (line 3954) | struct ggml_tensor type ggml_context (line 3955) | struct ggml_context type ggml_tensor (line 3956) | struct ggml_tensor type ggml_tensor (line 3963) | struct ggml_tensor type ggml_context (line 3964) | struct ggml_context type ggml_tensor (line 3965) | struct ggml_tensor type ggml_tensor (line 3975) | struct ggml_tensor type ggml_tensor (line 3986) | struct ggml_tensor type ggml_context (line 3987) | struct ggml_context type ggml_tensor (line 3988) | struct ggml_tensor type ggml_tensor (line 3995) | struct ggml_tensor type ggml_context (line 3996) | struct ggml_context type ggml_tensor (line 3997) | struct ggml_tensor type ggml_tensor (line 3998) | struct ggml_tensor type ggml_tensor (line 3999) | struct ggml_tensor type ggml_tensor (line 4000) | struct ggml_tensor type ggml_tensor (line 4001) | struct ggml_tensor type ggml_tensor (line 4009) | struct ggml_tensor type ggml_tensor (line 4024) | struct ggml_tensor type ggml_context (line 4025) | struct ggml_context type ggml_tensor (line 4026) | struct ggml_tensor type ggml_tensor (line 4033) | struct ggml_tensor type ggml_context (line 4034) | struct ggml_context type ggml_tensor (line 4035) | struct ggml_tensor type ggml_tensor (line 4044) | struct ggml_tensor type ggml_tensor (line 4055) | struct ggml_tensor type ggml_context (line 4056) | struct ggml_context type ggml_tensor (line 4057) | struct ggml_tensor type ggml_tensor (line 4062) | struct ggml_tensor type ggml_context (line 4063) | struct ggml_context type ggml_tensor (line 4064) | struct ggml_tensor type ggml_tensor (line 4071) | struct ggml_tensor type ggml_context (line 4072) | struct ggml_context type ggml_tensor (line 4073) | struct ggml_tensor type ggml_tensor (line 4074) | struct ggml_tensor type ggml_tensor (line 4083) | struct ggml_tensor type ggml_tensor (line 4097) | struct ggml_tensor type ggml_context (line 4098) | struct ggml_context type ggml_tensor (line 4099) | struct ggml_tensor type ggml_tensor (line 4109) | struct ggml_tensor type ggml_tensor (line 4121) | struct ggml_tensor type ggml_context (line 4122) | struct ggml_context type ggml_tensor (line 4123) | struct ggml_tensor type ggml_tensor (line 4128) | struct ggml_tensor type ggml_context (line 4129) | struct ggml_context type ggml_tensor (line 4130) | struct ggml_tensor type ggml_tensor (line 4137) | struct ggml_tensor type ggml_context (line 4138) | struct ggml_context type ggml_tensor (line 4139) | struct ggml_tensor type ggml_tensor (line 4140) | struct ggml_tensor type ggml_tensor (line 4151) | struct ggml_tensor type ggml_tensor (line 4163) | struct ggml_tensor type ggml_context (line 4164) | struct ggml_context type ggml_tensor (line 4165) | struct ggml_tensor type ggml_tensor (line 4167) | struct ggml_tensor type ggml_tensor (line 4169) | struct ggml_tensor type ggml_tensor (line 4185) | struct ggml_tensor type ggml_tensor (line 4196) | struct ggml_tensor type ggml_tensor (line 4208) | struct ggml_tensor type ggml_context (line 4209) | struct ggml_context type ggml_tensor (line 4210) | struct ggml_tensor type ggml_tensor (line 4211) | struct ggml_tensor type ggml_tensor (line 4223) | struct ggml_tensor type ggml_tensor (line 4235) | struct ggml_tensor type ggml_context (line 4236) | struct ggml_context type ggml_tensor (line 4237) | struct ggml_tensor type ggml_tensor (line 4238) | struct ggml_tensor type ggml_tensor (line 4249) | struct ggml_tensor type ggml_tensor (line 4259) | struct ggml_tensor type ggml_context (line 4260) | struct ggml_context type ggml_tensor (line 4261) | struct ggml_tensor type ggml_tensor (line 4262) | struct ggml_tensor type ggml_tensor (line 4266) | struct ggml_tensor type ggml_context (line 4267) | struct ggml_context type ggml_tensor (line 4268) | struct ggml_tensor type ggml_tensor (line 4269) | struct ggml_tensor type ggml_tensor (line 4275) | struct ggml_tensor type ggml_context (line 4276) | struct ggml_context type ggml_tensor (line 4277) | struct ggml_tensor type ggml_tensor (line 4278) | struct ggml_tensor type ggml_tensor (line 4293) | struct ggml_tensor type ggml_tensor (line 4306) | struct ggml_tensor type ggml_context (line 4307) | struct ggml_context type ggml_tensor (line 4308) | struct ggml_tensor type ggml_tensor (line 4309) | struct ggml_tensor type ggml_tensor (line 4317) | struct ggml_tensor type ggml_context (line 4318) | struct ggml_context type ggml_tensor (line 4319) | struct ggml_tensor type ggml_tensor (line 4320) | struct ggml_tensor type ggml_tensor (line 4328) | struct ggml_tensor type ggml_context (line 4329) | struct ggml_context type ggml_tensor (line 4330) | struct ggml_tensor type ggml_tensor (line 4331) | struct ggml_tensor type ggml_tensor (line 4336) | struct ggml_tensor type ggml_context (line 4337) | struct ggml_context type ggml_tensor (line 4338) | struct ggml_tensor type ggml_tensor (line 4339) | struct ggml_tensor type ggml_tensor (line 4344) | struct ggml_tensor type ggml_context (line 4345) | struct ggml_context type ggml_tensor (line 4346) | struct ggml_tensor type ggml_tensor (line 4347) | struct ggml_tensor type ggml_tensor (line 4353) | struct ggml_tensor type ggml_context (line 4354) | struct ggml_context type ggml_tensor (line 4355) | struct ggml_tensor type ggml_tensor (line 4356) | struct ggml_tensor type ggml_tensor (line 4364) | struct ggml_tensor type ggml_context (line 4365) | struct ggml_context type ggml_tensor (line 4366) | struct ggml_tensor type ggml_tensor (line 4367) | struct ggml_tensor type ggml_tensor (line 4378) | struct ggml_tensor type ggml_tensor (line 4393) | struct ggml_tensor type ggml_context (line 4394) | struct ggml_context type ggml_tensor (line 4395) | struct ggml_tensor type ggml_tensor (line 4396) | struct ggml_tensor type ggml_tensor (line 4400) | struct ggml_tensor type ggml_context (line 4401) | struct ggml_context type ggml_tensor (line 4402) | struct ggml_tensor type ggml_tensor (line 4403) | struct ggml_tensor type ggml_tensor (line 4409) | struct ggml_tensor type ggml_context (line 4410) | struct ggml_context type ggml_tensor (line 4411) | struct ggml_tensor type ggml_tensor (line 4419) | struct ggml_tensor type ggml_tensor (line 4429) | struct ggml_tensor type ggml_context (line 4430) | struct ggml_context type ggml_tensor (line 4431) | struct ggml_tensor type ggml_tensor (line 4435) | struct ggml_tensor type ggml_context (line 4436) | struct ggml_context type ggml_tensor (line 4437) | struct ggml_tensor function ggml_tensor (line 4442) | ggml_tensor * ggml_cont_1d( function ggml_tensor (line 4449) | ggml_tensor * ggml_cont_2d( function ggml_tensor (line 4457) | ggml_tensor * ggml_cont_3d( type ggml_tensor (line 4466) | struct ggml_tensor type ggml_context (line 4467) | struct ggml_context type ggml_tensor (line 4468) | struct ggml_tensor type ggml_tensor (line 4477) | struct ggml_tensor type ggml_tensor (line 4489) | struct ggml_tensor type ggml_context (line 4490) | struct ggml_context type ggml_tensor (line 4491) | struct ggml_tensor type ggml_tensor (line 4492) | struct ggml_tensor type ggml_tensor (line 4508) | struct ggml_tensor type ggml_tensor (line 4518) | struct ggml_tensor type ggml_context (line 4519) | struct ggml_context type ggml_tensor (line 4520) | struct ggml_tensor type ggml_tensor (line 4532) | struct ggml_tensor type ggml_tensor (line 4542) | struct ggml_tensor type ggml_context (line 4543) | struct ggml_context type ggml_tensor (line 4544) | struct ggml_tensor type ggml_tensor (line 4557) | struct ggml_tensor type ggml_tensor (line 4567) | struct ggml_tensor type ggml_context (line 4568) | struct ggml_context type ggml_tensor (line 4569) | struct ggml_tensor type ggml_tensor (line 4583) | struct ggml_tensor type ggml_tensor (line 4593) | struct ggml_tensor type ggml_context (line 4594) | struct ggml_context type ggml_tensor (line 4595) | struct ggml_tensor type ggml_tensor (line 4610) | struct ggml_tensor type ggml_tensor (line 4620) | struct ggml_tensor type ggml_context (line 4621) | struct ggml_context type ggml_tensor (line 4622) | struct ggml_tensor type ggml_tensor (line 4633) | struct ggml_tensor type ggml_tensor (line 4647) | struct ggml_tensor type ggml_context (line 4648) | struct ggml_context type ggml_tensor (line 4649) | struct ggml_tensor type ggml_tensor (line 4653) | struct ggml_tensor type ggml_tensor (line 4660) | struct ggml_tensor type ggml_context (line 4661) | struct ggml_context type ggml_tensor (line 4662) | struct ggml_tensor type ggml_tensor (line 4670) | struct ggml_tensor type ggml_tensor (line 4681) | struct ggml_tensor type ggml_context (line 4682) | struct ggml_context type ggml_tensor (line 4683) | struct ggml_tensor type ggml_tensor (line 4693) | struct ggml_tensor type ggml_tensor (line 4704) | struct ggml_tensor type ggml_context (line 4705) | struct ggml_context type ggml_tensor (line 4706) | struct ggml_tensor type ggml_tensor (line 4718) | struct ggml_tensor type ggml_tensor (line 4729) | struct ggml_tensor type ggml_context (line 4730) | struct ggml_context type ggml_tensor (line 4731) | struct ggml_tensor type ggml_tensor (line 4754) | struct ggml_tensor type ggml_tensor (line 4792) | struct ggml_tensor type ggml_context (line 4793) | struct ggml_context type ggml_tensor (line 4794) | struct ggml_tensor type ggml_tensor (line 4801) | struct ggml_tensor type ggml_tensor (line 4819) | struct ggml_tensor type ggml_context (line 4820) | struct ggml_context type ggml_tensor (line 4821) | struct ggml_tensor type ggml_tensor (line 4822) | struct ggml_tensor type ggml_tensor (line 4834) | struct ggml_tensor type ggml_tensor (line 4847) | struct ggml_tensor type ggml_context (line 4848) | struct ggml_context type ggml_tensor (line 4849) | struct ggml_tensor type ggml_tensor (line 4850) | struct ggml_tensor type ggml_tensor (line 4851) | struct ggml_tensor type ggml_tensor (line 4863) | struct ggml_tensor type ggml_tensor (line 4875) | struct ggml_tensor type ggml_context (line 4876) | struct ggml_context type ggml_tensor (line 4877) | struct ggml_tensor type ggml_tensor (line 4886) | struct ggml_tensor type ggml_tensor (line 4897) | struct ggml_tensor type ggml_context (line 4898) | struct ggml_context type ggml_tensor (line 4899) | struct ggml_tensor type ggml_tensor (line 4908) | struct ggml_tensor type ggml_tensor (line 4920) | struct ggml_tensor type ggml_context (line 4921) | struct ggml_context type ggml_tensor (line 4922) | struct ggml_tensor type ggml_tensor (line 4927) | struct ggml_tensor type ggml_context (line 4928) | struct ggml_context type ggml_tensor (line 4929) | struct ggml_tensor type ggml_tensor (line 4936) | struct ggml_tensor type ggml_context (line 4937) | struct ggml_context type ggml_tensor (line 4938) | struct ggml_tensor type ggml_tensor (line 4947) | struct ggml_tensor type ggml_tensor (line 4959) | struct ggml_tensor type ggml_context (line 4960) | struct ggml_context type ggml_tensor (line 4961) | struct ggml_tensor type ggml_tensor (line 4966) | struct ggml_tensor type ggml_context (line 4967) | struct ggml_context type ggml_tensor (line 4968) | struct ggml_tensor type ggml_tensor (line 4975) | struct ggml_tensor type ggml_context (line 4976) | struct ggml_context type ggml_tensor (line 4977) | struct ggml_tensor type ggml_tensor (line 4978) | struct ggml_tensor type ggml_tensor (line 4995) | struct ggml_tensor type ggml_tensor (line 5008) | struct ggml_tensor type ggml_context (line 5009) | struct ggml_context type ggml_tensor (line 5010) | struct ggml_tensor type ggml_tensor (line 5014) | struct ggml_tensor type ggml_context (line 5015) | struct ggml_context type ggml_tensor (line 5016) | struct ggml_tensor type ggml_tensor (line 5020) | struct ggml_tensor type ggml_context (line 5021) | struct ggml_context type ggml_tensor (line 5022) | struct ggml_tensor type ggml_tensor (line 5023) | struct ggml_tensor type ggml_tensor (line 5030) | struct ggml_tensor type ggml_context (line 5031) | struct ggml_context type ggml_tensor (line 5032) | struct ggml_tensor type ggml_tensor (line 5033) | struct ggml_tensor type ggml_tensor (line 5041) | struct ggml_tensor type ggml_tensor (line 5051) | struct ggml_tensor type ggml_context (line 5052) | struct ggml_context type ggml_tensor (line 5053) | struct ggml_tensor type ggml_tensor (line 5054) | struct ggml_tensor type ggml_tensor (line 5058) | struct ggml_tensor type ggml_context (line 5059) | struct ggml_context type ggml_tensor (line 5060) | struct ggml_tensor type ggml_tensor (line 5061) | struct ggml_tensor type ggml_tensor (line 5067) | struct ggml_tensor type ggml_context (line 5068) | struct ggml_context type ggml_tensor (line 5069) | struct ggml_tensor type ggml_tensor (line 5070) | struct ggml_tensor type ggml_tensor (line 5094) | struct ggml_tensor type ggml_tensor (line 5115) | struct ggml_tensor type ggml_context (line 5116) | struct ggml_context type ggml_tensor (line 5117) | struct ggml_tensor type ggml_tensor (line 5118) | struct ggml_tensor type ggml_tensor (line 5127) | struct ggml_tensor type ggml_context (line 5128) | struct ggml_context type ggml_tensor (line 5129) | struct ggml_tensor type ggml_tensor (line 5130) | struct ggml_tensor type ggml_tensor (line 5139) | struct ggml_tensor type ggml_context (line 5140) | struct ggml_context type ggml_tensor (line 5141) | struct ggml_tensor type ggml_tensor (line 5142) | struct ggml_tensor type ggml_tensor (line 5159) | struct ggml_tensor type ggml_context (line 5160) | struct ggml_context type ggml_tensor (line 5161) | struct ggml_tensor type ggml_tensor (line 5162) | struct ggml_tensor type ggml_tensor (line 5179) | struct ggml_tensor type ggml_context (line 5180) | struct ggml_context type ggml_tensor (line 5181) | struct ggml_tensor type ggml_tensor (line 5182) | struct ggml_tensor type ggml_tensor (line 5191) | struct ggml_tensor type ggml_context (line 5192) | struct ggml_context type ggml_tensor (line 5193) | struct ggml_tensor type ggml_tensor (line 5194) | struct ggml_tensor type ggml_tensor (line 5219) | struct ggml_tensor type ggml_tensor (line 5242) | struct ggml_tensor type ggml_context (line 5243) | struct ggml_context type ggml_tensor (line 5244) | struct ggml_tensor type ggml_tensor (line 5258) | struct ggml_tensor type ggml_tensor (line 5273) | struct ggml_tensor type ggml_context (line 5274) | struct ggml_context type ggml_tensor (line 5275) | struct ggml_tensor type ggml_tensor (line 5286) | struct ggml_tensor function ggml_calc_conv_output_size (line 5300) | static int64_t ggml_calc_conv_output_size(int64_t ins, int64_t ks, int s... type ggml_tensor (line 5304) | struct ggml_tensor type ggml_context (line 5305) | struct ggml_context type ggml_tensor (line 5306) | struct ggml_tensor type ggml_tensor (line 5307) | struct ggml_tensor type ggml_tensor (line 5319) | struct ggml_tensor type ggml_tensor (line 5332) | struct ggml_tensor type ggml_context (line 5333) | struct ggml_context type ggml_tensor (line 5334) | struct ggml_tensor type ggml_tensor (line 5344) | struct ggml_tensor type ggml_tensor (line 5353) | struct ggml_tensor type ggml_context (line 5354) | struct ggml_context type ggml_tensor (line 5355) | struct ggml_tensor type ggml_tensor (line 5356) | struct ggml_tensor type ggml_tensor (line 5364) | struct ggml_tensor type ggml_tensor (line 5378) | struct ggml_tensor type ggml_context (line 5379) | struct ggml_context type ggml_tensor (line 5380) | struct ggml_tensor type ggml_tensor (line 5381) | struct ggml_tensor type ggml_tensor (line 5401) | struct ggml_tensor type ggml_tensor (line 5420) | struct ggml_tensor type ggml_context (line 5421) | struct ggml_context type ggml_tensor (line 5422) | struct ggml_tensor type ggml_tensor (line 5423) | struct ggml_tensor type ggml_tensor (line 5438) | struct ggml_tensor function ggml_tensor (line 5449) | ggml_tensor * ggml_conv_1d( type ggml_tensor (line 5499) | struct ggml_tensor type ggml_context (line 5500) | struct ggml_context type ggml_tensor (line 5501) | struct ggml_tensor type ggml_tensor (line 5502) | struct ggml_tensor function ggml_calc_conv_transpose_1d_output_size (line 5510) | static int64_t ggml_calc_conv_transpose_1d_output_size(int64_t ins, int6... function ggml_tensor (line 5514) | ggml_tensor * ggml_conv_transpose_1d( type ggml_tensor (line 5558) | struct ggml_tensor type ggml_context (line 5559) | struct ggml_context type ggml_tensor (line 5560) | struct ggml_tensor type ggml_tensor (line 5561) | struct ggml_tensor type ggml_tensor (line 5592) | struct ggml_tensor type ggml_tensor (line 5607) | struct ggml_tensor type ggml_context (line 5608) | struct ggml_context type ggml_tensor (line 5609) | struct ggml_tensor type ggml_tensor (line 5610) | struct ggml_tensor type ggml_tensor (line 5617) | struct ggml_tensor type ggml_tensor (line 5619) | struct ggml_tensor type ggml_tensor (line 5630) | struct ggml_tensor type ggml_context (line 5631) | struct ggml_context type ggml_tensor (line 5632) | struct ggml_tensor type ggml_tensor (line 5633) | struct ggml_tensor type ggml_tensor (line 5639) | struct ggml_tensor type ggml_context (line 5640) | struct ggml_context type ggml_tensor (line 5641) | struct ggml_tensor type ggml_tensor (line 5642) | struct ggml_tensor function ggml_calc_conv_transpose_output_size (line 5648) | static int64_t ggml_calc_conv_transpose_output_size(int64_t ins, int64_t... type ggml_tensor (line 5652) | struct ggml_tensor type ggml_context (line 5653) | struct ggml_context type ggml_tensor (line 5654) | struct ggml_tensor type ggml_tensor (line 5655) | struct ggml_tensor type ggml_tensor (line 5672) | struct ggml_tensor function ggml_calc_pool_output_size (line 5686) | static int64_t ggml_calc_pool_output_size(int64_t ins, int ks, int s, fl... type ggml_tensor (line 5692) | struct ggml_tensor type ggml_context (line 5693) | struct ggml_context type ggml_tensor (line 5694) | struct ggml_tensor type ggml_op_pool (line 5695) | enum ggml_op_pool type ggml_tensor (line 5711) | struct ggml_tensor type ggml_tensor (line 5725) | struct ggml_tensor type ggml_context (line 5726) | struct ggml_context type ggml_tensor (line 5727) | struct ggml_tensor type ggml_op_pool (line 5728) | enum ggml_op_pool type ggml_tensor (line 5748) | struct ggml_tensor type ggml_tensor (line 5762) | struct ggml_tensor type ggml_context (line 5763) | struct ggml_context type ggml_tensor (line 5764) | struct ggml_tensor type ggml_tensor (line 5773) | struct ggml_tensor type ggml_tensor (line 5787) | struct ggml_tensor type ggml_context (line 5788) | struct ggml_context type ggml_tensor (line 5789) | struct ggml_tensor type ggml_tensor (line 5798) | struct ggml_tensor type ggml_tensor (line 5811) | struct ggml_tensor type ggml_context (line 5812) | struct ggml_context type ggml_tensor (line 5813) | struct ggml_tensor type ggml_tensor (line 5820) | struct ggml_tensor type ggml_context (line 5821) | struct ggml_context type ggml_tensor (line 5822) | struct ggml_tensor type ggml_sort_order (line 5823) | enum ggml_sort_order type ggml_tensor (line 5826) | struct ggml_tensor type ggml_tensor (line 5839) | struct ggml_tensor type ggml_context (line 5840) | struct ggml_context type ggml_tensor (line 5841) | struct ggml_tensor type ggml_tensor (line 5845) | struct ggml_tensor type ggml_tensor (line 5857) | struct ggml_tensor type ggml_context (line 5858) | struct ggml_context type ggml_tensor (line 5859) | struct ggml_tensor type ggml_tensor (line 5860) | struct ggml_tensor type ggml_tensor (line 5861) | struct ggml_tensor type ggml_tensor (line 5873) | struct ggml_tensor type ggml_tensor (line 5889) | struct ggml_tensor type ggml_context (line 5890) | struct ggml_context type ggml_tensor (line 5891) | struct ggml_tensor type ggml_tensor (line 5892) | struct ggml_tensor type ggml_tensor (line 5893) | struct ggml_tensor type ggml_tensor (line 5894) | struct ggml_tensor type ggml_tensor (line 5895) | struct ggml_tensor type ggml_tensor (line 5906) | struct ggml_tensor type ggml_tensor (line 5921) | struct ggml_tensor type ggml_context (line 5922) | struct ggml_context type ggml_tensor (line 5923) | struct ggml_tensor type ggml_tensor (line 5924) | struct ggml_tensor type ggml_tensor (line 5925) | struct ggml_tensor type ggml_tensor (line 5926) | struct ggml_tensor type ggml_type (line 5971) | enum ggml_type type ggml_tensor (line 5982) | struct ggml_tensor type ggml_tensor (line 5999) | struct ggml_tensor type ggml_context (line 6000) | struct ggml_context type ggml_tensor (line 6001) | struct ggml_tensor type ggml_tensor (line 6023) | struct ggml_tensor type ggml_tensor (line 6037) | struct ggml_tensor type ggml_context (line 6038) | struct ggml_context type ggml_tensor (line 6039) | struct ggml_tensor type ggml_tensor (line 6053) | struct ggml_tensor type ggml_tensor (line 6067) | struct ggml_tensor type ggml_context (line 6068) | struct ggml_context type ggml_tensor (line 6069) | struct ggml_tensor type ggml_tensor (line 6083) | struct ggml_tensor type ggml_tensor (line 6095) | struct ggml_tensor type ggml_context (line 6096) | struct ggml_context type ggml_tensor (line 6097) | struct ggml_tensor type ggml_tensor (line 6098) | struct ggml_tensor type ggml_tensor (line 6099) | struct ggml_tensor type ggml_tensor (line 6117) | struct ggml_tensor type ggml_tensor (line 6129) | struct ggml_tensor type ggml_context (line 6130) | struct ggml_context type ggml_tensor (line 6131) | struct ggml_tensor type ggml_tensor (line 6132) | struct ggml_tensor type ggml_tensor (line 6133) | struct ggml_tensor type ggml_tensor (line 6137) | struct ggml_tensor type ggml_context (line 6138) | struct ggml_context type ggml_tensor (line 6139) | struct ggml_tensor type ggml_tensor (line 6140) | struct ggml_tensor type ggml_tensor (line 6141) | struct ggml_tensor type ggml_tensor (line 6147) | struct ggml_tensor type ggml_context (line 6148) | struct ggml_context type ggml_tensor (line 6149) | struct ggml_tensor type ggml_unary_op (line 6150) | enum ggml_unary_op type ggml_tensor (line 6158) | struct ggml_tensor type ggml_tensor (line 6172) | struct ggml_tensor type ggml_context (line 6173) | struct ggml_context type ggml_tensor (line 6174) | struct ggml_tensor type ggml_unary_op (line 6175) | enum ggml_unary_op type ggml_tensor (line 6179) | struct ggml_tensor type ggml_context (line 6180) | struct ggml_context type ggml_tensor (line 6181) | struct ggml_tensor type ggml_unary_op (line 6182) | enum ggml_unary_op type ggml_tensor (line 6188) | struct ggml_tensor type ggml_context (line 6189) | struct ggml_context type ggml_tensor (line 6190) | struct ggml_tensor type ggml_tensor (line 6199) | struct ggml_tensor type ggml_tensor (line 6210) | struct ggml_tensor type ggml_context (line 6211) | struct ggml_context type ggml_tensor (line 6212) | struct ggml_tensor type ggml_tensor (line 6217) | struct ggml_tensor type ggml_context (line 6218) | struct ggml_context type ggml_tensor (line 6219) | struct ggml_tensor type ggml_tensor (line 6226) | struct ggml_tensor type ggml_context (line 6227) | struct ggml_context type ggml_tensor (line 6228) | struct ggml_tensor type ggml_tensor (line 6229) | struct ggml_tensor type ggml_tensor (line 6240) | struct ggml_tensor type ggml_tensor (line 6252) | struct ggml_tensor type ggml_context (line 6253) | struct ggml_context type ggml_tensor (line 6254) | struct ggml_tensor type ggml_tensor (line 6255) | struct ggml_tensor type ggml_tensor (line 6260) | struct ggml_tensor type ggml_context (line 6261) | struct ggml_context type ggml_tensor (line 6262) | struct ggml_tensor type ggml_tensor (line 6263) | struct ggml_tensor type ggml_tensor (line 6270) | struct ggml_tensor type ggml_context (line 6271) | struct ggml_context type ggml_tensor (line 6272) | struct ggml_tensor type ggml_tensor (line 6281) | struct ggml_tensor type ggml_tensor (line 6292) | struct ggml_tensor type ggml_context (line 6293) | struct ggml_context type ggml_tensor (line 6294) | struct ggml_tensor type ggml_tensor (line 6299) | struct ggml_tensor type ggml_context (line 6300) | struct ggml_context type ggml_tensor (line 6301) | struct ggml_tensor type ggml_tensor (line 6308) | struct ggml_tensor type ggml_context (line 6309) | struct ggml_context type ggml_tensor (line 6310) | struct ggml_tensor type ggml_tensor (line 6311) | struct ggml_tensor type ggml_tensor (line 6320) | struct ggml_tensor type ggml_tensor (line 6332) | struct ggml_tensor type ggml_context (line 6333) | struct ggml_context type ggml_tensor (line 6334) | struct ggml_tensor type ggml_tensor (line 6335) | struct ggml_tensor type ggml_tensor (line 6340) | struct ggml_tensor type ggml_context (line 6341) | struct ggml_context type ggml_tensor (line 6342) | struct ggml_tensor type ggml_tensor (line 6343) | struct ggml_tensor type ggml_tensor (line 6350) | struct ggml_tensor type ggml_context (line 6351) | struct ggml_context type ggml_tensor (line 6352) | struct ggml_tensor type ggml_tensor (line 6353) | struct ggml_tensor type ggml_tensor (line 6354) | struct ggml_tensor type ggml_tensor (line 6363) | struct ggml_tensor type ggml_tensor (line 6376) | struct ggml_tensor type ggml_context (line 6377) | struct ggml_context type ggml_tensor (line 6378) | struct ggml_tensor type ggml_tensor (line 6379) | struct ggml_tensor type ggml_tensor (line 6380) | struct ggml_tensor type ggml_tensor (line 6385) | struct ggml_tensor type ggml_context (line 6386) | struct ggml_context type ggml_tensor (line 6387) | struct ggml_tensor type ggml_tensor (line 6388) | struct ggml_tensor type ggml_tensor (line 6389) | struct ggml_tensor type ggml_map_custom1_op_params (line 6395) | struct ggml_map_custom1_op_params { type ggml_tensor (line 6401) | struct ggml_tensor type ggml_context (line 6402) | struct ggml_context type ggml_tensor (line 6403) | struct ggml_tensor type ggml_tensor (line 6416) | struct ggml_tensor type ggml_map_custom1_op_params (line 6418) | struct ggml_map_custom1_op_params type ggml_tensor (line 6432) | struct ggml_tensor type ggml_context (line 6433) | struct ggml_context type ggml_tensor (line 6434) | struct ggml_tensor type ggml_tensor (line 6441) | struct ggml_tensor type ggml_context (line 6442) | struct ggml_context type ggml_tensor (line 6443) | struct ggml_tensor type ggml_map_custom2_op_params (line 6452) | struct ggml_map_custom2_op_params { type ggml_tensor (line 6458) | struct ggml_tensor type ggml_context (line 6459) | struct ggml_context type ggml_tensor (line 6460) | struct ggml_tensor type ggml_tensor (line 6461) | struct ggml_tensor type ggml_tensor (line 6474) | struct ggml_tensor type ggml_map_custom2_op_params (line 6476) | struct ggml_map_custom2_op_params type ggml_tensor (line 6491) | struct ggml_tensor type ggml_context (line 6492) | struct ggml_context type ggml_tensor (line 6493) | struct ggml_tensor type ggml_tensor (line 6494) | struct ggml_tensor type ggml_tensor (line 6501) | struct ggml_tensor type ggml_context (line 6502) | struct ggml_context type ggml_tensor (line 6503) | struct ggml_tensor type ggml_tensor (line 6504) | struct ggml_tensor type ggml_map_custom3_op_params (line 6513) | struct ggml_map_custom3_op_params { type ggml_tensor (line 6519) | struct ggml_tensor type ggml_context (line 6520) | struct ggml_context type ggml_tensor (line 6521) | struct ggml_tensor type ggml_tensor (line 6522) | struct ggml_tensor type ggml_tensor (line 6523) | struct ggml_tensor type ggml_tensor (line 6536) | struct ggml_tensor type ggml_map_custom3_op_params (line 6538) | struct ggml_map_custom3_op_params type ggml_tensor (line 6554) | struct ggml_tensor type ggml_context (line 6555) | struct ggml_context type ggml_tensor (line 6556) | struct ggml_tensor type ggml_tensor (line 6557) | struct ggml_tensor type ggml_tensor (line 6558) | struct ggml_tensor type ggml_tensor (line 6565) | struct ggml_tensor type ggml_context (line 6566) | struct ggml_context type ggml_tensor (line 6567) | struct ggml_tensor type ggml_tensor (line 6568) | struct ggml_tensor type ggml_tensor (line 6569) | struct ggml_tensor type ggml_tensor (line 6578) | struct ggml_tensor type ggml_context (line 6579) | struct ggml_context type ggml_tensor (line 6580) | struct ggml_tensor type ggml_tensor (line 6581) | struct ggml_tensor type ggml_tensor (line 6589) | struct ggml_tensor type ggml_tensor (line 6601) | struct ggml_tensor type ggml_context (line 6602) | struct ggml_context type ggml_tensor (line 6603) | struct ggml_tensor type ggml_tensor (line 6604) | struct ggml_tensor type ggml_tensor (line 6605) | struct ggml_tensor type ggml_tensor (line 6609) | struct ggml_tensor function ggml_set_param (line 6622) | void ggml_set_param( function ggml_compute_forward_dup_same_cont (line 6634) | static void ggml_compute_forward_dup_same_cont( function ggml_compute_forward_dup_f16 (line 6666) | static void ggml_compute_forward_dup_f16( function ggml_compute_forward_dup_f32 (line 6937) | static void ggml_compute_forward_dup_f32( function ggml_compute_forward_dup (line 7186) | static void ggml_compute_forward_dup( function ggml_compute_forward_add_f32 (line 7213) | static void ggml_compute_forward_add_f32( function ggml_compute_forward_add_f16_f32 (line 7290) | static void ggml_compute_forward_add_f16_f32( function ggml_compute_forward_add_f16_f16 (line 7367) | static void ggml_compute_forward_add_f16_f16( function ggml_compute_forward_add_q_f32 (line 7421) | static void ggml_compute_forward_add_q_f32( function ggml_compute_forward_add (line 7499) | static void ggml_compute_forward_add( function ggml_compute_forward_add1_f32 (line 7543) | static void ggml_compute_forward_add1_f32( function ggml_compute_forward_add1_f16_f32 (line 7595) | static void ggml_compute_forward_add1_f16_f32( function ggml_compute_forward_add1_f16_f16 (line 7645) | static void ggml_compute_forward_add1_f16_f16( function ggml_compute_forward_add1_q_f32 (line 7695) | static void ggml_compute_forward_add1_q_f32( function ggml_compute_forward_add1 (line 7762) | static void ggml_compute_forward_add1( function ggml_compute_forward_acc_f32 (line 7807) | static void ggml_compute_forward_acc_f32( function ggml_compute_forward_acc (line 7886) | static void ggml_compute_forward_acc( function ggml_compute_forward_sub_f32 (line 7918) | static void ggml_compute_forward_sub_f32( function ggml_compute_forward_sub (line 7978) | static void ggml_compute_forward_sub( function ggml_compute_forward_mul_f32 (line 7997) | static void ggml_compute_forward_mul_f32( function ggml_compute_forward_mul (line 8080) | static void ggml_compute_forward_mul( function ggml_compute_forward_div_f32 (line 8101) | static void ggml_compute_forward_div_f32( function ggml_compute_forward_div (line 8174) | static void ggml_compute_forward_div( function ggml_compute_forward_sqr_f32 (line 8193) | static void ggml_compute_forward_sqr_f32( function ggml_compute_forward_sqr (line 8217) | static void ggml_compute_forward_sqr( function ggml_compute_forward_sqrt_f32 (line 8235) | static void ggml_compute_forward_sqrt_f32( function ggml_compute_forward_sqrt (line 8259) | static void ggml_compute_forward_sqrt( function ggml_compute_forward_log_f32 (line 8277) | static void ggml_compute_forward_log_f32( function ggml_compute_forward_log (line 8301) | static void ggml_compute_forward_log( function ggml_compute_forward_sum_f32 (line 8319) | static void ggml_compute_forward_sum_f32( function ggml_compute_forward_sum_f16 (line 8352) | static void ggml_compute_forward_sum_f16( function ggml_compute_forward_sum (line 8384) | static void ggml_compute_forward_sum( function ggml_compute_forward_sum_rows_f32 (line 8406) | static void ggml_compute_forward_sum_rows_f32( function ggml_compute_forward_sum_rows (line 8439) | static void ggml_compute_forward_sum_rows( function ggml_compute_forward_mean_f32 (line 8457) | static void ggml_compute_forward_mean_f32( function ggml_compute_forward_mean (line 8494) | static void ggml_compute_forward_mean( function ggml_compute_forward_argmax_f32 (line 8512) | static void ggml_compute_forward_argmax_f32( function ggml_compute_forward_argmax (line 8540) | static void ggml_compute_forward_argmax( function ggml_compute_forward_repeat_f32 (line 8558) | static void ggml_compute_forward_repeat_f32( function ggml_compute_forward_repeat_f16 (line 8601) | static void ggml_compute_forward_repeat_f16( function ggml_compute_forward_repeat (line 8647) | static void ggml_compute_forward_repeat( function ggml_compute_forward_repeat_back_f32 (line 8670) | static void ggml_compute_forward_repeat_back_f32( function ggml_compute_forward_repeat_back (line 8727) | static void ggml_compute_forward_repeat_back( function ggml_compute_forward_concat_f32 (line 8745) | static void ggml_compute_forward_concat_f32( function ggml_compute_forward_concat (line 8793) | static void ggml_compute_forward_concat( function ggml_compute_forward_abs_f32 (line 8812) | static void ggml_compute_forward_abs_f32( function ggml_compute_forward_abs (line 8836) | static void ggml_compute_forward_abs( function ggml_compute_forward_sgn_f32 (line 8854) | static void ggml_compute_forward_sgn_f32( function ggml_compute_forward_sgn (line 8878) | static void ggml_compute_forward_sgn( function ggml_compute_forward_neg_f32 (line 8896) | static void ggml_compute_forward_neg_f32( function ggml_compute_forward_neg (line 8920) | static void ggml_compute_forward_neg( function ggml_compute_forward_step_f32 (line 8938) | static void ggml_compute_forward_step_f32( function ggml_compute_forward_step (line 8962) | static void ggml_compute_forward_step( function ggml_compute_forward_tanh_f32 (line 8980) | static void ggml_compute_forward_tanh_f32( function ggml_compute_forward_tanh (line 9004) | static void ggml_compute_forward_tanh( function ggml_compute_forward_elu_f32 (line 9022) | static void ggml_compute_forward_elu_f32( function ggml_compute_forward_elu (line 9046) | static void ggml_compute_forward_elu( function ggml_compute_forward_relu_f32 (line 9064) | static void ggml_compute_forward_relu_f32( function ggml_compute_forward_relu (line 9088) | static void ggml_compute_forward_relu( function ggml_compute_forward_gelu_f32 (line 9106) | static void ggml_compute_forward_gelu_f32( function ggml_compute_forward_gelu (line 9147) | static void ggml_compute_forward_gelu( function ggml_compute_forward_gelu_quick_f32 (line 9165) | static void ggml_compute_forward_gelu_quick_f32( function ggml_compute_forward_gelu_quick (line 9206) | static void ggml_compute_forward_gelu_quick( function ggml_compute_forward_silu_f32 (line 9224) | static void ggml_compute_forward_silu_f32( function ggml_compute_forward_silu (line 9265) | static void ggml_compute_forward_silu( function ggml_compute_forward_leaky_relu_f32 (line 9282) | static void ggml_compute_forward_leaky_relu_f32( function ggml_compute_forward_leaky_relu (line 9309) | static void ggml_compute_forward_leaky_relu( function ggml_compute_forward_silu_back_f32 (line 9327) | static void ggml_compute_forward_silu_back_f32( function ggml_compute_forward_silu_back (line 9372) | static void ggml_compute_forward_silu_back( function ggml_compute_forward_glu_f32 (line 9391) | static void ggml_compute_forward_glu_f32( function ggml_compute_forward_glu (line 9415) | static void ggml_compute_forward_glu( function ggml_compute_forward_norm_f32 (line 9433) | static void ggml_compute_forward_norm_f32( function ggml_compute_forward_norm (line 9484) | static void ggml_compute_forward_norm( function ggml_compute_forward_batch_norm_f32 (line 9502) | static void ggml_compute_forward_batch_norm_f32( function ggml_compute_forward_batch_norm (line 9537) | static void ggml_compute_forward_batch_norm( function ggml_compute_forward_rms_norm_f32 (line 9559) | static void ggml_compute_forward_rms_norm_f32( function ggml_compute_forward_rms_norm (line 9607) | static void ggml_compute_forward_rms_norm( function ggml_compute_forward_rms_norm_back_f32 (line 9623) | static void ggml_compute_forward_rms_norm_back_f32( function ggml_compute_forward_rms_norm_back (line 9780) | static void ggml_compute_forward_rms_norm_back( function ggml_compute_forward_group_norm_f32 (line 9799) | static void ggml_compute_forward_group_norm_f32( function ggml_compute_forward_group_norm (line 9871) | static void ggml_compute_forward_group_norm( function ggml_compute_forward_mul_mat_use_blas (line 9892) | static bool ggml_compute_forward_mul_mat_use_blas( function ggml_compute_forward_mul_mat (line 9925) | static void ggml_compute_forward_mul_mat( function ggml_compute_forward_mul_mat_id (line 10141) | static void ggml_compute_forward_mul_mat_id( function ggml_compute_forward_out_prod_f32 (line 10169) | static void ggml_compute_forward_out_prod_f32( function ggml_compute_forward_out_prod_q_f32 (line 10358) | static void ggml_compute_forward_out_prod_q_f32( function ggml_compute_forward_out_prod (line 10468) | static void ggml_compute_forward_out_prod( function ggml_compute_forward_scale_f32 (line 10505) | static void ggml_compute_forward_scale_f32( function ggml_compute_forward_scale (line 10548) | static void ggml_compute_forward_scale( function ggml_compute_forward_set_f32 (line 10567) | static void ggml_compute_forward_set_f32( function ggml_compute_forward_set (line 10637) | static void ggml_compute_forward_set( function ggml_compute_forward_cpy (line 10669) | static void ggml_compute_forward_cpy( function ggml_compute_forward_cont (line 10678) | static void ggml_compute_forward_cont( function ggml_compute_forward_reshape (line 10687) | static void ggml_compute_forward_reshape( function ggml_compute_forward_view (line 10699) | static void ggml_compute_forward_view( function ggml_compute_forward_permute (line 10709) | static void ggml_compute_forward_permute( function ggml_compute_forward_transpose (line 10719) | static void ggml_compute_forward_transpose( function ggml_compute_forward_get_rows_q (line 10729) | static void ggml_compute_forward_get_rows_q( function ggml_compute_forward_get_rows_f16 (line 10767) | static void ggml_compute_forward_get_rows_f16( function ggml_compute_forward_get_rows_f32 (line 10802) | static void ggml_compute_forward_get_rows_f32( function ggml_compute_forward_get_rows (line 10837) | static void ggml_compute_forward_get_rows( function ggml_compute_forward_get_rows_back_f32_f16 (line 10893) | static void ggml_compute_forward_get_rows_back_f32_f16( function ggml_compute_forward_get_rows_back_f32 (line 10927) | static void ggml_compute_forward_get_rows_back_f32( function ggml_compute_forward_get_rows_back (line 10961) | static void ggml_compute_forward_get_rows_back( function ggml_compute_forward_diag_f32 (line 11002) | static void ggml_compute_forward_diag_f32( function ggml_compute_forward_diag (line 11042) | static void ggml_compute_forward_diag( function ggml_compute_forward_diag_mask_f32 (line 11060) | static void ggml_compute_forward_diag_mask_f32( function ggml_compute_forward_diag_mask_inf (line 11110) | static void ggml_compute_forward_diag_mask_inf( function ggml_compute_forward_diag_mask_zero (line 11126) | static void ggml_compute_forward_diag_mask_zero( function ggml_compute_forward_soft_max_f32 (line 11144) | static void ggml_compute_forward_soft_max_f32( function ggml_compute_forward_soft_max (line 11231) | static void ggml_compute_forward_soft_max( function ggml_compute_forward_soft_max_back_f32 (line 11250) | static void ggml_compute_forward_soft_max_back_f32( function ggml_compute_forward_soft_max_back (line 11327) | static void ggml_compute_forward_soft_max_back( function ggml_compute_forward_alibi_f32 (line 11346) | static void ggml_compute_forward_alibi_f32( function ggml_compute_forward_alibi_f16 (line 11405) | static void ggml_compute_forward_alibi_f16( function ggml_compute_forward_alibi (line 11466) | static void ggml_compute_forward_alibi( function ggml_compute_forward_clamp_f32 (line 11503) | static void ggml_compute_forward_clamp_f32( function ggml_compute_forward_clamp (line 11543) | static void ggml_compute_forward_clamp( function rope_yarn_ramp (line 11577) | static float rope_yarn_ramp(const float low, const float high, const int... function rope_yarn (line 11584) | static void rope_yarn( function ggml_rope_yarn_corr_dim (line 11604) | static float ggml_rope_yarn_corr_dim(int n_dims, int n_orig_ctx, float n... function ggml_rope_yarn_corr_dims (line 11608) | void ggml_rope_yarn_corr_dims( function ggml_compute_forward_rope_f32 (line 11616) | static void ggml_compute_forward_rope_f32( function ggml_compute_forward_rope_f16 (line 11780) | static void ggml_compute_forward_rope_f16( function ggml_compute_forward_rope (line 11933) | static void ggml_compute_forward_rope( function ggml_compute_forward_rope_back (line 11956) | static void ggml_compute_forward_rope_back( function ggml_compute_forward_conv_1d_s1_ph_f16_f32 (line 11979) | static void ggml_compute_forward_conv_1d_s1_ph_f16_f32( function ggml_compute_forward_conv_1d_f32 (line 12071) | static void ggml_compute_forward_conv_1d_f32( function ggml_compute_forward_depthwise_conv_stage_0_f32 (line 12150) | static void ggml_compute_forward_depthwise_conv_stage_0_f32( function ggml_compute_forward_conv_1d (line 12186) | static void ggml_compute_forward_conv_1d( function ggml_compute_forward_depthwise_conv_stage_0 (line 12203) | static void ggml_compute_forward_depthwise_conv_stage_0( function ggml_compute_forward_depthwise_conv_stage_1_f32 (line 12220) | static void ggml_compute_forward_depthwise_conv_stage_1_f32( function ggml_compute_forward_depthwise_conv_stage_2_f32 (line 12252) | static void ggml_compute_forward_depthwise_conv_stage_2_f32( function ggml_compute_forward_depthwise_conv_stage_1 (line 12293) | static void ggml_compute_forward_depthwise_conv_stage_1( function ggml_compute_forward_depthwise_conv_stage_2 (line 12309) | static void ggml_compute_forward_depthwise_conv_stage_2( function ggml_compute_forward_conv_1d_f16_f32 (line 12328) | static void ggml_compute_forward_conv_1d_f16_f32( function ggml_compute_forward_depthwise_conv_f32 (line 12409) | static void ggml_compute_forward_depthwise_conv_f32( function gemm_f16_out_f32 (line 12490) | static void gemm_f16_out_f32(int64_t m, int64_t n, int64_t k, function ggml_compute_forward_conv_1d_stage_0_f32 (line 12561) | static void ggml_compute_forward_conv_1d_stage_0_f32( function ggml_compute_forward_conv_1d_stage_1_f16 (line 12631) | static void ggml_compute_forward_conv_1d_stage_1_f16( function ggml_compute_forward_conv_1d_stage_0 (line 12681) | static void ggml_compute_forward_conv_1d_stage_0( function ggml_compute_forward_conv_1d_stage_1 (line 12698) | static void ggml_compute_forward_conv_1d_stage_1( function ggml_compute_forward_conv_transpose_1d_f16_f32 (line 12717) | static void ggml_compute_forward_conv_transpose_1d_f16_f32( function ggml_compute_forward_conv_transpose_1d_f32 (line 12811) | static void ggml_compute_forward_conv_transpose_1d_f32( function ggml_compute_forward_conv_transpose_1d (line 12905) | static void ggml_compute_forward_conv_transpose_1d( function ggml_compute_forward_im2col_f16 (line 12929) | static void ggml_compute_forward_im2col_f16( function ggml_compute_forward_im2col (line 13011) | static void ggml_compute_forward_im2col( function ggml_compute_forward_conv_transpose_2d (line 13034) | static void ggml_compute_forward_conv_transpose_2d( function ggml_compute_forward_pool_1d_sk_p0 (line 13136) | static void ggml_compute_forward_pool_1d_sk_p0( function ggml_compute_forward_pool_1d (line 13188) | static void ggml_compute_forward_pool_1d( function ggml_compute_forward_pool_2d (line 13206) | static void ggml_compute_forward_pool_2d( function ggml_compute_forward_upscale_f32 (line 13280) | static void ggml_compute_forward_upscale_f32( function ggml_compute_forward_upscale (line 13319) | static void ggml_compute_forward_upscale( function ggml_compute_forward_pad_f32 (line 13337) | static void ggml_compute_forward_pad_f32( function ggml_compute_forward_pad (line 13377) | static void ggml_compute_forward_pad( function ggml_compute_forward_argsort_f32 (line 13395) | static void ggml_compute_forward_argsort_f32( function ggml_compute_forward_argsort (line 13437) | static void ggml_compute_forward_argsort( function ggml_compute_forward_flash_attn_f32 (line 13456) | static void ggml_compute_forward_flash_attn_f32( function ggml_compute_forward_flash_attn_f16 (line 13646) | static void ggml_compute_forward_flash_attn_f16( function ggml_compute_forward_flash_attn (line 13872) | static void ggml_compute_forward_flash_attn( function ggml_compute_forward_flash_ff_f16 (line 13897) | static void ggml_compute_forward_flash_ff_f16( function ggml_compute_forward_flash_ff (line 14030) | static void ggml_compute_forward_flash_ff( function ggml_compute_forward_flash_attn_back_f32 (line 14056) | static void ggml_compute_forward_flash_attn_back_f32( function ggml_compute_forward_flash_attn_back (line 14409) | static void ggml_compute_forward_flash_attn_back( function ggml_compute_forward_win_part_f32 (line 14431) | static void ggml_compute_forward_win_part_f32( function ggml_compute_forward_win_part (line 14475) | static void ggml_compute_forward_win_part( function ggml_compute_forward_win_unpart_f32 (line 14493) | static void ggml_compute_forward_win_unpart_f32( function ggml_compute_forward_win_unpart (line 14535) | static void ggml_compute_forward_win_unpart( function ggml_compute_forward_unary (line 14553) | static void ggml_compute_forward_unary( function ggml_compute_forward_get_rel_pos_f16 (line 14613) | static void ggml_compute_forward_get_rel_pos_f16( function ggml_compute_forward_get_rel_pos (line 14640) | static void ggml_compute_forward_get_rel_pos( function ggml_compute_forward_add_rel_pos_f32 (line 14658) | static void ggml_compute_forward_add_rel_pos_f32( function ggml_compute_forward_add_rel_pos (line 14723) | static void ggml_compute_forward_add_rel_pos( function ggml_compute_forward_map_unary_f32 (line 14743) | static void ggml_compute_forward_map_unary_f32( function ggml_compute_forward_map_unary (line 14767) | static void ggml_compute_forward_map_unary( function ggml_compute_forward_map_binary_f32 (line 14786) | static void ggml_compute_forward_map_binary_f32( function ggml_compute_forward_map_binary (line 14814) | static void ggml_compute_forward_map_binary( function ggml_compute_forward_map_custom1_f32 (line 14834) | static void ggml_compute_forward_map_custom1_f32( function ggml_compute_forward_map_custom2_f32 (line 14850) | static void ggml_compute_forward_map_custom2_f32( function ggml_compute_forward_map_custom3_f32 (line 14867) | static void ggml_compute_forward_map_custom3_f32( function ggml_compute_forward_map_custom1 (line 14885) | static void ggml_compute_forward_map_custom1( function ggml_compute_forward_map_custom2 (line 14900) | static void ggml_compute_forward_map_custom2( function ggml_compute_forward_map_custom3 (line 14916) | static void ggml_compute_forward_map_custom3( function ggml_compute_forward_cross_entropy_loss_f32 (line 14933) | static void ggml_compute_forward_cross_entropy_loss_f32( function ggml_compute_forward_cross_entropy_loss (line 15039) | static void ggml_compute_forward_cross_entropy_loss( function ggml_compute_forward_cross_entropy_loss_back_f32 (line 15058) | static void ggml_compute_forward_cross_entropy_loss_back_f32( function ggml_compute_forward_cross_entropy_loss_back (line 15148) | static void ggml_compute_forward_cross_entropy_loss_back( function ggml_compute_forward (line 15168) | static void ggml_compute_forward(struct ggml_compute_params * params, st... function ggml_hash_size (line 15534) | static size_t ggml_hash_size(size_t min_sz) { function ggml_hash (line 15560) | static size_t ggml_hash(const void * p) { function ggml_hash_find (line 15564) | size_t ggml_hash_find(const struct ggml_hash_set hash_set, struct ggml_t... function ggml_hash_contains (line 15579) | bool ggml_hash_contains(struct ggml_hash_set hash_set, struct ggml_tenso... function ggml_hash_insert (line 15584) | size_t ggml_hash_insert(struct ggml_hash_set hash_set, struct ggml_tenso... function ggml_hash_find_or_insert (line 15599) | size_t ggml_hash_find_or_insert(struct ggml_hash_set hash_set, struct gg... function ggml_hash_set_new (line 15608) | static struct ggml_hash_set ggml_hash_set_new(size_t size) { function ggml_hash_set_free (line 15617) | static void ggml_hash_set_free(struct ggml_hash_set hash_set) { type hash_map (line 15621) | struct hash_map { type hash_map (line 15626) | struct hash_map type hash_map (line 15627) | struct hash_map type hash_map (line 15627) | struct hash_map type ggml_tensor (line 15629) | struct ggml_tensor type ggml_tensor (line 15630) | struct ggml_tensor function ggml_hash_map_free (line 15634) | static void ggml_hash_map_free(struct hash_map * map) { type ggml_tensor (line 15642) | struct ggml_tensor type ggml_context (line 15643) | struct ggml_context type ggml_cgraph (line 15644) | struct ggml_cgraph type hash_map (line 15645) | struct hash_map type ggml_tensor (line 15646) | struct ggml_tensor type ggml_tensor (line 15677) | struct ggml_tensor function ggml_build_backward_gradient_checkpointing (line 15711) | void ggml_build_backward_gradient_checkpointing( type ggml_tensor (line 15759) | struct ggml_tensor type ggml_context (line 15759) | struct ggml_context type ggml_tensor (line 15759) | struct ggml_tensor type ggml_tensor (line 15759) | struct ggml_tensor type ggml_hash_set (line 15759) | struct ggml_hash_set type ggml_tensor (line 15767) | struct ggml_tensor type ggml_context (line 15767) | struct ggml_context type ggml_tensor (line 15767) | struct ggml_tensor type ggml_tensor (line 15767) | struct ggml_tensor type ggml_hash_set (line 15767) | struct ggml_hash_set type ggml_tensor (line 15769) | struct ggml_tensor type ggml_tensor (line 15776) | struct ggml_tensor type ggml_context (line 15776) | struct ggml_context type ggml_tensor (line 15776) | struct ggml_tensor type ggml_tensor (line 15776) | struct ggml_tensor type ggml_hash_set (line 15776) | struct ggml_hash_set type ggml_tensor (line 15784) | struct ggml_tensor type ggml_context (line 15784) | struct ggml_context type ggml_tensor (line 15784) | struct ggml_tensor type ggml_tensor (line 15784) | struct ggml_tensor type ggml_hash_set (line 15784) | struct ggml_hash_set function ggml_compute_backward (line 15792) | static void ggml_compute_backward(struct ggml_context * ctx, struct ggml... function ggml_visit_parents (line 16635) | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_... function ggml_build_forward_impl (line 16684) | static void ggml_build_forward_impl(struct ggml_cgraph * cgraph, struct ... function ggml_build_forward_expand (line 16704) | void ggml_build_forward_expand(struct ggml_cgraph * cgraph, struct ggml_... function ggml_build_backward_expand (line 16708) | void ggml_build_backward_expand(struct ggml_context * ctx, struct ggml_c... function ggml_graph_nbytes (line 16753) | static size_t ggml_graph_nbytes(size_t size, bool grads) { function ggml_graph_overhead_custom (line 16763) | size_t ggml_graph_overhead_custom(size_t size, bool grads) { function ggml_graph_overhead (line 16767) | size_t ggml_graph_overhead(void) { type ggml_cgraph (line 16771) | struct ggml_cgraph type ggml_context (line 16771) | struct ggml_context type ggml_object (line 16773) | struct ggml_object type ggml_cgraph (line 16774) | struct ggml_cgraph type ggml_cgraph (line 16774) | struct ggml_cgraph type ggml_tensor (line 16776) | struct ggml_tensor type ggml_tensor (line 16776) | struct ggml_tensor type ggml_tensor (line 16779) | struct ggml_tensor type ggml_tensor (line 16780) | struct ggml_tensor type ggml_tensor (line 16781) | struct ggml_tensor type ggml_tensor (line 16782) | struct ggml_tensor type ggml_tensor (line 16788) | struct ggml_tensor type ggml_cgraph (line 16790) | struct ggml_cgraph type ggml_cgraph (line 16807) | struct ggml_cgraph type ggml_context (line 16807) | struct ggml_context function ggml_graph_view (line 16811) | struct ggml_cgraph ggml_graph_view(struct ggml_cgraph * cgraph0, int i0,... function ggml_graph_cpy (line 16829) | void ggml_graph_cpy(struct ggml_cgraph * src, struct ggml_cgraph * dst) { type ggml_cgraph (line 16860) | struct ggml_cgraph type ggml_context (line 16860) | struct ggml_context type ggml_cgraph (line 16860) | struct ggml_cgraph type ggml_cgraph (line 16861) | struct ggml_cgraph function ggml_graph_reset (line 16866) | void ggml_graph_reset(struct ggml_cgraph * cgraph) { function ggml_graph_clear (line 16878) | void ggml_graph_clear(struct ggml_cgraph * cgraph) { type ggml_lock_t (line 16904) | typedef int ggml_lock_t; type pthread_t (line 16913) | typedef pthread_t ggml_thread_t; type ggml_lock_t (line 16927) | typedef int ggml_lock_t; type pthread_t (line 16940) | typedef pthread_t ggml_thread_t; function set_numa_thread_affinity (line 16949) | static void set_numa_thread_affinity(int thread_n, int n_threads) { function clear_numa_thread_affinity (line 16974) | static void clear_numa_thread_affinity(void) { function set_numa_thread_affinity (line 16998) | static void set_numa_thread_affinity(int thread_n, int n_threads) { UNUS... function clear_numa_thread_affinity (line 16999) | static void clear_numa_thread_affinity(void) {} type ggml_compute_state_shared (line 17002) | struct ggml_compute_state_shared { type ggml_compute_state (line 17019) | struct ggml_compute_state { function ggml_graph_compute_perf_stats_node (line 17025) | static void ggml_graph_compute_perf_stats_node(struct ggml_tensor * node... function ggml_get_n_tasks (line 17034) | static int ggml_get_n_tasks(struct ggml_tensor * node, int n_threads) { function thread_ret_t (line 17300) | static thread_ret_t ggml_graph_compute_thread(void * data) { function ggml_graph_plan (line 17419) | struct ggml_cplan ggml_graph_plan(struct ggml_cgraph * cgraph, int n_thr... function ggml_graph_compute (line 17607) | int ggml_graph_compute(struct ggml_cgraph * cgraph, struct ggml_cplan * ... function ggml_graph_compute_with_ctx (line 17687) | void ggml_graph_compute_with_ctx(struct ggml_context * ctx, struct ggml_... type ggml_tensor (line 17697) | struct ggml_tensor type ggml_cgraph (line 17697) | struct ggml_cgraph type ggml_tensor (line 17699) | struct ggml_tensor type ggml_tensor (line 17707) | struct ggml_tensor function ggml_graph_export_leaf (line 17717) | static void ggml_graph_export_leaf(const struct ggml_tensor * tensor, FI... function ggml_graph_export_node (line 17731) | static void ggml_graph_export_node(const struct ggml_tensor * tensor, co... function ggml_graph_export (line 17746) | void ggml_graph_export(const struct ggml_cgraph * cgraph, const char * f... type ggml_cgraph (line 17933) | struct ggml_cgraph type ggml_context (line 17933) | struct ggml_context type ggml_context (line 17933) | struct ggml_context type ggml_cgraph (line 17937) | struct ggml_cgraph type ggml_tensor (line 17939) | struct ggml_tensor type ggml_init_params (line 17959) | struct ggml_init_params type ggml_init_params (line 18015) | struct ggml_init_params type ggml_tensor (line 18060) | struct ggml_tensor type ggml_type (line 18060) | enum ggml_type type ggml_op (line 18062) | enum ggml_op type ggml_op (line 18094) | enum ggml_op type ggml_op (line 18094) | enum ggml_op type ggml_tensor (line 18115) | struct ggml_tensor type ggml_tensor (line 18136) | struct ggml_tensor type ggml_type (line 18163) | enum ggml_type function ggml_graph_print (line 18190) | void ggml_graph_print(const struct ggml_cgraph * cgraph) { function ggml_graph_find (line 18234) | static bool ggml_graph_find(const struct ggml_cgraph * cgraph, const str... type ggml_tensor (line 18248) | struct ggml_tensor type ggml_cgraph (line 18248) | struct ggml_cgraph type ggml_tensor (line 18248) | struct ggml_tensor type ggml_tensor (line 18250) | struct ggml_tensor function ggml_graph_dump_dot_node_edge (line 18260) | static void ggml_graph_dump_dot_node_edge(FILE * fp, const struct ggml_c... function ggml_graph_dump_dot_leaf_edge (line 18273) | static void ggml_graph_dump_dot_leaf_edge(FILE * fp, struct ggml_tensor ... function ggml_graph_dump_dot (line 18280) | void ggml_graph_dump_dot(const struct ggml_cgraph * gb, const struct ggm... function ggml_opt_set_params (line 18404) | static void ggml_opt_set_params(int np, struct ggml_tensor * const ps[],... function ggml_opt_get_params (line 18415) | static void ggml_opt_get_params(int np, struct ggml_tensor * const ps[],... function ggml_opt_get_grad (line 18426) | static void ggml_opt_get_grad(int np, struct ggml_tensor * const ps[], f... function ggml_opt_acc_grad (line 18437) | static void ggml_opt_acc_grad(int np, struct ggml_tensor * const ps[], f... function ggml_opt_adam (line 18454) | static enum ggml_opt_result ggml_opt_adam( type ggml_lbfgs_iteration_data (line 18681) | struct ggml_lbfgs_iteration_data { function linesearch_backtracking (line 18688) | static enum ggml_opt_result linesearch_backtracking( function ggml_opt_lbfgs (line 18810) | static enum ggml_opt_result ggml_opt_lbfgs( function ggml_opt_default_params (line 19078) | struct ggml_opt_params ggml_opt_default_params(enum ggml_opt_type type) { function GGML_API (line 19149) | GGML_API void ggml_opt_init( function ggml_opt (line 19222) | enum ggml_opt_result ggml_opt( function ggml_opt_resume (line 19256) | enum ggml_opt_result ggml_opt_resume( function ggml_opt_resume_g (line 19271) | enum ggml_opt_result ggml_opt_resume_g( function ggml_quantize_q4_0 (line 19309) | size_t ggml_quantize_q4_0(const float * src, void * dst, int n, int k, i... function ggml_quantize_q4_1 (line 19332) | size_t ggml_quantize_q4_1(const float * src, void * dst, int n, int k, i... function ggml_quantize_q5_0 (line 19355) | size_t ggml_quantize_q5_0(const float * src, void * dst, int n, int k, i... function ggml_quantize_q5_1 (line 19385) | size_t ggml_quantize_q5_1(const float * src, void * dst, int n, int k, i... function ggml_quantize_q8_0 (line 19415) | size_t ggml_quantize_q8_0(const float * src, void * dst, int n, int k, i... function ggml_quantize_chunk (line 19436) | size_t ggml_quantize_chunk(enum ggml_type type, const float * src, void ... function ggml_cpu_has_avx (line 19517) | int ggml_cpu_has_avx(void) { function ggml_cpu_has_avx2 (line 19525) | int ggml_cpu_has_avx2(void) { function ggml_cpu_has_avx512 (line 19533) | int ggml_cpu_has_avx512(void) { function ggml_cpu_has_avx512_vbmi (line 19541) | int ggml_cpu_has_avx512_vbmi(void) { function ggml_cpu_has_avx512_vnni (line 19549) | int ggml_cpu_has_avx512_vnni(void) { function ggml_cpu_has_fma (line 19557) | int ggml_cpu_has_fma(void) { function ggml_cpu_has_neon (line 19565) | int ggml_cpu_has_neon(void) { function ggml_cpu_has_arm_fma (line 19573) | int ggml_cpu_has_arm_fma(void) { function ggml_cpu_has_metal (line 19581) | int ggml_cpu_has_metal(void) { function ggml_cpu_has_f16c (line 19589) | int ggml_cpu_has_f16c(void) { function ggml_cpu_has_fp16_va (line 19597) | int ggml_cpu_has_fp16_va(void) { function ggml_cpu_has_wasm_simd (line 19605) | int ggml_cpu_has_wasm_simd(void) { function ggml_cpu_has_blas (line 19613) | int ggml_cpu_has_blas(void) { function ggml_cpu_has_cublas (line 19621) | int ggml_cpu_has_cublas(void) { function ggml_cpu_has_clblast (line 19629) | int ggml_cpu_has_clblast(void) { function ggml_cpu_has_gpublas (line 19637) | int ggml_cpu_has_gpublas(void) { function ggml_cpu_has_sse3 (line 19641) | int ggml_cpu_has_sse3(void) { function ggml_cpu_has_ssse3 (line 19649) | int ggml_cpu_has_ssse3(void) { function ggml_cpu_has_vsx (line 19657) | int ggml_cpu_has_vsx(void) { FILE: ggml/test_ggml_integration.py function _ctx (line 27) | def _ctx() -> Iterator[Ctx]: function test_ggml_bindings_work (line 36) | def test_ggml_bindings_work(ctx: Ctx) -> None: function test_ggml_matmul (line 61) | def test_ggml_matmul(ctx: Ctx) -> None: function test_shape_works (line 84) | def test_shape_works(ctx: Ctx) -> None: function test_nb_works (line 96) | def test_nb_works(ctx: Ctx) -> None: function test_strides_works (line 107) | def test_strides_works(ctx: Ctx) -> None: function test_to_numpy_works_with_f32 (line 118) | def test_to_numpy_works_with_f32(ctx: Ctx) -> None: function test_from_numpy_works_with_f32 (line 163) | def test_from_numpy_works_with_f32(ctx: Ctx) -> None: function test_to_numpy_works_with_f16 (line 187) | def test_to_numpy_works_with_f16(ctx: Ctx) -> None: function test_from_numpy_works_with_f16 (line 211) | def test_from_numpy_works_with_f16(ctx: Ctx) -> None: function test_to_numpy_works_with_transposed (line 223) | def test_to_numpy_works_with_transposed(ctx: Ctx) -> None: function test_ggml_slice (line 233) | def test_ggml_slice(ctx: Ctx) -> None: function test_ggml_transpose_and_slice (line 248) | def test_ggml_transpose_and_slice(ctx: Ctx) -> None: function test_numpy_mul_mat (line 263) | def test_numpy_mul_mat(ctx: Ctx) -> None: function test_flatten (line 289) | def test_flatten(ctx: Ctx, ndim: int) -> None: function test_torch_spda_vs_ggml_flash_attn (line 312) | def test_torch_spda_vs_ggml_flash_attn(ctx: Ctx) -> None: function test_ggml_softmax_vs_torch (line 341) | def test_ggml_softmax_vs_torch(ctx: Ctx, shape: Tuple[int, ...]) -> None: function test_can_return_hypothesis_ptr (line 356) | def test_can_return_hypothesis_ptr(ctx: Ctx) -> None: function test_set_2d (line 368) | def test_set_2d(ctx: Ctx, inplace: bool): FILE: ggml/test_unity_cpp.py function _ctx (line 48) | def _ctx() -> Iterator[Ctx]: function _load_g_model_once (line 71) | def _load_g_model_once() -> NativeObj: function g_model (line 79) | def g_model(ctx: Ctx) -> c_void_p: function load_translator (line 86) | def load_translator() -> Translator: function load_pt_model (line 90) | def load_pt_model() -> Any: function download_sample_audio (line 94) | def download_sample_audio() -> Any: function test_convert_linear (line 103) | def test_convert_linear(tmp_path: Path) -> None: function test_convert_linear_fp16 (line 118) | def test_convert_linear_fp16(tmp_path: Path, ctx: Ctx) -> None: function test_causal_attention_mask (line 141) | def test_causal_attention_mask(ctx: Ctx): function test_LayerNorm_forward (line 167) | def test_LayerNorm_forward(ctx: Ctx, g_model: c_void_p) -> None: function test_Linear_forward (line 181) | def test_Linear_forward(ctx: Ctx, g_model: c_void_p) -> None: function test_FeedForwardNetwork_forward (line 195) | def test_FeedForwardNetwork_forward(ctx: Ctx, g_model: c_void_p) -> None: function test_MultiheadAttention_forward (line 213) | def test_MultiheadAttention_forward( function test_MultiheadAttention_forward_self_attn_with_cache (line 285) | def test_MultiheadAttention_forward_self_attn_with_cache( function test_MultiheadAttention_forward_cross_attn_with_cache (line 340) | def test_MultiheadAttention_forward_cross_attn_with_cache( function test_StandardTransformerEncoderLayer_forward (line 402) | def test_StandardTransformerEncoderLayer_forward(ctx: Ctx, g_model: c_vo... function test_StandardConformerEncoderLayer_forward (line 430) | def test_StandardConformerEncoderLayer_forward(ctx: Ctx, g_model: c_void... function test_StandardConformerEncoderAdaptorLayer_forward (line 454) | def test_StandardConformerEncoderAdaptorLayer_forward( function test_StandardTransformerEncoder_forward (line 481) | def test_StandardTransformerEncoder_forward(ctx: Ctx, g_model: c_void_p)... function test_StandardConformerEncoder_forward (line 510) | def test_StandardConformerEncoder_forward(ctx: Ctx, g_model: c_void_p) -... function test_WaveformToFbank_forward (line 557) | def test_WaveformToFbank_forward(ctx: Ctx, g_model: c_void_p) -> None: function test_PositionalEmbedding_forward (line 587) | def test_PositionalEmbedding_forward(ctx: Ctx, g_model: c_void_p) -> None: function test_PositionalEmbedding_forward_with_cache (line 605) | def test_PositionalEmbedding_forward_with_cache(ctx: Ctx, g_model: c_voi... function test_TransformerEmbeddingFrontend_forward (line 631) | def test_TransformerEmbeddingFrontend_forward(ctx: Ctx, g_model: c_void_... function test_StandardTransformerDecoderLayer_forward (line 652) | def test_StandardTransformerDecoderLayer_forward(ctx: Ctx, g_model: c_vo... function test_StandardTransformerDecoder_forward (line 688) | def test_StandardTransformerDecoder_forward(ctx: Ctx, g_model: c_void_p)... function test_s2tt (line 720) | def test_s2tt(ctx: Ctx, g_model: c_void_p): FILE: ggml/tests/test-blas0.c function get_time_us (line 17) | uint64_t get_time_us() { function mul_mat_f32_0 (line 27) | void mul_mat_f32_0( function main (line 43) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-conv-transpose.c type ggml_context (line 7) | struct ggml_context type ggml_init_params (line 8) | struct ggml_init_params function check_tensor (line 45) | void check_tensor(struct ggml_tensor * t, float * expected_t_d, int ne0,... function main (line 61) | int main(int argc, const char** argv) { FILE: ggml/tests/test-customop.c type LONG (line 9) | typedef volatile LONG atomic_int; function LONG (line 10) | static LONG atomic_fetch_add(atomic_int * ptr, LONG inc) { type ggml_context (line 20) | struct ggml_context type ggml_init_params (line 21) | struct ggml_init_params function custom1 (line 35) | void custom1(struct ggml_tensor * dst , const struct ggml_tensor * a, in... function custom2 (line 60) | void custom2(struct ggml_tensor * dst , const struct ggml_tensor * a, co... function custom3 (line 97) | void custom3(struct ggml_tensor * dst , const struct ggml_tensor * a, co... function main (line 129) | int main(int argc, const char** argv) { FILE: ggml/tests/test-grad0.cpp function frand (line 50) | static float frand(void) { function irand (line 54) | static int irand(int n) { function get_random_dims (line 59) | static void get_random_dims(int64_t * dims, int ndims) { type ggml_tensor (line 67) | struct ggml_tensor type ggml_context (line 68) | struct ggml_context type ggml_tensor (line 73) | struct ggml_tensor type ggml_tensor (line 115) | struct ggml_tensor type ggml_context (line 116) | struct ggml_context type ggml_tensor (line 121) | struct ggml_tensor type ggml_tensor (line 163) | struct ggml_tensor type ggml_context (line 164) | struct ggml_context type ggml_tensor (line 169) | struct ggml_tensor function print_elements (line 211) | static void print_elements(const char* label, const struct ggml_tensor *... function check_gradient (line 231) | static bool check_gradient( function check_mat_mul (line 313) | static bool check_mat_mul( function main (line 374) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-mul-mat0.c function frand (line 16) | float frand(void) { function irand (line 20) | int irand(int n) { function get_random_dims (line 24) | void get_random_dims(int64_t * dims, int ndims) { type ggml_tensor (line 32) | struct ggml_tensor type ggml_context (line 33) | struct ggml_context type ggml_tensor (line 38) | struct ggml_tensor function get_element (line 80) | float get_element(const struct ggml_tensor * t, int idx) { function set_element (line 84) | void set_element(struct ggml_tensor * t, int idx, float value) { function check_gradient (line 88) | bool check_gradient( function mat_get (line 152) | float mat_get(const struct ggml_tensor * t, int i0, int i1, int i2, int ... function check_mat_mul (line 162) | bool check_mat_mul( function main (line 229) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-mul-mat1.c function get_time_us (line 19) | uint64_t get_time_us() { function mul_mat_f32_0 (line 29) | void mul_mat_f32_0( function mul_mat_f16_0 (line 45) | void mul_mat_f16_0( function mul_mat_f16_1 (line 111) | void mul_mat_f16_1( function mul_mat_f8_0 (line 183) | void mul_mat_f8_0( function main (line 215) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-mul-mat2.c function frand (line 57) | float frand(void) { function _mm256_hadd_epi32_gg (line 63) | static inline uint32_t _mm256_hadd_epi32_gg(__m256i v) { function _mm256_hadd_epi8_gg (line 87) | static inline int32_t _mm256_hadd_epi8_gg(__m256i v0) { function _mm256_hadd_ps_gg (line 94) | static inline float _mm256_hadd_ps_gg(__m256 v) { function mul_mat_f32_naive (line 106) | void mul_mat_f32_naive( function quantize_1_blocks_per_row (line 126) | static inline int quantize_1_blocks_per_row(int k) { function quantize_1_quants_per_block (line 130) | static inline int quantize_1_quants_per_block(void) { function quantize_1_row_size (line 134) | static inline int quantize_1_row_size(int k) { function quantize_1 (line 141) | void quantize_1(const float * src, void * dst, int n, int k) { function mul_mat_gq_1 (line 211) | void mul_mat_gq_1( function quantize_2_blocks_per_row (line 285) | static inline int quantize_2_blocks_per_row(int k) { function quantize_2_quants_per_block (line 289) | static inline int quantize_2_quants_per_block(void) { function quantize_2_row_size (line 293) | static inline int quantize_2_row_size(int k) { function quantize_2_row (line 300) | void quantize_2_row(const float * restrict src, void * restrict dst, int... function quantize_2 (line 506) | void quantize_2(const float * restrict src, char * restrict dst, int n, ... function vec_dot_gq_2 (line 515) | void vec_dot_gq_2(const int n, float * restrict s, const void * restrict... function mul_mat_gq_2 (line 658) | void mul_mat_gq_2( function quantize_3_blocks_per_row (line 682) | static inline int quantize_3_blocks_per_row(int k) { function quantize_3_quants_per_block (line 686) | static inline int quantize_3_quants_per_block(void) { function quantize_3_row_size (line 690) | static inline int quantize_3_row_size(int k) { function quantize_3_row (line 697) | void quantize_3_row(const float * restrict src, void * restrict dst, int... function quantize_3 (line 854) | void quantize_3(const float * restrict src, char * restrict dst, int n, ... function vec_dot_gq_3 (line 863) | void vec_dot_gq_3(const int n, float * restrict s, const void * restrict... function mul_mat_gq_3 (line 1004) | void mul_mat_gq_3( function quantize_4_blocks_per_row (line 1031) | static inline int quantize_4_blocks_per_row(int k) { function quantize_4_row_size (line 1035) | static inline int quantize_4_row_size(int k) { function quantize_4_row (line 1041) | void quantize_4_row(const float * restrict src, void * restrict dst, int... function quantize_4 (line 1179) | void quantize_4(const float * restrict src, char * restrict dst, int n, ... function vec_dot_gq_4 (line 1188) | void vec_dot_gq_4(const int n, float * restrict s, const void * restrict... function mul_mat_gq_4 (line 1592) | void mul_mat_gq_4( function quantize_5_blocks_per_row (line 1618) | static inline int quantize_5_blocks_per_row(int k) { function quantize_5_row_size (line 1622) | static inline int quantize_5_row_size(int k) { function quantize_5_row (line 1628) | void quantize_5_row(const float * restrict src, void * restrict dst, int... function quantize_5 (line 1768) | void quantize_5(const float * restrict src, char * restrict dst, int n, ... function vec_dot_gq_5 (line 1777) | void vec_dot_gq_5(const int n, float * restrict s, const void * restrict... function mul_mat_gq_5 (line 1981) | void mul_mat_gq_5( function quantize_6_blocks_per_row (line 2007) | static inline int quantize_6_blocks_per_row(int k) { function quantize_6_row_size (line 2011) | static inline int quantize_6_row_size(int k) { function quantize_6_row (line 2017) | void quantize_6_row(const float * restrict src, void * restrict dst, int... function quantize_6 (line 2169) | void quantize_6(const float * restrict src, char * restrict dst, int n, ... function vec_dot_gq_6 (line 2178) | void vec_dot_gq_6(const int n, float * restrict s, const void * restrict... function mul_mat_gq_6 (line 2348) | void mul_mat_gq_6( function main (line 2367) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-opt.cpp function frand (line 39) | float frand(void) { function irand (line 43) | int irand(int n) { function get_random_dims (line 47) | void get_random_dims(int64_t * dims, int ndims) { function get_random_dims_minmax (line 55) | void get_random_dims_minmax(int64_t * dims, int ndims, int min, int max) { type ggml_tensor (line 64) | struct ggml_tensor type ggml_context (line 65) | struct ggml_context type ggml_tensor (line 70) | struct ggml_tensor function get_element (line 112) | float get_element(const struct ggml_tensor * t, int idx) { function set_element (line 116) | void set_element(struct ggml_tensor * t, int idx, float value) { function main (line 120) | int main(void) { FILE: ggml/tests/test-pool.c type ggml_context (line 7) | struct ggml_context type ggml_init_params (line 8) | struct ggml_init_params function main (line 15) | int main(int argc, const char** argv) { FILE: ggml/tests/test-quantize-fns.cpp function generate_data (line 26) | void generate_data(float offset, size_t n, float * dst) { function array_rmse (line 33) | float array_rmse(const float * a1, const float * a2, size_t n) { function total_quantization_error (line 43) | float total_quantization_error(ggml_type_traits_t & qfns, size_t test_si... function reference_quantization_error (line 53) | float reference_quantization_error(ggml_type_traits_t & qfns, size_t tes... function dot_product (line 67) | float dot_product(const float * a1, const float * a2, size_t test_size) { function dot_product_error (line 76) | float dot_product_error(ggml_type_traits_t & qfns, size_t test_size, con... function main (line 93) | int main(int argc, char * argv[]) { FILE: ggml/tests/test-quantize-perf.cpp type quantize_perf_params (line 31) | struct quantize_perf_params { function cpu_cycles (line 46) | inline int64_t cpu_cycles() { function generate_data (line 64) | void generate_data(float offset, size_t n, float * dst) { function gigabytes_per_second (line 70) | float gigabytes_per_second(size_t bytes, int64_t usecs) { function benchmark_function (line 79) | void benchmark_function(size_t size, size_t q_size, int64_t iterations, ... function usage (line 111) | void usage(char * argv[]) { function main (line 140) | int main(int argc, char * argv[]) { FILE: ggml/tests/test-rel-pos.c type ggml_context (line 7) | struct ggml_context type ggml_init_params (line 8) | struct ggml_init_params function check_tensor (line 15) | void check_tensor(struct ggml_tensor * t, float * expected_t_d, int ne0,... function main (line 31) | int main(int argc, const char** argv) { FILE: ggml/tests/test-svd0.c function frand (line 18) | float frand() { function main (line 29) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-vec0.c function mul_mat_vec_f32_0 (line 9) | void mul_mat_vec_f32_0( function mul_mat_vec_f32_1 (line 28) | void mul_mat_vec_f32_1( function mul_mat_vec_f32_2 (line 66) | void mul_mat_vec_f32_2( function main (line 94) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-vec1.c function mul_mat_vec_f32_0 (line 19) | void mul_mat_vec_f32_0( function reduce_vector8_0 (line 38) | float reduce_vector8_0(__m256 v) { function mul_mat_vec_f32_1 (line 50) | void mul_mat_vec_f32_1( function mul_mat_vec_f32_2 (line 75) | void mul_mat_vec_f32_2( function fp32_from_bits (line 124) | static inline float fp32_from_bits(uint32_t w) { function fp32_to_bits (line 142) | static inline uint32_t fp32_to_bits(float f) { function fp16_ieee_to_fp32_value (line 167) | static inline float fp16_ieee_to_fp32_value(uint16_t h) { function fp16_ieee_from_fp32_value (line 282) | static inline uint16_t fp16_ieee_from_fp32_value(float f) { function mul_mat_vec_f16_0 (line 308) | void mul_mat_vec_f16_0( function mul_mat_vec_f16_1 (line 338) | void mul_mat_vec_f16_1( function mul_mat_vec_f16_2 (line 373) | void mul_mat_vec_f16_2( function mul_mat_vec_f16_3 (line 418) | void mul_mat_vec_f16_3( function get_time_us (line 463) | uint64_t get_time_us(void) { function main (line 469) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-vec2.c function mul_mat_vec_f32_0 (line 19) | void mul_mat_vec_f32_0( function mul_mat_vec_f16_0 (line 34) | void mul_mat_vec_f16_0( function mul_mat_vec_f16_1 (line 109) | void mul_mat_vec_f16_1( function get_time_us (line 173) | uint64_t get_time_us() { function main (line 179) | int main(int argc, const char ** argv) { FILE: ggml/tests/test-xpos.c function is_close (line 7) | bool is_close(float a, float b, float epsilon) { function main (line 11) | int main(int argc, char ** argv) { FILE: ggml/tests/test0.c function main (line 6) | int main(int argc, const char ** argv) { FILE: ggml/tests/test1.c function main (line 6) | int main(int argc, const char ** argv) { FILE: ggml/tests/test2.c function is_close (line 12) | bool is_close(float a, float b, float epsilon) { function main (line 16) | int main(int argc, const char ** argv) { FILE: ggml/tests/test3.c function is_close (line 7) | bool is_close(float a, float b, float epsilon) { function main (line 11) | int main(int argc, const char ** argv) { FILE: ggml/third_party_ggml.py function load_shared_library (line 64) | def load_shared_library(base_path: Path, lib_base_name: str): function ggml_fp16_to_fp32 (line 173) | def ggml_fp16_to_fp32(x: ggml_fp16_t) -> float: function ggml_fp32_to_fp16 (line 182) | def ggml_fp32_to_fp16(x: ctypes.c_float) -> int: function ggml_fp16_to_fp32_row (line 191) | def ggml_fp16_to_fp32_row( function ggml_fp32_to_fp16_row (line 208) | def ggml_fp32_to_fp16_row( class ggml_object (line 534) | class ggml_object(ctypes.Structure): class ggml_tensor (line 593) | class ggml_tensor(ctypes.Structure): class ggml_cplan (line 670) | class ggml_cplan(ctypes.Structure): class ggml_hash_set (line 715) | class ggml_hash_set(ctypes.Structure): class ggml_cgraph (line 742) | class ggml_cgraph(ctypes.Structure): class ggml_scratch (line 784) | class ggml_scratch(ctypes.Structure): class ggml_init_params (line 798) | class ggml_init_params(ctypes.Structure): class ggml_compute_params (line 842) | class ggml_compute_params(ctypes.Structure): function ggml_time_init (line 858) | def ggml_time_init(): function ggml_time_ms (line 867) | def ggml_time_ms() -> int: function ggml_time_us (line 876) | def ggml_time_us() -> int: function ggml_cycles (line 885) | def ggml_cycles() -> int: function ggml_cycles_per_ms (line 894) | def ggml_cycles_per_ms() -> int: function ggml_print_backtrace (line 903) | def ggml_print_backtrace(): function ggml_numa_init (line 912) | def ggml_numa_init(): function ggml_is_numa (line 921) | def ggml_is_numa() -> bool: function ggml_print_object (line 930) | def ggml_print_object(obj: ggml_object_p): function ggml_print_objects (line 939) | def ggml_print_objects(ctx: ggml_context_p): function ggml_nelements (line 948) | def ggml_nelements( function ggml_nrows (line 966) | def ggml_nrows( function ggml_nbytes (line 984) | def ggml_nbytes( function ggml_nbytes_pad (line 1002) | def ggml_nbytes_pad( function ggml_nbytes_split (line 1020) | def ggml_nbytes_split( function ggml_blck_size (line 1032) | def ggml_blck_size(type: Union[ctypes.c_int, int]) -> int: function ggml_type_size (line 1041) | def ggml_type_size(type: Union[ctypes.c_int, int]) -> int: function ggml_type_sizef (line 1050) | def ggml_type_sizef(type: Union[ctypes.c_int, int]) -> float: function ggml_type_name (line 1059) | def ggml_type_name(type: Union[ctypes.c_int, int]) -> bytes: function ggml_op_name (line 1068) | def ggml_op_name(op: Union[ctypes.c_int, int]) -> bytes: function ggml_op_symbol (line 1077) | def ggml_op_symbol(op: Union[ctypes.c_int, int]) -> bytes: function ggml_unary_op_name (line 1086) | def ggml_unary_op_name(op: Union[ctypes.c_int, int]) -> bytes: function ggml_op_desc (line 1095) | def ggml_op_desc( function ggml_element_size (line 1106) | def ggml_element_size( function ggml_is_quantized (line 1117) | def ggml_is_quantized(type: Union[ctypes.c_int, int]) -> bool: function ggml_ftype_to_ggml_type (line 1127) | def ggml_ftype_to_ggml_type(ftype: Union[ctypes.c_int, int]) -> int: function ggml_is_transposed (line 1136) | def ggml_is_transposed( function ggml_is_contiguous (line 1154) | def ggml_is_contiguous( function ggml_is_permuted (line 1172) | def ggml_is_permuted( function ggml_are_same_shape (line 1190) | def ggml_are_same_shape( function ggml_tensor_overhead (line 1214) | def ggml_tensor_overhead() -> int: function ggml_init (line 1229) | def ggml_init( function ggml_free (line 1249) | def ggml_free(ctx: ggml_context_p): function ggml_used_mem (line 1262) | def ggml_used_mem(ctx: ggml_context_p) -> int: function ggml_set_scratch (line 1278) | def ggml_set_scratch(ctx: ggml_context_p, scratch: ggml_scratch) -> int: function ggml_get_no_alloc (line 1288) | def ggml_get_no_alloc(ctx: ggml_context_p) -> bool: function ggml_set_no_alloc (line 1298) | def ggml_set_no_alloc(ctx: ggml_context_p, no_alloc: Union[ctypes.c_bool... function ggml_get_mem_buffer (line 1308) | def ggml_get_mem_buffer(ctx: ggml_context_p) -> Optional[ctypes.c_void_p]: function ggml_get_mem_size (line 1318) | def ggml_get_mem_size(ctx: ggml_context_p) -> int: function ggml_get_max_tensor_size (line 1328) | def ggml_get_max_tensor_size(ctx: ggml_context_p) -> int: function ggml_new_tensor (line 1342) | def ggml_new_tensor( function ggml_new_tensor_1d (line 1374) | def ggml_new_tensor_1d( function ggml_new_tensor_2d (line 1398) | def ggml_new_tensor_2d( function ggml_new_tensor_3d (line 1432) | def ggml_new_tensor_3d( function ggml_new_tensor_4d (line 1470) | def ggml_new_tensor_4d( function ggml_new_i32 (line 1504) | def ggml_new_i32( function ggml_new_f32 (line 1523) | def ggml_new_f32( function ggml_dup_tensor (line 1543) | def ggml_dup_tensor(ctx: ggml_context_p, src: ggml_tensor_p) -> ggml_ten... function ggml_view_tensor (line 1560) | def ggml_view_tensor(ctx: ggml_context_p, src: ggml_tensor_p) -> ggml_te... function ggml_get_first_tensor (line 1578) | def ggml_get_first_tensor(ctx: ggml_context_p) -> ggml_tensor_p: function ggml_get_next_tensor (line 1594) | def ggml_get_next_tensor(ctx: ggml_context_p, tensor: ggml_tensor_p) -> ... function ggml_get_tensor (line 1611) | def ggml_get_tensor(ctx: ggml_context_p, name: bytes) -> ggml_tensor_p: function ggml_set_zero (line 1628) | def ggml_set_zero( function ggml_set_i32 (line 1646) | def ggml_set_i32( function ggml_set_f32 (line 1666) | def ggml_set_f32( function ggml_unravel_index (line 1687) | def ggml_unravel_index( function ggml_get_i32_1d (line 1719) | def ggml_get_i32_1d( function ggml_set_i32_1d (line 1739) | def ggml_set_i32_1d( function ggml_get_i32_nd (line 1762) | def ggml_get_i32_nd( function ggml_set_i32_nd (line 1794) | def ggml_set_i32_nd( function ggml_get_f32_1d (line 1826) | def ggml_get_f32_1d( function ggml_set_f32_1d (line 1845) | def ggml_set_f32_1d( function ggml_get_f32_nd (line 1868) | def ggml_get_f32_nd( function ggml_set_f32_nd (line 1900) | def ggml_set_f32_nd( function ggml_get_data (line 1932) | def ggml_get_data( function ggml_get_data_f32 (line 1950) | def ggml_get_data_f32( function ggml_get_unary_op (line 1969) | def ggml_get_unary_op( function ggml_get_name (line 1987) | def ggml_get_name( function ggml_set_name (line 2005) | def ggml_set_name( function ggml_format_name (line 2025) | def ggml_format_name( function ggml_dup (line 2053) | def ggml_dup(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_dup_inplace (line 2065) | def ggml_dup_inplace(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tens... function ggml_add (line 2077) | def ggml_add( function ggml_add_inplace (line 2106) | def ggml_add_inplace( function ggml_add_cast (line 2136) | def ggml_add_cast( function ggml_add1 (line 2168) | def ggml_add1( function ggml_add1_inplace (line 2188) | def ggml_add1_inplace( function ggml_acc (line 2215) | def ggml_acc( function ggml_acc_inplace (line 2247) | def ggml_acc_inplace( function ggml_sub (line 2275) | def ggml_sub( function ggml_sub_inplace (line 2304) | def ggml_sub_inplace( function ggml_mul (line 2333) | def ggml_mul( function ggml_mul_inplace (line 2362) | def ggml_mul_inplace( function ggml_div (line 2391) | def ggml_div( function ggml_div_inplace (line 2420) | def ggml_div_inplace( function ggml_sqr (line 2448) | def ggml_sqr( function ggml_sqr_inplace (line 2470) | def ggml_sqr_inplace( function ggml_sqrt (line 2492) | def ggml_sqrt( function ggml_sqrt_inplace (line 2514) | def ggml_sqrt_inplace( function ggml_log (line 2535) | def ggml_log(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_log_inplace (line 2554) | def ggml_log_inplace( function ggml_sum (line 2577) | def ggml_sum(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_sum_rows (line 2597) | def ggml_sum_rows(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_mean (line 2619) | def ggml_mean(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_argmax (line 2639) | def ggml_argmax(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_repeat (line 2663) | def ggml_repeat( function ggml_repeat_back (line 2695) | def ggml_repeat_back( function ggml_concat (line 2717) | def ggml_concat( function ggml_abs (line 2745) | def ggml_abs(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_abs_inplace (line 2764) | def ggml_abs_inplace( function ggml_sgn (line 2786) | def ggml_sgn(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_sgn_inplace (line 2805) | def ggml_sgn_inplace( function ggml_neg (line 2827) | def ggml_neg(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_neg_inplace (line 2846) | def ggml_neg_inplace( function ggml_step (line 2868) | def ggml_step(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_tanh (line 2879) | def ggml_tanh(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_tanh_inplace (line 2898) | def ggml_tanh_inplace( function ggml_elu (line 2920) | def ggml_elu(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_elu_inplace (line 2939) | def ggml_elu_inplace( function ggml_relu (line 2961) | def ggml_relu(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_leaky_relu (line 2980) | def ggml_leaky_relu( function ggml_relu_inplace (line 3009) | def ggml_relu_inplace( function ggml_gelu (line 3031) | def ggml_gelu(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_gelu_inplace (line 3050) | def ggml_gelu_inplace( function ggml_gelu_quick (line 3072) | def ggml_gelu_quick(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tenso... function ggml_gelu_quick_inplace (line 3091) | def ggml_gelu_quick_inplace( function ggml_silu (line 3113) | def ggml_silu(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_silu_inplace (line 3132) | def ggml_silu_inplace( function ggml_silu_back (line 3157) | def ggml_silu_back( function ggml_norm (line 3178) | def ggml_norm( function ggml_norm_inplace (line 3205) | def ggml_norm_inplace( function ggml_rms_norm (line 3236) | def ggml_rms_norm( function ggml_rms_norm_inplace (line 3265) | def ggml_rms_norm_inplace( function ggml_group_norm (line 3288) | def ggml_group_norm( function ggml_group_norm_inplace (line 3317) | def ggml_group_norm_inplace( function ggml_rms_norm_back (line 3349) | def ggml_rms_norm_back( function ggml_mul_mat (line 3374) | def ggml_mul_mat( function ggml_mul_mat_id (line 3412) | def ggml_mul_mat_id( function ggml_out_prod (line 3457) | def ggml_out_prod( function ggml_scale (line 3494) | def ggml_scale( function ggml_scale_inplace (line 3524) | def ggml_scale_inplace( function ggml_set (line 3557) | def ggml_set( function ggml_set_inplace (line 3590) | def ggml_set_inplace( function ggml_set_1d (line 3619) | def ggml_set_1d( function ggml_set_1d_inplace (line 3642) | def ggml_set_1d_inplace( function ggml_set_2d (line 3667) | def ggml_set_2d( function ggml_set_2d_inplace (line 3694) | def ggml_set_2d_inplace( function ggml_cpy (line 3719) | def ggml_cpy( function ggml_cpy_inplace (line 3740) | def ggml_cpy_inplace( function ggml_cont (line 3760) | def ggml_cont(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_cont_inplace (line 3780) | def ggml_cont_inplace( function ggml_cont_1d (line 3804) | def ggml_cont_1d( function ggml_cont_2d (line 3825) | def ggml_cont_2d( function ggml_cont_3d (line 3849) | def ggml_cont_3d( function ggml_cont_4d (line 3876) | def ggml_cont_4d( function ggml_reshape (line 3904) | def ggml_reshape( function ggml_reshape_1d (line 3926) | def ggml_reshape_1d( function ggml_reshape_2d (line 3947) | def ggml_reshape_2d( function ggml_reshape_3d (line 3973) | def ggml_reshape_3d( function ggml_reshape_4d (line 4000) | def ggml_reshape_4d( function ggml_view_1d (line 4028) | def ggml_view_1d( function ggml_view_2d (line 4053) | def ggml_view_2d( function ggml_view_3d (line 4084) | def ggml_view_3d( function ggml_view_4d (line 4121) | def ggml_view_4d( function ggml_permute (line 4158) | def ggml_permute( function ggml_transpose (line 4184) | def ggml_transpose(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_get_rows (line 4207) | def ggml_get_rows( function ggml_get_rows_back (line 4228) | def ggml_get_rows_back( function ggml_diag (line 4249) | def ggml_diag(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_diag_mask_inf (line 4262) | def ggml_diag_mask_inf( function ggml_diag_mask_inf_inplace (line 4283) | def ggml_diag_mask_inf_inplace( function ggml_diag_mask_zero (line 4304) | def ggml_diag_mask_zero( function ggml_diag_mask_zero_inplace (line 4325) | def ggml_diag_mask_zero_inplace( function ggml_soft_max (line 4344) | def ggml_soft_max(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml_tensor_p: function ggml_soft_max_inplace (line 4356) | def ggml_soft_max_inplace(ctx: ggml_context_p, a: ggml_tensor_p) -> ggml... function ggml_soft_max_ext (line 4371) | def ggml_soft_max_ext( function ggml_soft_max_back (line 4393) | def ggml_soft_max_back( function ggml_soft_max_back_inplace (line 4414) | def ggml_soft_max_back_inplace( function ggml_rope (line 4443) | def ggml_rope( function ggml_rope_inplace (line 4487) | def ggml_rope_inplace( function ggml_rope_custom (line 4538) | def ggml_rope_custom( function ggml_rope_custom_inplace (line 4604) | def ggml_rope_custom_inplace( function ggml_rope_yarn_corr_dims (line 4658) | def ggml_rope_yarn_corr_dims( function ggml_rope_xpos_inplace (line 4696) | def ggml_rope_xpos_inplace( function ggml_rope_back (line 4737) | def ggml_rope_back( function ggml_alibi (line 4802) | def ggml_alibi( function ggml_clamp (line 4829) | def ggml_clamp( function ggml_im2col (line 4868) | def ggml_im2col( function ggml_conv_1d (line 4905) | def ggml_conv_1d( function ggml_conv_1d_ph (line 4946) | def ggml_conv_1d_ph( function ggml_conv_transpose_1d (line 4983) | def ggml_conv_transpose_1d( function ggml_conv_2d (line 5026) | def ggml_conv_2d( function ggml_conv_2d_sk_p0 (line 5080) | def ggml_conv_2d_sk_p0( function ggml_conv_2d_s1_ph (line 5116) | def ggml_conv_2d_s1_ph( function ggml_conv_transpose_2d_p0 (line 5145) | def ggml_conv_transpose_2d_p0( function ggml_pool_1d (line 5188) | def ggml_pool_1d( function ggml_pool_2d (line 5233) | def ggml_pool_2d( function ggml_upscale (line 5280) | def ggml_upscale( function ggml_pad (line 5312) | def ggml_pad( function ggml_argsort (line 5357) | def ggml_argsort( function ggml_top_k (line 5386) | def ggml_top_k( function ggml_flash_attn (line 5408) | def ggml_flash_attn( function ggml_flash_attn_back (line 5435) | def ggml_flash_attn_back( function ggml_flash_ff (line 5464) | def ggml_flash_ff( function ggml_win_part (line 5496) | def ggml_win_part( function ggml_win_unpart (line 5520) | def ggml_win_unpart( function ggml_unary (line 5544) | def ggml_unary( function ggml_unary_inplace (line 5564) | def ggml_unary_inplace( function ggml_get_rel_pos (line 5586) | def ggml_get_rel_pos( function ggml_add_rel_pos (line 5610) | def ggml_add_rel_pos( function ggml_add_rel_pos_inplace (line 5633) | def ggml_add_rel_pos_inplace( function ggml_map_unary_f32 (line 5696) | def ggml_map_unary_f32( function ggml_map_unary_inplace_f32 (line 5714) | def ggml_map_unary_inplace_f32( function ggml_map_binary_f32 (line 5733) | def ggml_map_binary_f32( function ggml_map_binary_inplace_f32 (line 5756) | def ggml_map_binary_inplace_f32( function ggml_map_custom1_f32 (line 5778) | def ggml_map_custom1_f32( function ggml_map_custom1_inplace_f32 (line 5818) | def ggml_map_custom1_inplace_f32( function ggml_map_custom2_f32 (line 5845) | def ggml_map_custom2_f32( function ggml_map_custom2_inplace_f32 (line 5877) | def ggml_map_custom2_inplace_f32( function ggml_map_custom3_f32 (line 5910) | def ggml_map_custom3_f32( function ggml_map_custom3_inplace_f32 (line 5946) | def ggml_map_custom3_inplace_f32( function ggml_map_custom1 (line 6023) | def ggml_map_custom1( function ggml_map_custom1_inplace (line 6049) | def ggml_map_custom1_inplace( function ggml_map_custom2 (line 6076) | def ggml_map_custom2( function ggml_map_custom2_inplace (line 6105) | def ggml_map_custom2_inplace( function ggml_map_custom3 (line 6135) | def ggml_map_custom3( function ggml_map_custom3_inplace (line 6167) | def ggml_map_custom3_inplace( function ggml_cross_entropy_loss (line 6197) | def ggml_cross_entropy_loss( function ggml_cross_entropy_loss_back (line 6218) | def ggml_cross_entropy_loss_back( function ggml_set_param (line 6243) | def ggml_set_param(ctx: ggml_context_p, tensor: ggml_tensor_p): function ggml_build_forward_expand (line 6252) | def ggml_build_forward_expand( function ggml_build_backward_expand (line 6273) | def ggml_build_backward_expand( function ggml_new_graph (line 6301) | def ggml_new_graph(ctx: ggml_context_p) -> ggml_cgraph_p: function ggml_new_graph_custom (line 6317) | def ggml_new_graph_custom( function ggml_graph_dup (line 6339) | def ggml_graph_dup( function ggml_graph_view (line 6359) | def ggml_graph_view( function ggml_graph_cpy (line 6381) | def ggml_graph_cpy( function ggml_graph_reset (line 6398) | def ggml_graph_reset( function ggml_graph_clear (line 6413) | def ggml_graph_clear( function ggml_graph_overhead (line 6428) | def ggml_graph_overhead() -> int: function ggml_graph_overhead_custom (line 6438) | def ggml_graph_overhead_custom( function ggml_graph_plan (line 6452) | def ggml_graph_plan( function ggml_graph_compute (line 6475) | def ggml_graph_compute( function ggml_graph_compute_with_ctx (line 6492) | def ggml_graph_compute_with_ctx( function ggml_graph_get_tensor (line 6515) | def ggml_graph_get_tensor( function ggml_graph_export (line 6538) | def ggml_graph_export( function ggml_graph_import (line 6553) | def ggml_graph_import( function ggml_graph_print (line 6571) | def ggml_graph_print( function ggml_graph_dump_dot (line 6583) | def ggml_graph_dump_dot( function ggml_build_backward_gradient_checkpointing (line 6609) | def ggml_build_backward_gradient_checkpointing( class ggml_opt_params_adam (line 6765) | class ggml_opt_params_adam(ctypes.Structure): class ggml_opt_params_lbfgs (line 6781) | class ggml_opt_params_lbfgs(ctypes.Structure): class ggml_opt_params (line 6795) | class ggml_opt_params(ctypes.Structure): class ggml_opt_context_adam (line 6854) | class ggml_opt_context_adam(ctypes.Structure): class ggml_opt_context_lbfgs (line 6866) | class ggml_opt_context_lbfgs(ctypes.Structure): class ggml_opt_context (line 6887) | class ggml_opt_context(ctypes.Structure): function ggml_opt_default_params (line 6905) | def ggml_opt_default_params(type: Union[ctypes.c_int, bool]) -> ggml_opt... function ggml_opt (line 6918) | def ggml_opt( function ggml_opt_init (line 6936) | def ggml_opt_init( function ggml_opt_resume (line 6959) | def ggml_opt_resume( function ggml_opt_resume_g (line 6984) | def ggml_opt_resume_g( function ggml_quantize_q4_0 (line 7014) | def ggml_quantize_q4_0( function ggml_quantize_q4_1 (line 7035) | def ggml_quantize_q4_1( function ggml_quantize_q5_0 (line 7056) | def ggml_quantize_q5_0( function ggml_quantize_q5_1 (line 7077) | def ggml_quantize_q5_1( function ggml_quantize_q8_0 (line 7098) | def ggml_quantize_q8_0( function ggml_quantize_q2_K (line 7119) | def ggml_quantize_q2_K( function ggml_quantize_q3_K (line 7140) | def ggml_quantize_q3_K( function ggml_quantize_q4_K (line 7161) | def ggml_quantize_q4_K( function ggml_quantize_q5_K (line 7182) | def ggml_quantize_q5_K( function ggml_quantize_q6_K (line 7203) | def ggml_quantize_q6_K( function ggml_quantize_chunk (line 7224) | def ggml_quantize_chunk( function ggml_cpu_has_avx (line 7286) | def ggml_cpu_has_avx() -> int: function ggml_cpu_has_avx2 (line 7295) | def ggml_cpu_has_avx2() -> int: function ggml_cpu_has_avx512 (line 7304) | def ggml_cpu_has_avx512() -> int: function ggml_cpu_has_avx512_vbmi (line 7313) | def ggml_cpu_has_avx512_vbmi() -> int: function ggml_cpu_has_avx512_vnni (line 7322) | def ggml_cpu_has_avx512_vnni() -> int: function ggml_cpu_has_fma (line 7331) | def ggml_cpu_has_fma() -> int: function ggml_cpu_has_neon (line 7340) | def ggml_cpu_has_neon() -> int: function ggml_cpu_has_arm_fma (line 7349) | def ggml_cpu_has_arm_fma() -> int: function ggml_cpu_has_metal (line 7358) | def ggml_cpu_has_metal() -> int: function ggml_cpu_has_f16c (line 7367) | def ggml_cpu_has_f16c() -> int: function ggml_cpu_has_fp16_va (line 7376) | def ggml_cpu_has_fp16_va() -> int: function ggml_cpu_has_wasm_simd (line 7385) | def ggml_cpu_has_wasm_simd() -> int: function ggml_cpu_has_blas (line 7394) | def ggml_cpu_has_blas() -> int: function ggml_cpu_has_cublas (line 7403) | def ggml_cpu_has_cublas() -> int: function ggml_cpu_has_clblast (line 7412) | def ggml_cpu_has_clblast() -> int: function ggml_cpu_has_gpublas (line 7421) | def ggml_cpu_has_gpublas() -> int: function ggml_cpu_has_sse3 (line 7430) | def ggml_cpu_has_sse3() -> int: function ggml_cpu_has_ssse3 (line 7439) | def ggml_cpu_has_ssse3() -> int: function ggml_cpu_has_vsx (line 7448) | def ggml_cpu_has_vsx() -> int: class ggml_type_traits_t (line 7487) | class ggml_type_traits_t(ctypes.Structure): function ggml_internal_get_type_traits (line 7502) | def ggml_internal_get_type_traits(type: Union[ctypes.c_int, int]) -> ggm... function ggml_allocr_new (line 7531) | def ggml_allocr_new( function ggml_allocr_new_measure (line 7544) | def ggml_allocr_new_measure(alignment: Union[ctypes.c_size_t, int]) -> g... function ggml_allocr_new_from_buffer (line 7554) | def ggml_allocr_new_from_buffer(buffer: ggml_backend_buffer_p) -> ggml_a... function ggml_allocr_new_from_backend (line 7563) | def ggml_allocr_new_from_backend( function ggml_allocr_new_measure_from_backend (line 7574) | def ggml_allocr_new_measure_from_backend(backend: ggml_backend_t) -> ggm... function ggml_allocr_get_buffer (line 7583) | def ggml_allocr_get_buffer(alloc: ggml_allocr_t) -> ggml_backend_buffer_p: function ggml_allocr_set_parse_seq (line 7594) | def ggml_allocr_set_parse_seq( function ggml_allocr_free (line 7611) | def ggml_allocr_free(alloc: ggml_allocr_t) -> None: function ggml_allocr_is_measure (line 7620) | def ggml_allocr_is_measure(alloc: ggml_allocr_t) -> ctypes.c_bool: function ggml_allocr_reset (line 7629) | def ggml_allocr_reset(alloc: ggml_allocr_t) -> None: function ggml_allocr_alloc (line 7638) | def ggml_allocr_alloc(alloc: ggml_allocr_t, tensor: ggml_tensor_p) -> None: function ggml_allocr_max_size (line 7647) | def ggml_allocr_max_size(alloc: ggml_allocr_t) -> Union[ctypes.c_size_t,... function ggml_allocr_alloc_graph (line 7656) | def ggml_allocr_alloc_graph(alloc: ggml_allocr_t, graph: ggml_cgraph_p) ... function ggml_tallocr_new (line 7677) | def ggml_tallocr_new( function ggml_tallocr_new_measure (line 7690) | def ggml_tallocr_new_measure(alignment: Union[ctypes.c_size_t, int]) -> ... function ggml_tallocr_new_from_buffer (line 7699) | def ggml_tallocr_new_from_buffer(buffer: ggml_backend_buffer_p) -> ggml_... function ggml_tallocr_new_from_backend (line 7708) | def ggml_tallocr_new_from_backend( function ggml_tallocr_new_measure_from_backend (line 7719) | def ggml_tallocr_new_measure_from_backend(backend: ggml_backend_t) -> gg... function ggml_tallocr_get_buffer (line 7728) | def ggml_tallocr_get_buffer(talloc: ggml_tallocr_t) -> ggml_backend_buff... function ggml_tallocr_free (line 7737) | def ggml_tallocr_free(talloc: ggml_tallocr_t) -> None: function ggml_tallocr_is_measure (line 7746) | def ggml_tallocr_is_measure(talloc: ggml_tallocr_t) -> bool: function ggml_tallocr_reset (line 7755) | def ggml_tallocr_reset(talloc: ggml_tallocr_t) -> None: function ggml_tallocr_alloc (line 7764) | def ggml_tallocr_alloc(talloc: ggml_tallocr_t, tensor: ggml_tensor_p) ->... function ggml_tallocr_max_size (line 7773) | def ggml_tallocr_max_size(talloc: ggml_tallocr_t) -> Union[ctypes.c_size... function ggml_gallocr_new (line 7787) | def ggml_gallocr_new() -> ggml_gallocr_t: function ggml_gallocr_free (line 7796) | def ggml_gallocr_free(galloc: ggml_gallocr_t) -> None: function ggml_gallocr_set_parse_seq (line 7805) | def ggml_gallocr_set_parse_seq( function ggml_gallocr_alloc_graph (line 7822) | def ggml_gallocr_alloc_graph( function ggml_gallocr_alloc_graph_n (line 7842) | def ggml_gallocr_alloc_graph_n( function ggml_backend_alloc_ctx_tensors_from_buft (line 7863) | def ggml_backend_alloc_ctx_tensors_from_buft( function ggml_backend_alloc_ctx_tensors (line 7877) | def ggml_backend_alloc_ctx_tensors( function ggml_backend_buft_alloc_buffer (line 7910) | def ggml_backend_buft_alloc_buffer( function ggml_backend_buft_get_alignment (line 7924) | def ggml_backend_buft_get_alignment( function ggml_backend_buft_get_alloc_size (line 7935) | def ggml_backend_buft_get_alloc_size( function ggml_backend_buft_supports_backend (line 7949) | def ggml_backend_buft_supports_backend( function ggml_backend_buffer_free (line 7964) | def ggml_backend_buffer_free( function ggml_backend_buffer_get_base (line 7975) | def ggml_backend_buffer_get_base( function ggml_backend_buffer_get_size (line 7986) | def ggml_backend_buffer_get_size( function ggml_backend_buffer_init_tensor (line 7997) | def ggml_backend_buffer_init_tensor( function ggml_backend_buffer_get_alignment (line 8012) | def ggml_backend_buffer_get_alignment( function ggml_backend_buffer_get_alloc_size (line 8023) | def ggml_backend_buffer_get_alloc_size( function ggml_backend_buffer_type (line 8037) | def ggml_backend_buffer_type( function ggml_backend_name (line 8053) | def ggml_backend_name( function ggml_backend_free (line 8064) | def ggml_backend_free( function ggml_backend_get_default_buffer_type (line 8075) | def ggml_backend_get_default_buffer_type( function ggml_backend_alloc_buffer (line 8086) | def ggml_backend_alloc_buffer( function ggml_backend_get_alignment (line 8098) | def ggml_backend_get_alignment( function ggml_backend_tensor_set_async (line 8109) | def ggml_backend_tensor_set_async( function ggml_backend_tensor_get_async (line 8130) | def ggml_backend_tensor_get_async( function ggml_backend_tensor_set (line 8151) | def ggml_backend_tensor_set( function ggml_backend_tensor_get (line 8170) | def ggml_backend_tensor_get( function ggml_backend_synchronize (line 8189) | def ggml_backend_synchronize( function ggml_backend_graph_plan_create (line 8200) | def ggml_backend_graph_plan_create( function ggml_backend_graph_plan_free (line 8215) | def ggml_backend_graph_plan_free( function ggml_backend_graph_plan_compute (line 8227) | def ggml_backend_graph_plan_compute( function ggml_backend_graph_compute (line 8242) | def ggml_backend_graph_compute( function ggml_backend_supports_op (line 8254) | def ggml_backend_supports_op( function ggml_backend_tensor_copy (line 8267) | def ggml_backend_tensor_copy( function ggml_backend_tensor_copy_async (line 8282) | def ggml_backend_tensor_copy_async( function ggml_backend_cpu_init (line 8303) | def ggml_backend_cpu_init() -> ggml_backend_t: function ggml_backend_is_cpu (line 8312) | def ggml_backend_is_cpu( function ggml_backend_cpu_set_n_threads (line 8323) | def ggml_backend_cpu_set_n_threads( function ggml_backend_cpu_buffer_from_ptr (line 8336) | def ggml_backend_cpu_buffer_from_ptr( function ggml_backend_cpu_buffer_type (line 8348) | def ggml_backend_cpu_buffer_type() -> ggml_backend_buffer_type_t: function ggml_backend_reg_get_count (line 8363) | def ggml_backend_reg_get_count() -> int: function ggml_backend_reg_find_by_name (line 8372) | def ggml_backend_reg_find_by_name( function ggml_backend_reg_init_backend_from_str (line 8383) | def ggml_backend_reg_init_backend_from_str( function ggml_backend_reg_get_name (line 8394) | def ggml_backend_reg_get_name( function ggml_backend_reg_init_backend (line 8405) | def ggml_backend_reg_init_backend( function ggml_backend_reg_get_default_buffer_type (line 8417) | def ggml_backend_reg_get_default_buffer_type( function ggml_backend_reg_alloc_buffer (line 8428) | def ggml_backend_reg_alloc_buffer( function ggml_backend_sched_new (line 8484) | def ggml_backend_sched_new( function ggml_backend_sched_free (line 8496) | def ggml_backend_sched_free( function ggml_backend_sched_init_measure (line 8508) | def ggml_backend_sched_init_measure( function ggml_backend_sched_get_tallocr (line 8523) | def ggml_backend_sched_get_tallocr( function ggml_backend_sched_get_buffer (line 8535) | def ggml_backend_sched_get_buffer( function ggml_backend_sched_set_node_backend (line 8547) | def ggml_backend_sched_set_node_backend( function ggml_backend_sched_graph_compute (line 8567) | def ggml_backend_sched_graph_compute( class ggml_backend_graph_copy (line 8591) | class ggml_backend_graph_copy(ctypes.Structure): function ggml_backend_graph_copy (line 8605) | def ggml_backend_graph_copy( function ggml_backend_graph_copy_free (line 8620) | def ggml_backend_graph_copy_free( function ggml_backend_compare_graph_backend (line 8641) | def ggml_backend_compare_graph_backend( function ggml_backend_tensor_alloc (line 8665) | def ggml_backend_tensor_alloc( function ggml_backend_view_init (line 8682) | def ggml_backend_view_init( class ggml_backend_buffer_type_i (line 8729) | class ggml_backend_buffer_type_i(ctypes.Structure): class ggml_backend_buffer_type (line 8742) | class ggml_backend_buffer_type(ctypes.Structure): class ggml_backend_buffer_i (line 8801) | class ggml_backend_buffer_i(ctypes.Structure): class ggml_backend_buffer (line 8819) | class ggml_backend_buffer(ctypes.Structure): function ggml_backend_buffer_init (line 8833) | def ggml_backend_buffer_init( class ggml_backend_i (line 8937) | class ggml_backend_i(ctypes.Structure): class ggml_backend (line 8961) | class ggml_backend(ctypes.Structure): function ggml_backend_register (line 8979) | def ggml_backend_register( function ggml_init_cublas (line 9010) | def ggml_init_cublas(): function ggml_cublas_loaded (line 9021) | def ggml_cublas_loaded() -> bool: function ggml_cuda_host_malloc (line 9031) | def ggml_cuda_host_malloc( function ggml_cuda_host_free (line 9043) | def ggml_cuda_host_free( function ggml_cuda_can_mul_mat (line 9055) | def ggml_cuda_can_mul_mat( function ggml_cuda_set_tensor_split (line 9073) | def ggml_cuda_set_tensor_split( function ggml_cuda_transform_tensor (line 9085) | def ggml_cuda_transform_tensor( function ggml_cuda_free_data (line 9101) | def ggml_cuda_free_data( function ggml_cuda_assign_buffers (line 9115) | def ggml_cuda_assign_buffers( function ggml_cuda_assign_buffers_no_scratch (line 9129) | def ggml_cuda_assign_buffers_no_scratch( function ggml_cuda_assign_buffers_force_inplace (line 9143) | def ggml_cuda_assign_buffers_force_inplace( function ggml_cuda_assign_buffers_no_alloc (line 9157) | def ggml_cuda_assign_buffers_no_alloc( function ggml_cuda_assign_scratch_offset (line 9171) | def ggml_cuda_assign_scratch_offset( function ggml_cuda_copy_to_device (line 9187) | def ggml_cuda_copy_to_device( function ggml_cuda_set_main_device (line 9201) | def ggml_cuda_set_main_device( function ggml_cuda_set_mul_mat_q (line 9215) | def ggml_cuda_set_mul_mat_q( function ggml_cuda_set_scratch_size (line 9229) | def ggml_cuda_set_scratch_size( function ggml_cuda_free_scratch (line 9243) | def ggml_cuda_free_scratch(): function ggml_cuda_compute_forward (line 9253) | def ggml_cuda_compute_forward( function ggml_cuda_get_device_count (line 9269) | def ggml_cuda_get_device_count() -> int: function ggml_cuda_get_device_description (line 9279) | def ggml_cuda_get_device_description( function ggml_backend_cuda_init (line 9298) | def ggml_backend_cuda_init() -> ggml_backend_t: function ggml_backend_is_cuda (line 9308) | def ggml_backend_is_cuda( function ggml_backend_cuda_get_device (line 9320) | def ggml_backend_cuda_get_device( function ggml_backend_cuda_buffer_type (line 9332) | def ggml_backend_cuda_buffer_type( function ggml_backend_cuda_host_buffer_type (line 9345) | def ggml_backend_cuda_host_buffer_type() -> ggml_backend_buffer_type_t: function ggml_metal_log_set_callback (line 9374) | def ggml_metal_log_set_callback( function ggml_metal_init (line 9390) | def ggml_metal_init( function ggml_metal_free (line 9402) | def ggml_metal_free( function ggml_metal_set_n_cb (line 9415) | def ggml_metal_set_n_cb( function ggml_metal_add_buffer (line 9440) | def ggml_metal_add_buffer( function ggml_metal_set_tensor (line 9463) | def ggml_metal_set_tensor( function ggml_metal_get_tensor (line 9480) | def ggml_metal_get_tensor( function ggml_metal_graph_find_concurrency (line 9498) | def ggml_metal_graph_find_concurrency( function ggml_metal_if_optimized (line 9517) | def ggml_metal_if_optimized( function ggml_metal_get_concur_list (line 9532) | def ggml_metal_get_concur_list( function ggml_metal_graph_compute (line 9548) | def ggml_metal_graph_compute( function ggml_backend_metal_init (line 9569) | def ggml_backend_metal_init() -> ggml_backend_t: function ggml_backend_is_metal (line 9579) | def ggml_backend_is_metal( function ggml_backend_metal_set_n_cb (line 9591) | def ggml_backend_metal_set_n_cb( function ggml_backend_metal_buffer_type (line 9604) | def ggml_backend_metal_buffer_type() -> ggml_backend_buffer_type_t: function ggml_backend_metal_supports_family (line 9617) | def ggml_backend_metal_supports_family( function ggml_cl_init (line 9639) | def ggml_cl_init(): function ggml_cl_mul (line 9649) | def ggml_cl_mul( function ggml_cl_can_mul_mat (line 9667) | def ggml_cl_can_mul_mat( function ggml_cl_mul_mat_get_wsize (line 9685) | def ggml_cl_mul_mat_get_wsize( function ggml_cl_mul_mat (line 9703) | def ggml_cl_mul_mat( function ggml_cl_free_data (line 9755) | def ggml_cl_free_data( function ggml_cl_transform_tensor (line 9769) | def ggml_cl_transform_tensor( FILE: src/seamless_communication/__init__.py function _update_asset_store (line 14) | def _update_asset_store() -> None: FILE: src/seamless_communication/cli/eval_utils/compute_metrics.py function init_whisper_model (line 32) | def init_whisper_model( function transcribe_series (line 39) | def transcribe_series( function whisper_normalize_series (line 91) | def whisper_normalize_series( function compute_asr_bleu (line 117) | def compute_asr_bleu( function get_tokenizer (line 168) | def get_tokenizer(lang: str, metric: str = "bleu") -> str: function compute_asr_error_rate (line 188) | def compute_asr_error_rate( function compute_corpus_metric_score (line 213) | def compute_corpus_metric_score( function compute_quality_metrics (line 251) | def compute_quality_metrics( FILE: src/seamless_communication/cli/expressivity/data/prepare_mexpresso.py function multiprocess_map (line 35) | def multiprocess_map( function convert_to_16khz_wav (line 56) | def convert_to_16khz_wav(config: Tuple[str, str]) -> str: function build_en_manifest_from_oss (line 73) | def build_en_manifest_from_oss(oss_root: Path, output_folder: Path) -> p... function main (line 146) | def main() -> None: FILE: src/seamless_communication/cli/expressivity/evaluate/evaluate.py function build_data_pipeline (line 54) | def build_data_pipeline( function main (line 116) | def main() -> None: FILE: src/seamless_communication/cli/expressivity/evaluate/post_process_pauserate.py function get_pause (line 13) | def get_pause(pause_data_tsv: str) -> Dict[str, float]: function get_rate (line 34) | def get_rate(target_speech_tsv: str, source_speech_tsv: str) -> float: FILE: src/seamless_communication/cli/expressivity/evaluate/run_asr_bleu.py function run_asr_bleu_expressive_model (line 15) | def run_asr_bleu_expressive_model( FILE: src/seamless_communication/cli/expressivity/predict/predict.py function remove_prosody_tokens_from_text (line 42) | def remove_prosody_tokens_from_text(text: str) -> str: function main (line 49) | def main() -> None: FILE: src/seamless_communication/cli/expressivity/predict/pretssel_generator.py class PretsselGenerator (line 25) | class PretsselGenerator(Module): method __init__ (line 26) | def __init__( method predict (line 57) | def predict( FILE: src/seamless_communication/cli/m4t/audio_to_units/audio_to_units.py function main (line 17) | def main(): FILE: src/seamless_communication/cli/m4t/evaluate/evaluate.py class EvalContext (line 52) | class EvalContext: function count_lines (line 111) | def count_lines(filename: Path) -> int: function build_data_pipeline (line 116) | def build_data_pipeline( function adjust_output_for_corrupted_inputs (line 205) | def adjust_output_for_corrupted_inputs( function run_eval (line 248) | def run_eval( function load_checkpoint (line 365) | def load_checkpoint(model: UnitYModel, path: str, device = torch.device(... function main (line 385) | def main(optional_args: Optional[Dict[str, Any]] = None) -> None: FILE: src/seamless_communication/cli/m4t/finetune/dataloader.py class SeqsBatch (line 35) | class SeqsBatch: method __del__ (line 42) | def __del__(self) -> None: class MultimodalSeqsBatch (line 57) | class MultimodalSeqsBatch: method __del__ (line 61) | def __del__(self) -> None: class BatchingConfig (line 67) | class BatchingConfig: function worker_init_fn (line 90) | def worker_init_fn(worker_id: int) -> None: class UnitYDataLoader (line 94) | class UnitYDataLoader: method __init__ (line 97) | def __init__( method get_dataloader (line 121) | def get_dataloader(self) -> DataLoader[SeqsBatch]: method __iter__ (line 137) | def __iter__(self) -> Iterable[MultimodalSeqsBatch]: method _get_source_fbank (line 140) | def _get_source_fbank(self, sample: LangPairSample) -> Tensor: method _get_tokenized_target_text (line 157) | def _get_tokenized_target_text(self, sample: LangPairSample) -> Tensor: method _get_tokenized_units (line 169) | def _get_tokenized_units(self, sample: LangPairSample) -> Optional[Ten... method _batch_tensors (line 185) | def _batch_tensors(self, tensors: List[Tensor], pad_value: Any) -> Ten... method _is_long_src_audio (line 195) | def _is_long_src_audio(self, sample: LangPairSample) -> bool: method _drop_overflow_samples (line 205) | def _drop_overflow_samples( method _prepare_batch (line 218) | def _prepare_batch(self, raw_samples: List[Dict[str, Any]]) -> Multimo... method _load_manifest (line 299) | def _load_manifest(self, dataset_manifest_path: str) -> Dataset: FILE: src/seamless_communication/cli/m4t/finetune/dataset.py function _check_lang_code_mapping (line 97) | def _check_lang_code_mapping(lang: str) -> None: class UnitSpeechTokenizer (line 105) | class UnitSpeechTokenizer(SpeechTokenizer): method __init__ (line 110) | def __init__(self, device: torch.device): method encode (line 119) | def encode(self, wav: torch.Tensor, sample_rate: int) -> torch.Tensor: function download_fleurs (line 127) | def download_fleurs( function download_gigaspeech (line 160) | def download_gigaspeech(subset: str, huggingface_token: str, save_direct... function init_parser (line 184) | def init_parser() -> argparse.ArgumentParser: function main (line 232) | def main() -> None: FILE: src/seamless_communication/cli/m4t/finetune/dist_utils.py function is_dist_initialized (line 20) | def is_dist_initialized() -> bool: function get_rank (line 28) | def get_rank() -> int: function get_local_rank (line 34) | def get_local_rank() -> int: function get_world_size (line 40) | def get_world_size() -> int: function is_main_process (line 46) | def is_main_process() -> bool: function init_distributed (line 50) | def init_distributed(loggers: List[logging.Logger]) -> None: FILE: src/seamless_communication/cli/m4t/finetune/finetune.py function init_parser (line 29) | def init_parser() -> argparse.ArgumentParser: function main (line 142) | def main() -> None: FILE: src/seamless_communication/cli/m4t/finetune/trainer.py class FinetuneMode (line 36) | class FinetuneMode(Enum): class FinetuneParams (line 43) | class FinetuneParams: class UnitYFinetuneWrapper (line 88) | class UnitYFinetuneWrapper(nn.Module): method __init__ (line 92) | def __init__(self, model: UnitYModel, mode: FinetuneMode, device: Devi... method forward (line 100) | def forward( class CalcLoss (line 155) | class CalcLoss: method __init__ (line 158) | def __init__( method __call__ (line 168) | def __call__( class LossCollector (line 205) | class LossCollector: method __init__ (line 208) | def __init__(self, device: Optional[Device] = None, reduce_op: str = "... method reset (line 215) | def reset(self) -> None: method update (line 219) | def update(self, n_samples: int, batch_loss: float) -> None: method reduce (line 223) | def reduce(self) -> float: method _collect (line 231) | def _collect(self) -> Tuple[float, float]: class UnitYFinetune (line 245) | class UnitYFinetune: method __init__ (line 246) | def __init__( method _reset_stats (line 294) | def _reset_stats(self) -> None: method _wrap_model_for_trainining (line 302) | def _wrap_model_for_trainining(self, model: UnitYModel) -> nn.Module: method _freeze_modules (line 315) | def _freeze_modules(self, frozen_modules: List[str] = []) -> None: method _update_eval_stats (line 323) | def _update_eval_stats(self, eval_loss: float) -> None: method _eval_model (line 339) | def _eval_model(self, n_batches: int) -> None: method _train_step_log (line 361) | def _train_step_log(self) -> None: method _train_step (line 373) | def _train_step(self, batch: List[dataloader.MultimodalSeqsBatch]) -> ... method _save_model (line 395) | def _save_model(self) -> None: method run (line 408) | def run(self) -> None: FILE: src/seamless_communication/cli/m4t/predict/predict.py function add_inference_arguments (line 26) | def add_inference_arguments(parser: argparse.ArgumentParser) -> argparse... function set_generation_opts (line 159) | def set_generation_opts( function main (line 191) | def main() -> None: FILE: src/seamless_communication/cli/streaming/evaluate.py function main (line 33) | def main() -> None: FILE: src/seamless_communication/cli/streaming/scorers/seamless_quality_scorer.py class SeamlessQualityScorer (line 25) | class SeamlessQualityScorer(QualityScorer): # type: ignore method __init__ (line 26) | def __init__( method __call__ (line 53) | def __call__(self, instances: Dict[int, LogInstance]) -> float: method add_args (line 88) | def add_args(parser: ArgumentParser) -> None: method from_args (line 125) | def from_args(cls, args: Namespace) -> SeamlessQualityScorer: FILE: src/seamless_communication/cli/toxicity/etox/asr_etox.py function main (line 38) | def main() -> None: function get_text (line 161) | def get_text( function build_data_pipeline (line 193) | def build_data_pipeline( FILE: src/seamless_communication/cli/toxicity/etox/etox.py function main (line 13) | def main() -> None: FILE: src/seamless_communication/cli/toxicity/mutox/mutox_speech.py function main (line 30) | def main() -> None: FILE: src/seamless_communication/cli/toxicity/mutox/mutox_text.py function main (line 24) | def main() -> None: FILE: src/seamless_communication/datasets/datatypes.py class MultimodalSample (line 15) | class MultimodalSample: method from_json (line 25) | def from_json(cls, js: Dict[str, Any]) -> "MultimodalSample": class LangPairSample (line 38) | class LangPairSample: method from_json (line 43) | def from_json(cls, js: Dict[str, Any]) -> "LangPairSample": FILE: src/seamless_communication/datasets/huggingface.py class SpeechTokenizer (line 22) | class SpeechTokenizer: method encode (line 24) | def encode(self, wav: torch.Tensor, sample_rate: int) -> torch.Tensor: class Speech2SpeechFleursDatasetBuilder (line 28) | class Speech2SpeechFleursDatasetBuilder: method __init__ (line 33) | def __init__( method _prepare_sample (line 53) | def _prepare_sample( method iterate_lang_audio_samples (line 92) | def iterate_lang_audio_samples(self, lang: str) -> Iterable[Multimodal... method __iter__ (line 121) | def __iter__(self) -> Iterable[LangPairSample]: class Speech2TextGigaspeechDatasetBuilder (line 141) | class Speech2TextGigaspeechDatasetBuilder: method __init__ (line 148) | def __init__( method _prepare_sample (line 166) | def _prepare_sample( method iterate_lang_audio_samples (line 198) | def iterate_lang_audio_samples(self, lang: str) -> Iterable[Multimodal... method __iter__ (line 227) | def __iter__(self) -> Iterable[LangPairSample]: FILE: src/seamless_communication/denoise/demucs.py class DenoisingConfig (line 29) | class DenoisingConfig: method __init__ (line 30) | def __init__( class Demucs (line 45) | class Demucs(): method __init__ (line 46) | def __init__( method run_command_with_temp_file (line 52) | def run_command_with_temp_file(self, cmd): method cleanup_temp_files (line 61) | def cleanup_temp_files(self): method denoise (line 68) | def denoise(self, audio: Union[str, Tensor]): FILE: src/seamless_communication/inference/generator.py function remove_consecutive_repeated_ngrams (line 39) | def remove_consecutive_repeated_ngrams( class SequenceGeneratorOptions (line 60) | class SequenceGeneratorOptions: class UnitYGenerator (line 87) | class UnitYGenerator: method __init__ (line 97) | def __init__( method __call__ (line 228) | def __call__( FILE: src/seamless_communication/inference/transcriber.py class EncDecAttentionsCollect (line 39) | class EncDecAttentionsCollect(AttentionWeightHook): method __init__ (line 40) | def __init__(self): method __call__ (line 44) | def __call__(self, m, attn, attn_weights) -> None: method reset (line 59) | def reset(self): class TranscriptionTokenStats (line 64) | class TranscriptionTokenStats: class TranscriptionToken (line 71) | class TranscriptionToken: class Transcription (line 77) | class Transcription: method __init__ (line 81) | def __init__(self, tokens: List[TranscriptionToken]): method __add__ (line 85) | def __add__(self, other: "Transcription") -> "Transcription": method __str__ (line 90) | def __str__(self): method __repr__ (line 93) | def __repr__(self): class Transcriber (line 97) | class Transcriber(nn.Module): method __init__ (line 98) | def __init__( method load_tokenizer (line 145) | def load_tokenizer( method load_model_for_inference (line 168) | def load_model_for_inference( method generate_lis (line 179) | def generate_lis(arr: List[Tuple[int, int]]) -> Tuple[int, List[Tuple[... method _extract_timestamps (line 203) | def _extract_timestamps( method _collect_word_level_stats (line 238) | def _collect_word_level_stats( method run_inference (line 269) | def run_inference( method denoise_audio (line 318) | def denoise_audio( method transcribe (line 327) | def transcribe( FILE: src/seamless_communication/inference/translator.py class Task (line 53) | class Task(Enum): class Modality (line 61) | class Modality(Enum): class BatchedSpeechOutput (line 67) | class BatchedSpeechOutput: class Translator (line 78) | class Translator(nn.Module): method __init__ (line 79) | def __init__( method get_prediction (line 157) | def get_prediction( method get_modalities_from_task_str (line 199) | def get_modalities_from_task_str(task_str: str) -> Tuple[Modality, Mod... method predict (line 216) | def predict( FILE: src/seamless_communication/models/aligner/alignment_extractor.py class AlignmentExtractor (line 29) | class AlignmentExtractor(nn.Module): method __init__ (line 30) | def __init__( method load_audio (line 63) | def load_audio( method prepare_audio (line 73) | def prepare_audio(self, audio: Union[str, Tensor]) -> Tensor: method extract_units (line 90) | def extract_units(self, audio: Tensor) -> Tensor: method extract_alignment (line 98) | def extract_alignment( method detokenize_text (line 140) | def detokenize_text(self, tokenized_text_ids: Tensor) -> StringLike: method plot_alignment (line 143) | def plot_alignment( FILE: src/seamless_communication/models/aligner/builder.py class AlignmentEncoderConfig (line 27) | class AlignmentEncoderConfig: class UnitY2AlignmentFrontendConfig (line 44) | class UnitY2AlignmentFrontendConfig: class UnitY2AlignmentConfig (line 51) | class UnitY2AlignmentConfig: function _aligner_nar_t2u (line 65) | def _aligner_nar_t2u() -> UnitY2AlignmentConfig: class UnitY2AlignmentBuilder (line 90) | class UnitY2AlignmentBuilder: method __init__ (line 95) | def __init__( method build_model (line 114) | def build_model(self) -> UnitY2AlignmentModel: method build_alignment_frontend (line 121) | def build_alignment_frontend(self) -> UnitY2AlignmentFrontend: method build_alignment_encoder (line 148) | def build_alignment_encoder(self, training: bool = False) -> UnitY2Ali... function create_unity2_alignment_model (line 165) | def create_unity2_alignment_model( FILE: src/seamless_communication/models/aligner/loader.py function convert_unity2_aligner_checkpoint (line 22) | def convert_unity2_aligner_checkpoint( function _get_char_index_mapping (line 60) | def _get_char_index_mapping(config: UnitY2AlignmentConfig) -> List[int]: FILE: src/seamless_communication/models/aligner/model.py class UnitY2AlignmentFrontend (line 25) | class UnitY2AlignmentFrontend(Module): method __init__ (line 26) | def __init__( method tokenize_text (line 45) | def tokenize_text( method tokenize_text_to_tokens (line 54) | def tokenize_text_to_tokens( method tokenize_unit (line 63) | def tokenize_unit(self, units: Union[str, Tensor]) -> Tensor: method forward (line 68) | def forward(self, text: Tensor, unit: Tensor) -> Tuple[Any, Any]: class Permute12 (line 74) | class Permute12(nn.Module): method forward (line 75) | def forward(self, x: Tensor) -> Tensor: class UnitY2AlignmentEncoder (line 79) | class UnitY2AlignmentEncoder(Module): method __init__ (line 84) | def __init__( method forward (line 146) | def forward( method postprocess_alignment (line 192) | def postprocess_alignment( function _monotonic_alignment_search (line 212) | def _monotonic_alignment_search( function viterbi_decode (line 246) | def viterbi_decode( class UnitY2AlignmentModel (line 280) | class UnitY2AlignmentModel(Module): method __init__ (line 284) | def __init__( method forward (line 293) | def forward(self, input_text: Tensor, input_unit: Tensor) -> Tuple[Ten... FILE: src/seamless_communication/models/conformer_shaw/builder.py class ShawRelativePositionSDPAConfig (line 26) | class ShawRelativePositionSDPAConfig: class ConformerShawEncoderConfig (line 40) | class ConformerShawEncoderConfig(Wav2Vec2EncoderConfig): function _conformer_shaw_600m_encoder (line 55) | def _conformer_shaw_600m_encoder() -> ConformerShawEncoderConfig: function _conformer_shaw_600m (line 72) | def _conformer_shaw_600m() -> Wav2Vec2Config: class ConformerShawEncoderBuilder (line 93) | class ConformerShawEncoderBuilder(Wav2Vec2EncoderBuilder): method __init__ (line 105) | def __init__( method build_sdpa (line 127) | def build_sdpa(self) -> SDPA: method build_conformer_conv (line 148) | def build_conformer_conv(self) -> ConformerConvolution: function create_conformer_shaw_model (line 159) | def create_conformer_shaw_model( FILE: src/seamless_communication/models/conformer_shaw/loader.py function convert_conformer_shaw_checkpoint (line 23) | def convert_conformer_shaw_checkpoint( FILE: src/seamless_communication/models/generator/builder.py class PretsselEncoderFrontendConfig (line 47) | class PretsselEncoderFrontendConfig: class FFTLayerConfig (line 54) | class FFTLayerConfig: class PretsselDecoderFrontendConfig (line 65) | class PretsselDecoderFrontendConfig: class VocoderConfig (line 72) | class VocoderConfig: function pretssel_config (line 119) | def pretssel_config() -> ( function _16khz_vocoder (line 161) | def _16khz_vocoder() -> VocoderConfig: function _24khz_vocoder (line 211) | def _24khz_vocoder() -> VocoderConfig: class PretsselVocoderBuilder (line 260) | class PretsselVocoderBuilder: method __init__ (line 266) | def __init__( method build_embed_tokens (line 286) | def build_embed_tokens(self) -> StandardEmbedding: method build_fft (line 297) | def build_fft(self, num_layers: int) -> FeedForwardTransformer: method build_fft_layer (line 309) | def build_fft_layer(self) -> FeedForwardTransformerLayer: method build_attention (line 334) | def build_attention(self, num_heads: int) -> MultiheadAttention: method build_variance_adaptor (line 347) | def build_variance_adaptor( method build_model (line 405) | def build_model(self) -> PretsselVocoder: function create_vocoder_model (line 494) | def create_vocoder_model( FILE: src/seamless_communication/models/generator/ecapa_tdnn.py class ECAPA_TDNN (line 16) | class ECAPA_TDNN(Module): method __init__ (line 33) | def __init__( method reset_parameters (line 102) | def reset_parameters(self) -> None: method forward (line 111) | def forward( class TDNNBlock (line 146) | class TDNNBlock(Module): method __init__ (line 171) | def __init__( method forward (line 191) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class Res2NetBlock (line 198) | class Res2NetBlock(Module): method __init__ (line 223) | def __init__( method forward (line 250) | def forward(self, x: Tensor) -> Tensor: class SEBlock (line 266) | class SEBlock(Module): method __init__ (line 279) | def __init__( method forward (line 296) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class AttentiveStatisticsPooling (line 312) | class AttentiveStatisticsPooling(Module): method __init__ (line 324) | def __init__( method forward (line 341) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class SERes2NetBlock (line 394) | class SERes2NetBlock(Module): method __init__ (line 420) | def __init__( method forward (line 463) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... FILE: src/seamless_communication/models/generator/ecapa_tdnn_builder.py class EcapaTDNNConfig (line 17) | class EcapaTDNNConfig: function _base_ecapa_tdnn (line 36) | def _base_ecapa_tdnn() -> EcapaTDNNConfig: class EcapaTDNNBuilder (line 51) | class EcapaTDNNBuilder: method __init__ (line 60) | def __init__( method build_model (line 79) | def build_model(self) -> ECAPA_TDNN: function create_ecapa_tdnn_model (line 97) | def create_ecapa_tdnn_model( FILE: src/seamless_communication/models/generator/streamable.py function apply_parametrization_norm (line 31) | def apply_parametrization_norm( function get_norm_module (line 45) | def get_norm_module( # type: ignore[no-untyped-def] function get_extra_padding_for_conv1d (line 64) | def get_extra_padding_for_conv1d( function pad_for_conv1d (line 74) | def pad_for_conv1d( function pad1d (line 91) | def pad1d( function unpad1d (line 116) | def unpad1d(x: torch.Tensor, paddings: Tuple[int, int]) -> torch.Tensor: class NormConv1d (line 125) | class NormConv1d(Module): method __init__ (line 130) | def __init__( method forward (line 165) | def forward(self, x: torch.Tensor) -> torch.Tensor: class NormConvTranspose1d (line 171) | class NormConvTranspose1d(Module): method __init__ (line 176) | def __init__( # type: ignore[no-untyped-def] method forward (line 205) | def forward(self, x: torch.Tensor) -> torch.Tensor: class StreamableConv1d (line 211) | class StreamableConv1d(Module): method __init__ (line 216) | def __init__( method forward (line 260) | def forward(self, x: torch.Tensor) -> torch.Tensor: class StreamableConvTranspose1d (line 286) | class StreamableConvTranspose1d(Module): method __init__ (line 291) | def __init__( method forward (line 325) | def forward(self, x: torch.Tensor) -> torch.Tensor: class StreamableLSTM (line 350) | class StreamableLSTM(Module): method __init__ (line 355) | def __init__( method forward (line 367) | def forward(self, x: torch.Tensor) -> torch.Tensor: class StreamableResnetBlock (line 376) | class StreamableResnetBlock(Module): method __init__ (line 393) | def __init__( method forward (line 451) | def forward(self, x: torch.Tensor) -> torch.Tensor: FILE: src/seamless_communication/models/generator/vocoder.py class PretsselEncoderFrontend (line 50) | class PretsselEncoderFrontend(Module): method __init__ (line 62) | def __init__( method forward (line 96) | def forward( class PretsselDecoderFrontend (line 124) | class PretsselDecoderFrontend(Module): method __init__ (line 131) | def __init__( method forward (line 147) | def forward( class PretsselVocoder (line 165) | class PretsselVocoder(Module): method __init__ (line 174) | def __init__( # type: ignore[no-untyped-def] method reset_parameters (line 455) | def reset_parameters(self) -> None: method gcmvn_denormalize (line 462) | def gcmvn_denormalize(self, x: torch.Tensor) -> torch.Tensor: method forward (line 476) | def forward( method remove_weight_norm (line 575) | def remove_weight_norm(self) -> None: FILE: src/seamless_communication/models/monotonic_decoder/builder.py class MonotonicDecoderConfig (line 40) | class MonotonicDecoderConfig: function _dense_1b (line 88) | def _dense_1b() -> MonotonicDecoderConfig: class MonotonicDecoderBuilder (line 106) | class MonotonicDecoderBuilder: method __init__ (line 117) | def __init__( method build_model (line 136) | def build_model(self) -> MonotonicDecoderModel: method build_embedding (line 151) | def build_embedding(self) -> StandardEmbedding: method build_frontend (line 162) | def build_frontend(self, embed: Embedding) -> TransformerFrontend: method build_decoder (line 179) | def build_decoder(self) -> MonotonicTransformerDecoder: method build_decoder_layer (line 191) | def build_decoder_layer(self) -> MonotonicTransformerDecoderLayer: method build_attention (line 211) | def build_attention(self, num_heads: int) -> MultiheadAttention: method build_p_choose_layer (line 223) | def build_p_choose_layer(self, num_heads: int) -> PChooseLayer: method build_ffn (line 236) | def build_ffn(self) -> FeedForwardNetwork: function create_monotonic_decoder_model (line 248) | def create_monotonic_decoder_model( FILE: src/seamless_communication/models/monotonic_decoder/loader.py function convert_monotonic_checkpoint (line 22) | def convert_monotonic_checkpoint( FILE: src/seamless_communication/models/monotonic_decoder/model.py class MonotonicDecoderModel (line 23) | class MonotonicDecoderModel(Module): method __init__ (line 28) | def __init__( method decode (line 41) | def decode( method project (line 63) | def project(self, decoder_output: Tensor) -> Tensor: FILE: src/seamless_communication/models/monotonic_decoder/monotonic_decoder.py class MonotonicTransformerDecoder (line 29) | class MonotonicTransformerDecoder(Module): method __init__ (line 37) | def __init__( method forward (line 66) | def forward( FILE: src/seamless_communication/models/monotonic_decoder/monotonic_decoder_layer.py class MonotonicTransformerDecoderLayer (line 26) | class MonotonicTransformerDecoderLayer(Module): method __init__ (line 40) | def __init__( method forward (line 108) | def forward( method _forward_self_attn (line 128) | def _forward_self_attn( method _forward_encoder_decoder_attn (line 156) | def _forward_encoder_decoder_attn( method _forward_ffn (line 189) | def _forward_ffn(self, seqs: Tensor) -> Tensor: FILE: src/seamless_communication/models/monotonic_decoder/p_choose.py class EnergyProjection (line 17) | class EnergyProjection(Module): method __init__ (line 18) | def __init__( method forward (line 41) | def forward(self, seqs: Tensor) -> Tensor: class PChooseLayer (line 48) | class PChooseLayer(Module): method __init__ (line 59) | def __init__( method forward (line 120) | def forward(self, seqs: Tensor, keys: Tensor) -> Tensor: FILE: src/seamless_communication/models/pretssel/ecapa_tdnn.py class ECAPA_TDNN (line 16) | class ECAPA_TDNN(Module): method __init__ (line 33) | def __init__( method reset_parameters (line 102) | def reset_parameters(self) -> None: method forward (line 111) | def forward( class TDNNBlock (line 146) | class TDNNBlock(Module): method __init__ (line 171) | def __init__( method forward (line 191) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class Res2NetBlock (line 198) | class Res2NetBlock(Module): method __init__ (line 223) | def __init__( method forward (line 250) | def forward(self, x: Tensor) -> Tensor: class SEBlock (line 266) | class SEBlock(Module): method __init__ (line 279) | def __init__( method forward (line 296) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class AttentiveStatisticsPooling (line 312) | class AttentiveStatisticsPooling(Module): method __init__ (line 324) | def __init__( method forward (line 341) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... class SERes2NetBlock (line 397) | class SERes2NetBlock(Module): method __init__ (line 423) | def __init__( method forward (line 466) | def forward(self, x: Tensor, padding_mask: Optional[PaddingMask] = Non... FILE: src/seamless_communication/models/pretssel/ecapa_tdnn_builder.py class EcapaTDNNConfig (line 17) | class EcapaTDNNConfig: function _base_ecapa_tdnn (line 36) | def _base_ecapa_tdnn() -> EcapaTDNNConfig: class EcapaTDNNBuilder (line 51) | class EcapaTDNNBuilder: method __init__ (line 60) | def __init__( method build_model (line 79) | def build_model(self) -> ECAPA_TDNN: function create_ecapa_tdnn_model (line 97) | def create_ecapa_tdnn_model( FILE: src/seamless_communication/models/tokenizer.py class SPMTokenizer (line 23) | class SPMTokenizer(TextTokenizer): method __init__ (line 30) | def __init__( method _lang_tok_to_internal (line 54) | def _lang_tok_to_internal(cls, lang: str) -> str: method create_encoder (line 58) | def create_encoder( method create_raw_encoder (line 115) | def create_raw_encoder( method create_decoder (line 121) | def create_decoder(self) -> TextTokenDecoder: FILE: src/seamless_communication/models/unit_extractor/kmeans.py class KmeansModel (line 14) | class KmeansModel(nn.Module): method __init__ (line 15) | def __init__(self, kmeans_uri: str, device: Device, dtype: DataType): method forward (line 24) | def forward(self, x: Tensor) -> Tensor: FILE: src/seamless_communication/models/unit_extractor/unit_extractor.py class UnitExtractor (line 37) | class UnitExtractor(nn.Module): method __init__ (line 40) | def __init__( method predict (line 62) | def predict( method resynthesize_audio (line 101) | def resynthesize_audio( FILE: src/seamless_communication/models/unit_extractor/wav2vec2_layer_output.py function _encoder_xlsr2_1b_v2 (line 23) | def _encoder_xlsr2_1b_v2() -> Wav2Vec2EncoderConfig: function _xlsr2_1b_v2 (line 57) | def _xlsr2_1b_v2() -> Wav2Vec2Config: class Wav2Vec2LayerOutputModel (line 78) | class Wav2Vec2LayerOutputModel(nn.Module): method __init__ (line 82) | def __init__(self, w2v2: Wav2Vec2Model): method forward (line 89) | def forward(self, batch: SequenceBatch, out_layer_idx: int) -> Tensor: FILE: src/seamless_communication/models/unity/adaptor_block.py class UnitYEncoderAdaptor (line 31) | class UnitYEncoderAdaptor(TransformerEncoder): method __init__ (line 43) | def __init__( method forward (line 98) | def forward( method _expand_contract (line 118) | def _expand_contract(self, seqs: Tensor) -> Tensor: class UnitYTransformerAdaptorLayer (line 129) | class UnitYTransformerAdaptorLayer(TransformerEncoderLayer): method __init__ (line 151) | def __init__( method forward (line 237) | def forward( method _forward_self_attn (line 249) | def _forward_self_attn( method _forward_ffn (line 304) | def _forward_ffn(self, seqs: Tensor) -> Tensor: method extra_repr (line 316) | def extra_repr(self) -> str: class UnitYConformerAdaptorLayer (line 324) | class UnitYConformerAdaptorLayer(TransformerEncoderLayer): method __init__ (line 340) | def __init__( method forward (line 393) | def forward( method extra_repr (line 419) | def extra_repr(self) -> str: function _compute_new_padding_mask (line 426) | def _compute_new_padding_mask( FILE: src/seamless_communication/models/unity/builder.py class UnitYConfig (line 55) | class UnitYConfig: function _base (line 110) | def _base() -> UnitYConfig: function _medium (line 138) | def _medium() -> UnitYConfig: function _base_v2 (line 166) | def _base_v2() -> UnitYConfig: function _expressivity_v2 (line 196) | def _expressivity_v2() -> UnitYConfig: function _build_seamless_nano_model_config (line 227) | def _build_seamless_nano_model_config( function _seamless_micro (line 336) | def _seamless_micro() -> UnitYConfig: function _seamless_nano (line 348) | def _seamless_nano() -> UnitYConfig: class UnitYBuilder (line 359) | class UnitYBuilder: method __init__ (line 374) | def __init__( method build_model (line 426) | def build_model(self) -> UnitYModel: method build_speech_encoder (line 480) | def build_speech_encoder(self) -> TransformerEncoder: method build_adaptor_layer (line 503) | def build_adaptor_layer(self, idx: int) -> TransformerEncoderLayer: method build_conformer_adaptor_layer (line 528) | def build_conformer_adaptor_layer(self, idx: int) -> TransformerEncode... method build_adaptor_attention (line 568) | def build_adaptor_attention(self, num_heads: int) -> MultiheadAttention: class NllbWithGELUBuilder (line 581) | class NllbWithGELUBuilder(NllbBuilder): method build_ffn (line 583) | def build_ffn(self) -> FeedForwardNetwork: function create_unity_model (line 595) | def create_unity_model( FILE: src/seamless_communication/models/unity/char_tokenizer.py class CharTokenizer (line 30) | class CharTokenizer(TextTokenizer): method __init__ (line 35) | def __init__(self, pathname: PathLike) -> None: method create_encoder (line 47) | def create_encoder( method create_raw_encoder (line 63) | def create_raw_encoder( method create_decoder (line 69) | def create_decoder(self) -> TextTokenDecoder: class UnitYCharTokenizerLoader (line 73) | class UnitYCharTokenizerLoader: method __init__ (line 76) | def __init__( method __call__ (line 88) | def __call__( FILE: src/seamless_communication/models/unity/fft_decoder.py class FeedForwardTransformer (line 23) | class FeedForwardTransformer(Module): method __init__ (line 30) | def __init__( method forward (line 65) | def forward( method extra_repr (line 79) | def extra_repr(self) -> str: FILE: src/seamless_communication/models/unity/fft_decoder_layer.py class Conv1dBlock (line 20) | class Conv1dBlock(Module): method __init__ (line 28) | def __init__( method forward (line 75) | def forward(self, seqs: Tensor, padding_mask: Optional[PaddingMask]) -... class FeedForwardTransformerLayer (line 105) | class FeedForwardTransformerLayer(Module): method __init__ (line 118) | def __init__( method forward (line 177) | def forward( method _forward_self_attn (line 193) | def _forward_self_attn( method _forward_conv1d (line 217) | def _forward_conv1d( FILE: src/seamless_communication/models/unity/film.py class FiLM (line 15) | class FiLM(Module): method __init__ (line 25) | def __init__( method forward (line 56) | def forward(self, x: Tensor, cond_embs: Tensor) -> Tensor: FILE: src/seamless_communication/models/unity/length_regulator.py class HardUpsampling (line 21) | class HardUpsampling(Module): method forward (line 24) | def forward(self, seqs: Tensor, durations: Tensor) -> Tuple[Tensor, Te... class GaussianUpsampling (line 42) | class GaussianUpsampling(Module): method __init__ (line 47) | def __init__(self, delta: float = 0.1): method forward (line 51) | def forward( class VariancePredictor (line 99) | class VariancePredictor(Module): method __init__ (line 111) | def __init__( method forward (line 172) | def forward( class VarianceAdaptor (line 221) | class VarianceAdaptor(Module): method __init__ (line 231) | def __init__( method forward (line 275) | def forward( FILE: src/seamless_communication/models/unity/loader.py function convert_unity_checkpoint (line 27) | def convert_unity_checkpoint( function _get_char_index_mapping (line 158) | def _get_char_index_mapping(config: UnitYConfig) -> List[int]: function _fairseq_key_map (line 179) | def _fairseq_key_map(config: UnitYConfig) -> Dict[str, str]: class UnitYUnitTokenizerLoader (line 408) | class UnitYUnitTokenizerLoader: method __init__ (line 411) | def __init__(self, asset_store: AssetStore) -> None: method __call__ (line 418) | def __call__(self, model_name_or_card: Union[str, AssetCard]) -> UnitT... class GcmvnStatsLoader (line 439) | class GcmvnStatsLoader: method __init__ (line 442) | def __init__(self, asset_store: AssetStore) -> None: method __call__ (line 449) | def __call__( FILE: src/seamless_communication/models/unity/model.py class UnitYModel (line 28) | class UnitYModel(EncoderDecoderModel): method __init__ (line 48) | def __init__( method encode (line 119) | def encode( method encode_speech (line 132) | def encode_speech( method encode_text (line 139) | def encode_text( method decode (line 154) | def decode( method project (line 183) | def project( class UnitYX2TModel (line 197) | class UnitYX2TModel(EncoderDecoderModel): method __init__ (line 205) | def __init__( method encode (line 226) | def encode( method decode (line 233) | def decode( method project (line 255) | def project( class UnitYT2UModel (line 264) | class UnitYT2UModel(EncoderDecoderModel): method __init__ (line 273) | def __init__( method encode (line 293) | def encode( method decode (line 301) | def decode( method project (line 322) | def project( class UnitYNART2UModel (line 331) | class UnitYNART2UModel(Module): method __init__ (line 342) | def __init__( method forward (line 379) | def forward( method encode (line 404) | def encode( method decode (line 414) | def decode( method project (line 438) | def project(self, decoder_output: Tensor) -> SequenceModelOutput: class UnitYOutput (line 445) | class UnitYOutput: method compute_loss (line 457) | def compute_loss( FILE: src/seamless_communication/models/unity/nar_decoder_frontend.py class TagManager (line 31) | class TagManager: method __init__ (line 32) | def __init__(self, vocab_info: VocabularyInfo): method preprocess_text_seqs (line 35) | def preprocess_text_seqs(self, text_seqs: Tensor) -> Tensor: method postprocess_dur_or_len (line 44) | def postprocess_dur_or_len(self, dur_or_len: Tensor) -> Tensor: class NARDecoderFrontend (line 53) | class NARDecoderFrontend(Module): method __init__ (line 66) | def __init__( method indices_to_subwords (line 130) | def indices_to_subwords(self, text_seqs: Tensor) -> List[List[str]]: method text_to_char_seqs (line 143) | def text_to_char_seqs(self, text_seqs: Tensor) -> Tuple[Tensor, Tensor... method count_character_length_in_subword (line 158) | def count_character_length_in_subword( method get_char_seqs (line 227) | def get_char_seqs( method character_level_upsampling (line 261) | def character_level_upsampling( method forward_unit_pos_embedding (line 285) | def forward_unit_pos_embedding( method forward (line 300) | def forward( FILE: src/seamless_communication/models/unity/t2u_builder.py class VariancePredictorConfig (line 55) | class VariancePredictorConfig: class NARDecoderFrontendConfig (line 64) | class NARDecoderFrontendConfig: class NARDecoderConfig (line 72) | class NARDecoderConfig: class UnitYT2UConfig (line 84) | class UnitYT2UConfig: function _base_t2u (line 141) | def _base_t2u() -> UnitYT2UConfig: function _medium_t2u (line 164) | def _medium_t2u() -> UnitYT2UConfig: function _base_nar (line 187) | def _base_nar() -> UnitYT2UConfig: function _expressivity_nar (line 236) | def _expressivity_nar() -> UnitYT2UConfig: class UnitYT2UBuilder (line 284) | class UnitYT2UBuilder: method __init__ (line 295) | def __init__( method build_model (line 314) | def build_model(self) -> UnitYT2UModel: method build_unit_embedding (line 335) | def build_unit_embedding(self) -> StandardEmbedding: method build_encoder (line 347) | def build_encoder(self) -> Optional[TransformerEncoder]: method build_encoder_layer (line 363) | def build_encoder_layer(self) -> TransformerEncoderLayer: method build_decoder_frontend (line 379) | def build_decoder_frontend(self, embed_unit: Embedding) -> Transformer... method build_decoder (line 396) | def build_decoder(self) -> TransformerDecoder: method build_decoder_layer (line 410) | def build_decoder_layer(self) -> TransformerDecoderLayer: method build_attention (line 429) | def build_attention(self, num_heads: int) -> MultiheadAttention: method build_ffn (line 442) | def build_ffn(self) -> FeedForwardNetwork: class UnitYNART2UBuilder (line 455) | class UnitYNART2UBuilder: method __init__ (line 466) | def __init__( method build_model (line 485) | def build_model(self) -> UnitYNART2UModel: method build_unit_embedding (line 509) | def build_unit_embedding(self) -> StandardEmbedding: method build_encoder (line 521) | def build_encoder(self) -> Optional[TransformerEncoder]: method build_encoder_layer (line 537) | def build_encoder_layer(self) -> TransformerEncoderLayer: method build_variance_adaptor (line 553) | def build_variance_adaptor( method build_decoder_frontend (line 580) | def build_decoder_frontend(self, embed_unit: Embedding) -> NARDecoderF... method build_decoder (line 636) | def build_decoder(self) -> FeedForwardTransformer: method build_decoder_layer (line 650) | def build_decoder_layer(self) -> FeedForwardTransformerLayer: method build_attention (line 677) | def build_attention(self, num_heads: int) -> MultiheadAttention: method build_ffn (line 690) | def build_ffn(self) -> FeedForwardNetwork: method build_prosody_proj (line 703) | def build_prosody_proj(self) -> Optional[Projection]: function create_unity_t2u_model (line 718) | def create_unity_t2u_model( FILE: src/seamless_communication/models/unity/unit_tokenizer.py class UnitTokenizer (line 15) | class UnitTokenizer: method __init__ (line 22) | def __init__(self, num_units: int, langs: Sequence[str], model_arch: s... method lang_to_index (line 54) | def lang_to_index(self, lang: str) -> int: method index_to_lang (line 71) | def index_to_lang(self, idx: int) -> str: method create_encoder (line 87) | def create_encoder( method create_decoder (line 97) | def create_decoder(self) -> "UnitTokenDecoder": class UnitTokenEncoder (line 102) | class UnitTokenEncoder: method __init__ (line 111) | def __init__( method __call__ (line 153) | def __call__(self, units: Tensor) -> Tensor: class UnitTokenDecoder (line 188) | class UnitTokenDecoder: method __init__ (line 194) | def __init__(self, tokenizer: UnitTokenizer, is_nar_decoder: bool) -> ... method __call__ (line 209) | def __call__(self, token_indices: Tensor) -> Tensor: FILE: src/seamless_communication/models/vocoder/builder.py class VocoderConfig (line 18) | class VocoderConfig: function _base_vocoder (line 43) | def _base_vocoder() -> VocoderConfig: class VocoderBuilder (line 67) | class VocoderBuilder: method __init__ (line 79) | def __init__( method build_model (line 97) | def build_model(self) -> Vocoder: function create_vocoder_model (line 120) | def create_vocoder_model( FILE: src/seamless_communication/models/vocoder/codehifigan.py class CodeGenerator (line 16) | class CodeGenerator(Generator): method __init__ (line 17) | def __init__( method _upsample (line 53) | def _upsample(signal: Tensor, max_frames: int) -> Tensor: method forward (line 75) | def forward(self, sample: Dict[str, Any], dur_prediction: bool) -> Ten... FILE: src/seamless_communication/models/vocoder/hifigan.py function init_weights (line 27) | def init_weights(m, mean: float = 0.0, std: float = 0.01) -> None: # ty... function get_padding (line 33) | def get_padding(kernel_size: int, dilation: int = 1) -> int: class ResBlock (line 37) | class ResBlock(Module): method __init__ (line 38) | def __init__( method forward (line 114) | def forward(self, x: Tensor) -> Tensor: method remove_weight_norm (line 123) | def remove_weight_norm(self) -> None: class Generator (line 130) | class Generator(Module): method __init__ (line 131) | def __init__( method forward (line 180) | def forward(self, x: Tensor) -> Tensor: method remove_weight_norm (line 198) | def remove_weight_norm(self) -> None: FILE: src/seamless_communication/models/vocoder/loader.py function convert_vocoder_checkpoint (line 20) | def convert_vocoder_checkpoint( FILE: src/seamless_communication/models/vocoder/vocoder.py class Vocoder (line 15) | class Vocoder(Module): method __init__ (line 16) | def __init__( method forward (line 25) | def forward( FILE: src/seamless_communication/segment/silero_vad.py class SileroVADSegmenter (line 17) | class SileroVADSegmenter: # type: ignore method __init__ (line 18) | def __init__(self, sample_rate = SAMPLING_RATE, chunk_size_sec = 10, p... method segment_long_input (line 29) | def segment_long_input(self, audio: torch.Tensor) -> None: method get_speech_timestamps (line 63) | def get_speech_timestamps( method recursive_split (line 95) | def recursive_split( method pdac (line 154) | def pdac( method trim (line 171) | def trim( method split (line 191) | def split( method resample_audio (line 213) | def resample_audio(wav: torch.Tensor, sample_rate: int) -> torch.Tensor: method get_speech_probs (line 227) | def get_speech_probs( class Segment (line 282) | class Segment: method __init__ (line 283) | def __init__(self, start: int, end: int, probs: np.ndarray): FILE: src/seamless_communication/store.py function add_gated_assets (line 12) | def add_gated_assets(model_dir: Path) -> None: FILE: src/seamless_communication/streaming/agents/common.py class EarlyStoppingMixin (line 15) | class EarlyStoppingMixin: method reset_early (line 16) | def reset_early(self) -> None: class AgentStates (line 24) | class AgentStates(AgentStatesOrig): # type: ignore method update_target (line 25) | def update_target(self, segment: Segment) -> None: class NoUpdateTargetMixin (line 30) | class NoUpdateTargetMixin: method build_states (line 33) | def build_states(self) -> AgentStates: FILE: src/seamless_communication/streaming/agents/detokenizer.py class DetokenizerAgent (line 23) | class DetokenizerAgent(NoUpdateTargetMixin, TextToTextAgent): # type: i... method __init__ (line 24) | def __init__(self, args: Namespace): method from_args (line 29) | def from_args(cls, args: Namespace, **kwargs: Dict[str, Any]) -> Detok... method add_args (line 32) | def add_args(parser: ArgumentParser) -> None: method policy (line 40) | def policy(self, states: AgentStates) -> Action: method decode (line 59) | def decode(self, x: str) -> str: class UnitYDetokenizerAgentStates (line 63) | class UnitYDetokenizerAgentStates(AgentStates): method update_source (line 64) | def update_source(self, segment: Segment) -> None: class UnitYDetokenizerAgent (line 77) | class UnitYDetokenizerAgent(DetokenizerAgent): method build_states (line 78) | def build_states(self) -> UnitYDetokenizerAgentStates: FILE: src/seamless_communication/streaming/agents/dual_vocoder_agent.py class DualVocoderStates (line 31) | class DualVocoderStates(AgentStates): method __init__ (line 32) | def __init__( method target_finished (line 40) | def target_finished(self): # type: ignore method reset (line 46) | def reset(self) -> None: method update_source (line 51) | def update_source(self, segment: Segment) -> None: method update_target (line 57) | def update_target(self, segment: Segment) -> None: class DualVocoderAgent (line 62) | class DualVocoderAgent(TextToSpeechAgent): # type: ignore method __init__ (line 63) | def __init__( method build_states (line 74) | def build_states(self) -> DualVocoderStates: method add_args (line 80) | def add_args(cls, parser: ArgumentParser) -> None: method from_args (line 96) | def from_args(cls, args: Namespace, **kwargs: Dict[str, Any]) -> DualV... method policy (line 103) | def policy(self, states: AgentStates) -> Action: FILE: src/seamless_communication/streaming/agents/offline_w2v_bert_encoder.py class OfflineWav2VecBertEncoderAgent (line 27) | class OfflineWav2VecBertEncoderAgent(NoUpdateTargetMixin, SpeechToSpeech... method __init__ (line 33) | def __init__( method min_input_length (line 51) | def min_input_length(self) -> int: method add_args (line 55) | def add_args(parser: ArgumentParser) -> None: method policy (line 64) | def policy(self, states: AgentStates) -> Action: method from_args (line 101) | def from_args( FILE: src/seamless_communication/streaming/agents/online_feature_extractor.py class FeatureStates (line 29) | class FeatureStates(AgentStates): # type: ignore method reset (line 30) | def reset(self) -> None: method update_source (line 35) | def update_source(self, segment: Segment) -> None: class OnlineFeatureExtractorAgent (line 48) | class OnlineFeatureExtractorAgent(SpeechToSpeechAgent): # type: ignore method __init__ (line 53) | def __init__(self, args: Namespace): method build_states (line 73) | def build_states(self) -> FeatureStates: method add_args (line 77) | def add_args(parser: ArgumentParser) -> None: method policy (line 102) | def policy(self, states: FeatureStates) -> Action: method from_args (line 151) | def from_args(cls, args: Any, **kwargs: Any) -> OnlineFeatureExtractor... FILE: src/seamless_communication/streaming/agents/online_text_decoder.py class DecoderAgentStates (line 26) | class DecoderAgentStates(AgentStates): # type: ignore method reset (line 27) | def reset(self) -> None: method update_source (line 34) | def update_source(self, segment: Segment) -> None: class OnlineTextDecoderAgent (line 53) | class OnlineTextDecoderAgent(GenericAgent): # type: ignore method __init__ (line 60) | def __init__( method build_states (line 89) | def build_states(self) -> DecoderAgentStates: method max_len (line 92) | def max_len(self, states: DecoderAgentStates) -> int: method add_args (line 96) | def add_args(parser: ArgumentParser) -> None: method policy (line 132) | def policy(self, states: DecoderAgentStates) -> Action: method enforce_tgt_lang_in_prefix (line 135) | def enforce_tgt_lang_in_prefix(self, states: DecoderAgentStates) -> None: class MMATextDecoderAgent (line 142) | class MMATextDecoderAgent(OnlineTextDecoderAgent): # type: ignore method __init__ (line 143) | def __init__( method add_args (line 160) | def add_args(parser: ArgumentParser) -> None: method from_args (line 187) | def from_args( method run_decoder (line 205) | def run_decoder( method postprocess (line 245) | def postprocess( method get_blocked_ngrams (line 260) | def get_blocked_ngrams(self, target_indices: List[int]) -> Optional[Se... method maybe_block_ngrams (line 276) | def maybe_block_ngrams( method policy (line 304) | def policy(self, states: DecoderAgentStates) -> Action: class MMASpeechToTextDecoderAgent (line 390) | class MMASpeechToTextDecoderAgent(MMATextDecoderAgent): class UnitYTextDecoderOutput (line 395) | class UnitYTextDecoderOutput: class UnitYMMATextDecoderAgent (line 401) | class UnitYMMATextDecoderAgent(MMASpeechToTextDecoderAgent): method postprocess (line 407) | def postprocess( FILE: src/seamless_communication/streaming/agents/online_unit_decoder.py class NARUnitDecoderAgentStates (line 23) | class NARUnitDecoderAgentStates(AgentStates): # type: ignore method reset (line 24) | def reset(self) -> None: method update_source (line 31) | def update_source(self, segment: Segment) -> None: class NARUnitYUnitDecoderAgent (line 54) | class NARUnitYUnitDecoderAgent(GenericAgent): # type: ignore method __init__ (line 60) | def __init__( method build_states (line 72) | def build_states(self) -> NARUnitDecoderAgentStates: method max_len (line 76) | def max_len(self) -> int: method add_args (line 80) | def add_args(parser: ArgumentParser) -> None: method policy (line 95) | def policy(self, states: NARUnitDecoderAgentStates) -> Action: method from_args (line 150) | def from_args(cls, args: Namespace, **kwargs: Any) -> NARUnitYUnitDeco... FILE: src/seamless_communication/streaming/agents/online_vocoder.py class VocoderAgent (line 27) | class VocoderAgent(TextToSpeechAgent): # type: ignore method __init__ (line 28) | def __init__(self, args: Namespace) -> None: method policy (line 44) | def policy(self, states: AgentStates) -> WriteAction: method add_args (line 73) | def add_args(cls, parser: ArgumentParser) -> None: method from_args (line 89) | def from_args(cls, args: Namespace, **kwargs: Dict[str, Any]) -> Vocod... FILE: src/seamless_communication/streaming/agents/pretssel_vocoder.py class PretsselVocoderAgent (line 35) | class PretsselVocoderAgent(NoUpdateTargetMixin, TextToSpeechAgent): # t... method __init__ (line 36) | def __init__(self, args: Namespace) -> None: method gcmvn_normalize (line 73) | def gcmvn_normalize(self, seqs: torch.Tensor) -> torch.Tensor: method policy (line 78) | def policy(self, states: AgentStates) -> WriteAction: method add_args (line 146) | def add_args(cls, parser: ArgumentParser) -> None: method from_args (line 167) | def from_args( FILE: src/seamless_communication/streaming/agents/seamless_s2st.py class SeamlessS2STAgent (line 34) | class SeamlessS2STAgent(UnitYAgentPipeline): class SeamlessS2STJointVADAgent (line 44) | class SeamlessS2STJointVADAgent(UnitYAgentTreePipeline): class SeamlessS2STDualVocoderVADAgent (line 56) | class SeamlessS2STDualVocoderVADAgent(UnitYAgentTreePipeline): FILE: src/seamless_communication/streaming/agents/seamless_streaming_s2st.py class SeamlessStreamingS2STAgent (line 28) | class SeamlessStreamingS2STAgent(UnitYAgentPipeline): class SeamlessStreamingS2STVADAgent (line 38) | class SeamlessStreamingS2STVADAgent(UnitYAgentPipeline): class SeamlessStreamingS2STJointVADAgent (line 49) | class SeamlessStreamingS2STJointVADAgent(UnitYAgentTreePipeline): FILE: src/seamless_communication/streaming/agents/seamless_streaming_s2t.py class SeamlessStreamingS2TDetokAgent (line 21) | class SeamlessStreamingS2TDetokAgent(UnitYAgentPipeline): class SeamlessStreamingS2TAgent (line 30) | class SeamlessStreamingS2TAgent(UnitYAgentPipeline): class SeamlessStreamingS2TVADAgent (line 38) | class SeamlessStreamingS2TVADAgent(UnitYAgentPipeline): FILE: src/seamless_communication/streaming/agents/silero_vad.py class SileroVADStates (line 37) | class SileroVADStates(EarlyStoppingMixin, AgentStates): # type: ignore method __init__ (line 38) | def __init__(self, args: Namespace) -> None: method clear_queues (line 66) | def clear_queues(self) -> None: method reset (line 76) | def reset(self) -> None: method reset_early (line 90) | def reset_early(self) -> None: method get_speech_prob_from_np_float32 (line 96) | def get_speech_prob_from_np_float32( method debug_log (line 110) | def debug_log(self, m: Any) -> None: method process_speech (line 114) | def process_speech( method check_silence_acc (line 145) | def check_silence_acc(self, tgt_lang: Optional[str] = None) -> None: method decay_silence_acc_ms (line 168) | def decay_silence_acc_ms(self) -> None: method update_source (line 173) | def update_source( method debug_write_wav (line 242) | def debug_write_wav( class SileroVADAgent (line 261) | class SileroVADAgent(SpeechToSpeechAgent): # type: ignore method __init__ (line 262) | def __init__(self, args: Namespace) -> None: method add_args (line 268) | def add_args(parser: ArgumentParser) -> None: method build_states (line 306) | def build_states(self) -> SileroVADStates: method policy (line 309) | def policy(self, states: SileroVADStates) -> Action: method from_args (line 341) | def from_args(cls, args: Namespace, **kwargs: None) -> SileroVADAgent: FILE: src/seamless_communication/streaming/agents/unity_pipeline.py function maybe_reset_states (line 45) | def maybe_reset_states(states: Optional[List[Optional[AgentStates]]]) ->... class UnitYPipelineMixin (line 55) | class UnitYPipelineMixin: method add_args (line 62) | def add_args(cls, parser: ArgumentParser) -> None: method load_model (line 95) | def load_model(cls, args: Namespace) -> Dict[str, Any]: class UnitYAgentPipeline (line 155) | class UnitYAgentPipeline(UnitYPipelineMixin, AgentPipeline): # type: ig... method __init__ (line 158) | def __init__(self, args: Namespace): method pop (line 172) | def pop(self, states: Optional[List[Optional[AgentStates]]] = None) ->... method from_args (line 193) | def from_args(cls, args: Any) -> UnitYAgentPipeline: class UnitYAgentTreePipeline (line 197) | class UnitYAgentTreePipeline(UnitYPipelineMixin, TreeAgentPipeline): # ... method __init__ (line 200) | def __init__(self, args: Namespace): method from_args (line 211) | def from_args(cls, args: Any) -> UnitYAgentPipeline: method pop (line 214) | def pop( FILE: src/seamless_communication/streaming/dataloaders/s2tt.py class SoundFileInfo (line 35) | class SoundFileInfo: method __repr__ (line 39) | def __repr__(self) -> str: function count_lines (line 43) | def count_lines(filename: Path) -> int: class SileroVADSilenceRemover (line 48) | class SileroVADSilenceRemover: method __init__ (line 49) | def __init__(self, sample_rate: int = 16000) -> None: method __call__ (line 58) | def __call__(self, sample: torch.Tensor, is_standardized: bool) -> Lis... class SimulEvalSpeechToTextDataloader (line 85) | class SimulEvalSpeechToTextDataloader(SpeechToTextDataloader, IterableDa... method __init__ (line 86) | def __init__( method __iter__ (line 107) | def __iter__(self) -> SimulEvalSpeechToTextDataloader: method __next__ (line 110) | def __next__(self) -> SimulEvalSpeechToTextDataloader: method reset (line 117) | def reset(self) -> None: method __len__ (line 121) | def __len__(self) -> int: method get_source (line 127) | def get_source(self, index: Optional[int] = None) -> List[float]: method get_target (line 137) | def get_target(self, index: Optional[int] = None) -> str: method get_tgt_lang (line 140) | def get_tgt_lang(self, index: Optional[int] = None) -> Optional[str]: method get_source_audio_info (line 148) | def get_source_audio_info(self, index: Optional[int] = None) -> SoundF... method get_source_audio_path (line 153) | def get_source_audio_path(self, index: Optional[int] = None) -> str: method from_args (line 157) | def from_args(cls, args: Namespace) -> SimulEvalSpeechToTextDataloader: method add_args (line 202) | def add_args(parser: ArgumentParser) -> None: FILE: src/seamless_communication/toxicity/etox_bad_word_checker.py class ETOXBadWordChecker (line 23) | class ETOXBadWordChecker: method __init__ (line 29) | def __init__( method extract_bad_words (line 41) | def extract_bad_words( method get_bad_words (line 73) | def get_bad_words(self, text: str, lang: str) -> List[str]: method _preprocess (line 87) | def _preprocess(text: str) -> str: method _find_bad_words (line 91) | def _find_bad_words(text: str, bad_words: List[str]) -> List[str]: method _find_bad_words_in_sp (line 104) | def _find_bad_words_in_sp(self, text: str, bad_words: List[str]) -> Li... method _contains_tokens (line 118) | def _contains_tokens( class ETOXBadWordCheckerLoader (line 131) | class ETOXBadWordCheckerLoader: method __init__ (line 135) | def __init__( method __call__ (line 143) | def __call__( method _load_words (line 199) | def _load_words(pathname: Path) -> List[str]: FILE: src/seamless_communication/toxicity/mintox.py function _extract_bad_words_with_batch_indices (line 34) | def _extract_bad_words_with_batch_indices( function _replace_with_new_text_output_in_batch (line 56) | def _replace_with_new_text_output_in_batch( function _replace_with_new_unit_output_in_batch (line 69) | def _replace_with_new_unit_output_in_batch( function mintox_pipeline (line 93) | def mintox_pipeline( FILE: src/seamless_communication/toxicity/mutox/builder.py class MutoxClassifierBuilder (line 17) | class MutoxClassifierBuilder: method __init__ (line 26) | def __init__( method build_model (line 44) | def build_model(self) -> MutoxClassifier: function create_mutox_model (line 72) | def create_mutox_model( FILE: src/seamless_communication/toxicity/mutox/classifier.py class MutoxClassifier (line 16) | class MutoxClassifier(nn.Module): method __init__ (line 17) | def __init__( method forward (line 24) | def forward(self, inputs: torch.Tensor) -> torch.Tensor: class MutoxConfig (line 29) | class MutoxConfig: FILE: src/seamless_communication/toxicity/mutox/loader.py function _base_mutox (line 21) | def _base_mutox() -> MutoxConfig: function convert_mutox_checkpoint (line 27) | def convert_mutox_checkpoint( FILE: src/seamless_communication/toxicity/mutox/speech_pipeline.py class MutoxSpeechClassifierPipeline (line 31) | class MutoxSpeechClassifierPipeline(SpeechToEmbeddingPipeline): method __init__ (line 32) | def __init__( method load_model_from_name (line 43) | def load_model_from_name( method prebuild_pipeline (line 55) | def prebuild_pipeline(self, context: SpeechInferenceParams) -> DataPip... method _run_classifier (line 60) | def _run_classifier(self, data: dict): FILE: tests/common.py function assert_close (line 21) | def assert_close( function assert_equal (line 34) | def assert_equal(a: Tensor, b: Union[Tensor, List[Any]]) -> None: function assert_unit_close (line 42) | def assert_unit_close( function has_no_inf (line 65) | def has_no_inf(a: Tensor) -> bool: function has_no_nan (line 70) | def has_no_nan(a: Tensor) -> bool: function tmp_rng_seed (line 76) | def tmp_rng_seed(device: Device, seed: int = 0) -> Generator[None, None,... function get_default_dtype (line 94) | def get_default_dtype() -> DataType: function convert_to_collated_fbank (line 102) | def convert_to_collated_fbank(audio_dict: WaveformToFbankInput, dtype: D... FILE: tests/conftest.py function parse_device_arg (line 21) | def parse_device_arg(value: str) -> Device: function pytest_addoption (line 28) | def pytest_addoption(parser: pytest.Parser) -> None: function pytest_sessionstart (line 37) | def pytest_sessionstart(session: pytest.Session) -> None: function example_rate16k_audio (line 42) | def example_rate16k_audio() -> AudioDecoderOutput: FILE: tests/integration/inference/test_mintox.py function bad_words_checker (line 18) | def bad_words_checker() -> ETOXBadWordChecker: function test_mintox_s2tt (line 22) | def test_mintox_s2tt(bad_words_checker: ETOXBadWordChecker): function test_mintox_t2tt (line 76) | def test_mintox_t2tt(bad_words_checker: ETOXBadWordChecker): FILE: tests/integration/inference/test_translator.py function test_seamless_m4t_large_t2tt (line 19) | def test_seamless_m4t_large_t2tt() -> None: function test_seamless_m4t_v2_large_t2tt (line 36) | def test_seamless_m4t_v2_large_t2tt() -> None: function test_seamless_m4t_v2_large_multiple_tasks (line 55) | def test_seamless_m4t_v2_large_multiple_tasks() -> None: FILE: tests/integration/models/test_conformer_shaw.py function test_conformer_shaw_600m (line 23) | def test_conformer_shaw_600m(example_rate16k_audio: AudioDecoderOutput) ... FILE: tests/integration/models/test_unity2_aligner.py function test_aligner (line 40) | def test_aligner(example_rate16k_audio: AudioDecoderOutput) -> None: FILE: tests/unit/denoise/test_demucs.py class TestDemucs (line 13) | class TestDemucs(unittest.TestCase): method test_init_works (line 14) | def test_init_works(self): method test_denoise (line 23) | def test_denoise(self, mock_run, mock_path, mock_load): FILE: tests/unit/models/unity/test_unity.py class TestUnitTokenizer (line 14) | class TestUnitTokenizer: method test_init_works (line 15) | def test_init_works(self) -> None: method test_lang_to_index_works (line 26) | def test_lang_to_index_works(self) -> None: method test_lang_to_index_works_nar_decoder (line 35) | def test_lang_to_index_works_nar_decoder(self) -> None: method test_lang_to_index_raises_error_when_lang_is_not_supported (line 47) | def test_lang_to_index_raises_error_when_lang_is_not_supported(self) -... method test_index_to_lang_works (line 58) | def test_index_to_lang_works(self) -> None: method test_index_to_lang_works_nar_decoder (line 67) | def test_index_to_lang_works_nar_decoder(self) -> None: method test_vocab_control_symbols (line 78) | def test_vocab_control_symbols(self) -> None: method test_index_to_lang_raises_error_when_idx_is_out_of_range (line 88) | def test_index_to_lang_raises_error_when_idx_is_out_of_range(self) -> ... class TestUnitEncoder (line 100) | class TestUnitEncoder: method test_init_raises_error_when_lang_is_not_supported (line 101) | def test_init_raises_error_when_lang_is_not_supported(self) -> None: method test_call_works (line 112) | def test_call_works(self) -> None: method test_call_works_nar_decoder (line 133) | def test_call_works_nar_decoder(self) -> None: method test_call_works_when_units_have_unks (line 152) | def test_call_works_when_units_have_unks(self) -> None: method test_call_works_when_units_have_unks_nar_decoder (line 169) | def test_call_works_when_units_have_unks_nar_decoder(self) -> None: class TestUnitDecoder (line 189) | class TestUnitDecoder: method test_call_works (line 190) | def test_call_works(self) -> None: method test_call_works_nar_decoder (line 215) | def test_call_works_nar_decoder(self) -> None: FILE: tests/unit/segment/test_silero_vad.py class TestSileroVADSegmenter (line 14) | class TestSileroVADSegmenter(unittest.TestCase): method test_init_works (line 15) | def test_init_works(self): method test_segment_long_input (line 25) | def test_segment_long_input(self): method test_recursive_split (line 38) | def test_recursive_split(self):