MCPcopy Create free account

hub / github.com/FastFlowLM/FastFlowLM / functions

Functions1,573 in github.com/FastFlowLM/FastFlowLM

↓ 1 callersFunctionapply_window_frames_avx512
src/common/audio_process_utils/audioprocAVX512.cpp:437
↓ 1 callersFunctionapply_window_frames_optimized
src/common/audio_process_utils/audioproc.cpp:356
↓ 1 callersMethodarray
src/include/minja/minja.hpp:196
↓ 1 callersMethodbdata
src/include/buffer.hpp:237
↓ 1 callersFunctionbrief_print_message_request
@brief brief print request @param request the request
src/server/server.cpp:60
↓ 1 callersFunctionbsig0
src/pull/picosha2.h:78
↓ 1 callersFunctionbsig1
src/pull/picosha2.h:80
↓ 1 callersMethodcan_use_cache
src/include/prompt_cache.hpp:121
↓ 1 callersMethodcancel_request
@brief cancel request @param request_id the request ID @return true if request was found and cancelled
src/server/server.cpp:547
↓ 1 callersFunctioncapitalize
src/include/minja/minja.hpp:1462
↓ 1 callersFunctionch
src/pull/picosha2.h:67
↓ 1 callersMethodcheck_model
\brief Check hash of model files \param model_tag the model tag \return true if all files are present and compatible, false otherwise
src/pull/model_downloader.cpp:411
↓ 1 callersFunctioncleanup_curl
\brief Cleanup CURL library (call this once at program shutdown)
src/pull/download_model.cpp:310
↓ 1 callersMethodcmd_clear
\brief Clear the context \param input_list, std::vector<std::string>
src/runner/runner.cpp:396
↓ 1 callersMethodcmd_load
\brief Load a model \param input_list, std::vector<std::string>
src/runner/runner.cpp:408
↓ 1 callersMethodcmd_save
\brief Save the history \param input_list, std::vector<std::string>
src/runner/runner.cpp:445
↓ 1 callersMethodcmd_set
\brief Set the model parameters \param input_list, std::vector<std::string>
src/runner/runner.cpp:513
↓ 1 callersMethodcmd_show
\brief Show the model information \param input_list, std::vector<std::string>
src/runner/runner.cpp:504
↓ 1 callersMethodcmd_status
\brief Show the status \param input_list, std::vector<std::string>
src/runner/runner.cpp:402
↓ 1 callersFunctioncomplete_simple_embedding_tag
src/include/AutoEmbeddingModel/all_embedding_model.hpp:13
↓ 1 callersFunctioncomplex_magnitude_avx512
AVX512 vectorized complex magnitude: sqrt(re^2 + im^2) complex_interleaved: input [n_bins * 2] as (re0, im0, re1, im1, ...) magnitude: outpu
src/include/audio_process_utils/audioprocAVX512.hpp:33
↓ 1 callersMethodcompute_power
src/include/whisper/modeling_whisper.hpp:74
↓ 1 callersFunctionconcat_into
src/include/nlohmann/detail/string_concat.hpp:53
↓ 1 callersFunctionconcat_length
src/include/nlohmann/detail/string_concat.hpp:22
↓ 1 callersFunctionconvert_tool_responses_gemma4
@brief Convert OpenAI-style assistant tool_calls + following tool messages into the Gemma4 chat-template format, which expects a single assistant mess
src/server/rest_handler.cpp:210
↓ 1 callersMethodcpt_to_utf8
\brief Convert the codepoint to utf8 \param input the input \return the utf8 string
src/common/tokenizer/tokenizer.cpp:84
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
src/include/nlohmann/json.hpp:2875
↓ 1 callersFunctioncreate_lm_server
@brief create lm server @param models the model list @param downloader the downloader @param default_tag the default tag @param port the port @return
src/server/server.cpp:864
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
src/include/nlohmann/json.hpp:2882
↓ 1 callersMethodcut_tag
\brief cut the tag, some program adds a prefix to the tag, like "Ollama/llama3.2-1B", we need to cut the prefix \param tag the tag of the model \retur
src/include/model_list.hpp:111
↓ 1 callersFunctiondownload_file
\brief Download a file from URL to a local file \param url the URL to download from \param local_path the local path to save the file \param progress_
src/pull/download_model.cpp:128
↓ 1 callersFunctiondownload_multiple_files
\brief Download multiple files with progress tracking \param downloads the downloads \param progress_cb the progress callback \return true if the file
src/pull/download_model.cpp:252
↓ 1 callersFunctiondownload_with_retry
src/pull/download_model.cpp:199
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
src/include/nlohmann/detail/output/serializer.hpp:799
↓ 1 callersFunctionduration_ms
\brief duration in milliseconds \param start the start time \param stop the stop time \return the duration in milliseconds
src/include/utils/utils.hpp:56
↓ 1 callersFunctionduration_us
\brief duration in microseconds \param start the start time \param stop the stop time \return the duration in microseconds
src/include/utils/utils.hpp:48
↓ 1 callersFunctionempty
@brief checks whether the container is empty. @sa https://json.nlohmann.me/api/basic_json/empty/
src/include/nlohmann/json.hpp:2935
↓ 1 callersFunctionenable_ansi_on_windows_once
src/include/utils/utils.hpp:154
↓ 1 callersFunctionerase
src/include/nlohmann/json.hpp:2458
↓ 1 callersMethodextract_spectrogram
src/common/AutoModel/modeling_gemma4e_audio.cpp:73
↓ 1 callersFunctionfast_log_avx512
Fast AVX512 log approximation: natural log via log2 polynomial Accuracy: ~1e-5 relative error over normal float range
src/common/audio_process_utils/audioprocAVX512.cpp:471
↓ 1 callersMethodfilter
\brief Legacy filter method for backward compatibility
src/include/harmony_filter.hpp:186
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
src/include/nlohmann/detail/conversions/to_chars.hpp:492
↓ 1 callersFunctionfind_model_list
src/common/utils.cpp:22
↓ 1 callersFunctionformat_buffer
src/include/nlohmann/detail/conversions/to_chars.hpp:980
↓ 1 callersMethodgenerate
src/common/AutoModel/modeling_llama3.cpp:80
↓ 1 callersMethodgenerate
src/common/AutoModel/modeling_qwen3vl.cpp:278
↓ 1 callersMethodgenerate
src/common/AutoModel/modeling_qwen3.cpp:102
↓ 1 callersMethodget<json>
src/include/minja/minja.hpp:548
↓ 1 callersMethodget_all_models_ollama
\brief get all the models \return all the models in json
src/include/model_list.hpp:160
↓ 1 callersMethodget_all_models_openai
\brief get all the models \return all the models in json
src/include/model_list.hpp:186
↓ 1 callersFunctionget_auto_embedding_model
src/include/AutoEmbeddingModel/all_embedding_model.hpp:21
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
src/include/nlohmann/detail/conversions/to_chars.hpp:328
↓ 1 callersMethodget_chat_template_type
src/include/AutoModel/automodel.hpp:350
↓ 1 callersFunctionget_cosine_similarity
src/common/AutoModel/error_measure.hpp:96
↓ 1 callersFunctionget_cpu_name
src/src/benchmarking.hpp:93
↓ 1 callersFunctionget_current_time_string
@brief get current time string, format: hh:mm:ss mm:dd:yyyy @return the current time string
src/server/server.cpp:26
↓ 1 callersFunctionget_date_yyyymmdd
src/src/benchmarking.hpp:79
↓ 1 callersFunctionget_driver_version
src/src/main.cpp:168
↓ 1 callersMethodget_elements
src/include/nlohmann/detail/input/input_adapters.hpp:138
↓ 1 callersFunctionget_error_metrics
\brief get the error metrics \param y the output value, 256-bits, 8xbf16 \param y_ref the reference value, 256-bits, 8xbf16 \return the error metrics
src/include/metrices.hpp:33
↓ 1 callersFunctionget_impl_ptr
src/include/nlohmann/json.hpp:1443
↓ 1 callersMethodget_interactive_input
\brief Get interactive input with arrow key support
src/runner/cli_wide.cpp:99
↓ 1 callersFunctionget_max_abs_error
src/common/AutoModel/error_measure.hpp:118
↓ 1 callersMethodget_missing_files
\brief Get missing files \param model_tag the model tag \return the missing files
src/pull/model_downloader.cpp:200
↓ 1 callersFunctionget_property_string
src/include/utils/wmi_helper.hpp:212
↓ 1 callersFunctionget_ptr
src/include/nlohmann/json.hpp:1583
↓ 1 callersFunctionget_qwen_model
Model-specific factory function for Qwen family and DeepSeek_r1_0528_8b
src/test/qwen3_npu/test.cpp:11
↓ 1 callersFunctionget_relativeL1
src/common/AutoModel/error_measure.hpp:30
↓ 1 callersFunctionget_relativeL2
src/common/AutoModel/error_measure.hpp:8
↓ 1 callersFunctionget_rmse
src/common/AutoModel/error_measure.hpp:48
↓ 1 callersFunctionget_to
src/include/nlohmann/json.hpp:1849
↓ 1 callersMethodget_ttft
src/include/AutoModel/automodel.hpp:251
↓ 1 callersMethodget_value
src/include/nlohmann/detail/iterators/primitive_iterator.hpp:41
↓ 1 callersFunctiongoToSlide
(index)
docs/script.js:139
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
src/include/nlohmann/detail/conversions/to_chars.hpp:587
↓ 1 callersMethodhandle_chat
@brief Handle the chat request @param request the request @param send_response the send response @param send_streaming_response the send streaming res
src/server/rest_handler.cpp:707
↓ 1 callersMethodhandle_generate
@brief Handle the generate request @param request the request @param send_response the send response @param send_streaming_response the send streaming
src/server/rest_handler.cpp:593
↓ 1 callersMethodhandle_models
@brief Handle the models request @param request the request @param send_response the send response @param send_streaming_response the send streaming r
src/server/rest_handler.cpp:884
↓ 1 callersMethodhandle_models_openai
@brief Handle the models request (open ai) @param request the request @param send_response the send response @param send_streaming_response the send s
src/server/rest_handler.cpp:913
↓ 1 callersMethodhandle_openai_audio_transcriptions
@brief Handle the openai audio transcriptions request @param request the request @param send_response the send response @param send_streaming_response
src/server/rest_handler.cpp:1250
↓ 1 callersMethodhandle_openai_chat_completion
@brief Handle the openai chat completion request @param request the request @param send_response the send response @param send_streaming_response the
src/server/rest_handler.cpp:1044
↓ 1 callersMethodhandle_openai_completion
@brief Handle the openai completion request @param request the request @param send_response the send response @param send_streaming_response the send
src/server/rest_handler.cpp:1313
↓ 1 callersMethodhandle_ps
@brief Handle the ps request @param request the request @param send_response the send response @param send_streaming_response the send streaming respo
src/server/rest_handler.cpp:930
↓ 1 callersMethodhandle_pull
@brief Handle the pull request @param request the request @param send_response the send response @param send_streaming_response the send streaming res
src/server/rest_handler.cpp:989
↓ 1 callersMethodhandle_request
src/server/server.cpp:251
↓ 1 callersMethodhandle_show
@brief Handle the show request @param request the request @param send_response the send response @param send_streaming_response the send streaming res
src/server/rest_handler.cpp:556
↓ 1 callersFunctionhas_basic_image_integrity
src/common/image/image_reader.cpp:151
↓ 1 callersFunctionhas_valid_jpeg_structure
src/common/image/image_reader.cpp:85
↓ 1 callersFunctionhas_valid_png_structure
src/common/image/image_reader.cpp:38
↓ 1 callersFunctionhash
src/include/nlohmann/detail/hash.hpp:41
↓ 1 callersFunctionhertz_to_octave
Convert frequency from hertz to fractional octave numbers. Adapted from *librosa*. Args: freq (`float` or `np.ndarray`):
src/common/AutoModel/audio_utils.py:335
↓ 1 callersFunctionhide_cursor
\brief Hide the cursor
src/pull/download_model.cpp:56
↓ 1 callersFunctionidentify_npu_arch
src/src/main.cpp:187
↓ 1 callersFunctioninit_curl
\brief Initialize CURL library (call this once at program startup) \return true if the CURL library is initialized, false otherwise
src/pull/download_model.cpp:300
↓ 1 callersMethodinsert
src/common/AutoModel/modeling_gemma4e.cpp:461
↓ 1 callersMethodinsert
src/common/AutoModel/modeling_gemma3.cpp:54
↓ 1 callersMethodinsert
src/common/AutoModel/modeling_qwen2vl.cpp:57
↓ 1 callersMethodinsert
src/common/AutoModel/modeling_gemma3_text.cpp:56
↓ 1 callersMethodinsert
src/common/AutoModel/modeling_qwen2.cpp:56
← previousnext →401–500 of 1,573, ranked by callers