Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ functions
Functions
1,573 in github.com/FastFlowLM/FastFlowLM
⨍
Functions
1,573
◇
Types & classes
465
Method
PromptCache
src/include/prompt_cache.hpp:61
Method
Qwen2
Qwen2 family **************/
src/common/AutoModel/modeling_qwen2.cpp:12
Method
Qwen2VL
Qwen2VL family **************/
src/common/AutoModel/modeling_qwen2vl.cpp:15
Method
Qwen3
Qwen3 family **************/
src/common/AutoModel/modeling_qwen3.cpp:13
Method
Qwen3VL
Qwen3VL family **************/
src/common/AutoModel/modeling_qwen3vl.cpp:14
Method
Qwen3VL_Thinking
src/include/AutoModel/modeling_qwen3vl.hpp:109
Method
Qwen3_5VL
Qwen3_5VL family **************/
src/common/AutoModel/modeling_qwen3_5vl.cpp:14
Method
Qwen3_IT
Qwen3_IT family **************/
src/common/AutoModel/modeling_qwen3.cpp:296
Method
Qwen3_TK
Qwen3_TK family **************/
src/common/AutoModel/modeling_qwen3.cpp:484
Method
RawTerminalGuard
src/runner/cli_wide_posix.cpp:127
Method
RestHandler
@return the rest handler
src/server/rest_handler.cpp:324
Method
Runner
\brief Constructor \param supported_models - the list of supported models \param downloader - the downloader for the models \param tag - the tag of th
src/runner/runner.cpp:39
Method
SHA1
src/pull/sha1.hpp:244
Method
SafeTensors
\brief Constructor \param model_path the model path
src/include/tensor_utils/safe_tensors.hpp:41
Method
Sampler
\brief Constructor \param in_features the input features \param config the configuration
src/common/modules/sampler.cpp:20
Method
Sampler
\brief Constructor \param in_features the input features \param config the configuration
src/include/modules/sampler.hpp:79
Method
SequenceNode
src/include/minja/minja.hpp:901
Method
SetNode
src/include/minja/minja.hpp:1133
Method
SetTemplateNode
src/include/minja/minja.hpp:1156
Method
SetTemplateToken
src/include/minja/minja.hpp:826
Method
SliceExpr
src/include/minja/minja.hpp:1227
Method
SubscriptExpr
src/include/minja/minja.hpp:1238
Method
TemplateNode
src/include/minja/minja.hpp:872
Method
TemplateToken
src/include/minja/minja.hpp:742
Method
TextNode
src/include/minja/minja.hpp:911
Method
TextTemplateToken
src/include/minja/minja.hpp:753
Method
Tokenizer
\brief Constructor \param model_path the model path
src/common/tokenizer/tokenizer.cpp:17
Method
UnaryOpExpr
src/include/minja/minja.hpp:1298
Method
Value
src/include/minja/minja.hpp:76
Method
VariableExpr
src/include/minja/minja.hpp:684
Method
WMIConnection
src/include/utils/wmi_helper.hpp:73
Method
WebServer
@brief WebServer implementation @param port the port
src/server/server.cpp:489
Method
Whisper
src/common/whisper/modeling_whisper.cpp:10
Method
Whisper_Config
src/include/lm_config.hpp:232
Method
_S2T_
src/include/whisper/modeling_whisper.hpp:163
Method
_T2S_
src/include/whisper/modeling_whisper.hpp:164
Method
_calculate_checksum
src/include/prompt_cache.hpp:41
Method
_calculate_message_checksum
src/include/prompt_cache.hpp:21
Method
_calculate_tool_checksums
src/include/prompt_cache.hpp:31
Method
_chunked_insert
src/common/AutoModel/automodel.cpp:211
Method
_get_time
src/include/whisper/modeling_whisper.hpp:168
Method
_get_token_id
src/include/whisper/modeling_whisper.hpp:171
Method
_is_normal_token
src/include/whisper/modeling_whisper.hpp:179
Method
_is_time_stemp
src/include/whisper/modeling_whisper.hpp:175
Method
_is_valid_utf8
src/include/whisper/modeling_whisper.hpp:187
Method
_preprocess_audio
src/common/whisper/modeling_whisper_audio.cpp:681
Method
_replace_space
src/include/AutoModel/modeling_lfm2.hpp:15
Method
_replace_space
src/include/AutoModel/modeling_lfm2.hpp:44
Method
_sample_in_tool
src/common/AutoModel/modeling_gpt_oss.cpp:329
Method
_shared_embed
src/common/AutoEmbeddingModel/auto_embedding_model.cpp:81
Method
_shared_setup_tokenizer
\brief Setup the tokenizer \note The function will setup the tokenizer
src/common/AutoEmbeddingModel/auto_embedding_model.cpp:26
Method
_shared_think_tool_calling_pasrsed
src/common/AutoModel/automodel.cpp:329
Method
_str
src/include/lm_config.hpp:210
Function
accept
src/include/nlohmann/json.hpp:4085
Method
add_system
src/include/minja/chat-template.hpp:535
Method
add_to_data_length
src/pull/picosha2.h:246
Method
add_to_history
src/runner/cli_wide_posix.cpp:347
Method
add_to_history
\brief Add command to history
src/runner/cli_wide.cpp:218
Method
as_bytes
\brief as bytes \return the bytes
src/include/buffer.hpp:412
Method
aspect_ratio_preserving_resize
src/common/AutoModel/modeling_gemma4e_image.cpp:67
Function
back
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
src/include/nlohmann/json.hpp:2437
Function
basic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
src/include/nlohmann/json.hpp:1012
Function
basic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
src/include/nlohmann/json.hpp:968
Function
basic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
src/include/nlohmann/json.hpp:5030
Function
basic_json from_bjdata
src/include/nlohmann/json.hpp:4578
Function
basic_json from_bson
src/include/nlohmann/json.hpp:4608
Function
basic_json from_cbor
src/include/nlohmann/json.hpp:4412
Function
basic_json from_msgpack
src/include/nlohmann/json.hpp:4470
Function
basic_json from_ubjson
src/include/nlohmann/json.hpp:4524
Function
basic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
src/include/nlohmann/json.hpp:250
Function
basic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
src/include/nlohmann/json.hpp:1020
Function
basic_json parse
src/include/nlohmann/json.hpp:4044
Method
begin
\brief begin \return the pointer to the first element
src/include/buffer.hpp:462
Function
bf16o_fp32_512
\brief AVX-512 Convert bfloat16 to float32 (16 lanes) \param bf16_vals the bfloat16 values, 256-bits, 16xbf16 \return the float32 values, 512-bits, 16
src/include/typedef.hpp:111
Method
bfloat16_t
src/include/biovault_bfloat16.h:108
Method
binary
src/include/nlohmann/detail/input/json_sax.hpp:229
Method
binary
src/include/nlohmann/detail/input/json_sax.hpp:537
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src/include/nlohmann/detail/input/binary_reader.hpp:86
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src/include/nlohmann/detail/output/binary_writer.hpp:58
Function
bit_cast
src/include/base64.hpp:26
Method
bit_cast
src/include/biovault_bfloat16.h:80
Method
boolean
src/include/nlohmann/detail/input/json_sax.hpp:199
Method
boolean
src/include/nlohmann/detail/input/json_sax.hpp:507
Function
box_print
\brief box_print macro \param msg the message to log \param width the width of the box
src/include/utils/debug_utils.hpp:152
Function
box_print_bound
\brief box_print_bound macro \param width the width of the box
src/include/utils/debug_utils.hpp:158
Function
box_print_line
\brief box_print_line macro \param msg the message to log \param width the width of the box
src/include/utils/debug_utils.hpp:165
Function
brief_print_message_response
@brief brief print request @param request the request
src/server/server.cpp:128
Method
buffer
\brief constructor
src/include/buffer.hpp:344
Method
build_download_list
\brief Build the download list \param model_tag the model tag \return the download list
src/pull/model_downloader.cpp:287
Method
build_nstream_response
src/server/rest_handler.cpp:509
Method
builtins
src/include/minja/minja.hpp:2726
Method
byte_swap
src/include/nlohmann/detail/input/binary_reader.hpp:2829
Method
bytes
\brief constructor \note This is a buffer wrapper that maps to a bo_buffer or other memory without performing a deep copy. \note A copy (or mapping) d
src/include/buffer.hpp:49
Function
cal_rms_value
src/common/AutoModel/error_measure.hpp:88
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src/include/nlohmann/detail/output/binary_writer.hpp:1118
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src/include/nlohmann/detail/output/binary_writer.hpp:1133
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
src/include/nlohmann/detail/output/binary_writer.hpp:1175
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
src/include/nlohmann/detail/output/binary_writer.hpp:970
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src/include/nlohmann/detail/output/binary_writer.hpp:1047
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
src/include/nlohmann/detail/output/binary_writer.hpp:1270
← previous
next →
701–800 of 1,573, ranked by callers