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
↓ 2 callers
Function
f32o_bf16
\brief AVX2 Convert float32 to bfloat16 \param fp32_vals the float32 values, 256-bits, 8xfloat32 \return the bfloat16 values, 128-bits, 8xbf16
src/include/typedef.hpp:102
↓ 2 callers
Function
fetch_path_with_timeout_flag
src/include/update.hpp:83
↓ 2 callers
Function
file_input_adapter
src/include/nlohmann/detail/input/input_adapters.hpp:53
↓ 2 callers
Method
final
src/pull/sha1.hpp:280
↓ 2 callers
Method
finalize_chat
@brief Call this when generation is complete
src/server/streaming_ostream.hpp:58
↓ 2 callers
Method
finalize_generate
@brief Call this when generation is complete @param context the context
src/server/streaming_ostream.hpp:69
↓ 2 callers
Function
find_xclbin_path
src/common/utils.cpp:56
↓ 2 callers
Method
finish
src/pull/picosha2.h:205
↓ 2 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
src/include/nlohmann/json.hpp:4725
↓ 2 callers
Function
from_base64
src/include/base64.hpp:691
↓ 2 callers
Function
from_json_array_impl
src/include/nlohmann/detail/conversions/from_json.hpp:266
↓ 2 callers
Function
from_json_inplace_array_impl
src/include/nlohmann/detail/conversions/from_json.hpp:349
↓ 2 callers
Function
from_json_tuple_impl
src/include/nlohmann/detail/conversions/from_json.hpp:461
↓ 2 callers
Function
gaussian_avx512
Vectorized gaussian function for 16 floats using AVX-512 exp approximation
src/include/image_process_utils/imageprocAVX512.hpp:104
↓ 2 callers
Method
generate
src/common/AutoModel/modeling_lfm2.cpp:86
↓ 2 callers
Function
get_byte_positions
src/include/nlohmann/detail/exceptions.hpp:146
↓ 2 callers
Method
get_current_model
src/common/AutoModel/automodel.cpp:24
↓ 2 callers
Method
get_max_body_size_bytes
src/server/server.hpp:122
↓ 2 callers
Function
get_user_directory
src/common/utils.cpp:126
↓ 2 callers
Method
get_xclbin_name
@brief Get the name of the xclbin @return the name of the xclbin
src/include/npu_utils/npu_utils.hpp:450
↓ 2 callers
Function
grisu2
src/include/nlohmann/detail/conversions/to_chars.hpp:828
↓ 2 callers
Function
grisu2_round
src/include/nlohmann/detail/conversions/to_chars.hpp:546
↓ 2 callers
Method
handle_embeddings
@brief Handle the embeddings request @param request the request @param send_response the send response @param send_streaming_response the send streami
src/server/rest_handler.cpp:826
↓ 2 callers
Method
handle_version
@brief Handle the version request @param request the request @param send_response the send response @param send_streaming_response the send streaming
src/server/rest_handler.cpp:900
↓ 2 callers
Method
has_named
src/include/minja/minja.hpp:520
↓ 2 callers
Function
hash256
src/pull/picosha2.h:332
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
src/include/nlohmann/detail/output/serializer.hpp:677
↓ 2 callers
Function
html_escape
src/include/minja/minja.hpp:1469
↓ 2 callers
Function
http_get_latest_tag_from_github
FastFlowLM/FastFlowLM
src/include/update.hpp:160
↓ 2 callers
Method
identify_part
src/include/harmony_filter.hpp:47
↓ 2 callers
Method
insert
src/common/AutoModel/modeling_llama3.cpp:53
↓ 2 callers
Method
insert
src/common/AutoModel/modeling_lfm2.cpp:58
↓ 2 callers
Method
insert
src/common/AutoModel/modeling_qwen3vl.cpp:59
↓ 2 callers
Function
int_to_string
src/include/nlohmann/detail/string_utils.hpp:21
↓ 2 callers
Method
is_end
return whether the iterator is at end
src/include/nlohmann/detail/iterators/primitive_iterator.hpp:65
↓ 2 callers
Method
is_errored
src/include/nlohmann/detail/input/json_sax.hpp:338
↓ 2 callers
Method
is_iterable
src/include/minja/minja.hpp:286
↓ 2 callers
Function
is_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
src/include/nlohmann/json.hpp:1370
↓ 2 callers
Method
is_primitive
src/include/minja/minja.hpp:288
↓ 2 callers
Method
is_valid
src/include/utils/wmi_helper.hpp:47
↓ 2 callers
Function
is_valid_audio
(audio)
src/common/AutoModel/audio_utils.py:233
↓ 2 callers
Function
join_lines
src/runner/cli_wide_posix.cpp:34
↓ 2 callers
Function
little_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src/include/nlohmann/detail/input/binary_reader.hpp:56
↓ 2 callers
Method
load_image_base64
src/common/AutoModel/modeling_qwen2vl_image.cpp:67
↓ 2 callers
Function
mel_filter_bank
src/common/audio_process_utils/audioproc.cpp:118
↓ 2 callers
Function
mel_spectrogram
src/common/audio_process_utils/audioproc.cpp:192
↓ 2 callers
Function
nextSlide
()
docs/script.js:129
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/include/nlohmann/detail/iterators/iter_impl.hpp:366
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/include/nlohmann/detail/iterators/iter_impl.hpp:417
↓ 2 callers
Function
output_hex
src/pull/picosha2.h:145
↓ 2 callers
Method
parse
src/include/minja/minja.hpp:2688
↓ 2 callers
Function
parse_gemma4e_tool_content
src/common/AutoModel/modeling_gemma4e.cpp:358
↓ 2 callers
Function
performSearch
(query)
docs/script.js:356
↓ 2 callers
Function
pop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
src/include/nlohmann/detail/json_pointer.hpp:159
↓ 2 callers
Function
prevSlide
()
docs/script.js:134
↓ 2 callers
Function
print_help
src/include/utils/vm_args.hpp:20
↓ 2 callers
Method
process
src/pull/picosha2.h:194
↓ 2 callers
Method
query
src/include/utils/wmi_helper.hpp:157
↓ 2 callers
Function
read_single_byte
src/runner/cli_wide_posix.cpp:91
↓ 2 callers
Function
rescale_and_normalize
src/common/image_process_utils/imageproc.cpp:143
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
src/include/nlohmann/detail/input/lexer.hpp:1323
↓ 2 callers
Function
reset
src/pull/sha1.hpp:54
↓ 2 callers
Method
reset_penalties
\brief Reset the penalties \note The function will reset the penalties \note The function will reset the token positions \note The function will reset
src/common/modules/sampler.cpp:64
↓ 2 callers
Function
resize_bicubic_antialias_rgb_planar
Main planar RGB entry point
src/common/image_process_utils/imageproc.cpp:76
↓ 2 callers
Function
rfft_batch
src/common/audio_process_utils/audioproc.cpp:11
↓ 2 callers
Function
rfft_magnitude_batch
src/common/audio_process_utils/audioproc.cpp:50
↓ 2 callers
Function
sanitize_model_tag_for_filename
src/src/benchmarking.hpp:60
↓ 2 callers
Method
set_minp
\brief Set the min-p \param topp the min-p \note The function will set the min-p \note The function will check if the min-p is valid
src/common/AutoModel/automodel.cpp:602
↓ 2 callers
Method
set_presence_penalty
\brief Set the presence penalty \param presence_penalty the presence penalty \note The function will set the presence penalty \note The function will
src/common/AutoModel/automodel.cpp:626
↓ 2 callers
Method
setup_tokenizer
src/common/AutoModel/modeling_llama3.cpp:41
↓ 2 callers
Method
setup_tokenizer
src/common/AutoModel/modeling_lfm2.cpp:42
↓ 2 callers
Function
shr
src/pull/picosha2.h:82
↓ 2 callers
Function
skip_whitespace
src/include/nlohmann/detail/input/lexer.hpp:1509
↓ 2 callers
Function
split_semver
src/include/update.hpp:33
↓ 2 callers
Method
start_ttft_timer
\brief Start the ttft timer \note The function will start the ttft timer \note The function will reset the ttft timer
src/common/AutoModel/automodel.cpp:678
↓ 2 callers
Function
stdin_has_pending_input
src/runner/cli_wide_posix.cpp:45
↓ 2 callers
Method
stop_ttft_timer
\brief Stop the ttft timer \note The function will stop the ttft timer \note The function will check if the ttft timer is valid
src/common/AutoModel/automodel.cpp:686
↓ 2 callers
Function
strip_v_prefix
src/include/update.hpp:28
↓ 2 callers
Method
sync
\brief Called when stream is flushed \return 0
src/include/harmony_filter.hpp:127
↓ 2 callers
Function
try_parse_json_value
@brief Try to parse a JSON value from a string, returning the original string on failure.
src/server/rest_handler.cpp:198
↓ 2 callers
Function
update
()
docs/script.js:242
↓ 2 callers
Function
version_check_disabled
src/include/update.hpp:61
↓ 2 callers
Function
window_function
src/common/audio_process_utils/audioproc.cpp:259
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/include/nlohmann/detail/output/binary_writer.hpp:67
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
src/include/nlohmann/detail/output/binary_writer.hpp:96
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
src/include/nlohmann/detail/output/binary_writer.hpp:420
↓ 2 callers
Function
zero_fill_avx512
AVX512 fast zero-fill
src/include/audio_process_utils/audioprocAVX512.hpp:67
↓ 1 callers
Method
_build_time_map
src/common/whisper/modeling_whisper.cpp:251
↓ 1 callers
Function
_create_triangular_filter_bank
Creates a triangular filter bank. Adapted from *torchaudio* and *librosa*. Args: fft_freqs (`np.ndarray` of shape `(num_frequen
src/common/AutoModel/audio_utils.py:356
↓ 1 callers
Method
_get_task_prefix
src/include/AutoEmbeddingModel/modeling_gemma_embedding.hpp:13
↓ 1 callers
Function
_mm512_exp_ps_corrected
Fast, corrected AVX-512 exp approximation (single-precision). Notes: - Input x is clamped to [-88, 88] to avoid overflow/underflow. - Uses range reduc
src/include/image_process_utils/imageprocAVX512.hpp:42
↓ 1 callers
Method
_sample_in_language
src/common/whisper/modeling_whisper.cpp:262
↓ 1 callers
Method
_shared_load_model
src/common/AutoEmbeddingModel/auto_embedding_model.cpp:51
↓ 1 callers
Method
_str
src/include/lm_config.hpp:129
↓ 1 callers
Function
addCopyButtons
()
docs/script.js:425
↓ 1 callers
Function
addHeadingAnchors
()
docs/script.js:475
↓ 1 callers
Function
amplitude_to_db
Converts an amplitude spectrogram to the decibel scale. This computes `20 * log10(spectrogram / reference)`, using basic logarithm properties
src/common/AutoModel/audio_utils.py:1146
↓ 1 callers
Function
amplitude_to_db_batch
Converts a batch of amplitude spectrograms to the decibel scale. This computes `20 * log10(spectrogram / reference)`, using basic logarithm p
src/common/AutoModel/audio_utils.py:1195
↓ 1 callers
Function
append_exponent
src/include/nlohmann/detail/conversions/to_chars.hpp:928
↓ 1 callers
Function
apply_window_frames
src/common/audio_process_utils/audioproc.cpp:340
← previous
next →
301–400 of 1,573, ranked by callers