Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ size
Method
size
src/framework/io/binary.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
size_t BinaryBlob::size() const noexcept {
77
return mapped_ != nullptr ? size_ : owned_.size();
78
}
79
80
bool BinaryBlob::empty() const noexcept {
81
return size() == 0;
Callers
15
generate_torch_cuda_randn
Function · 0.45
generate_torch_cuda_tensor_iterator_randn
Function · 0.45
generate_torch_cuda_uniform
Function · 0.45
cfg_guidance
Function · 0.45
apg_guidance
Function · 0.45
adg_guidance
Function · 0.45
clamp_velocity_norm
Function · 0.45
euler_step_in_place
Function · 0.45
renoise
Function · 0.45
heun_combine_velocity
Function · 0.45
build_soft_mask
Function · 0.45
blend_by_mask_in_place
Function · 0.45
Calls
no outgoing calls
Tested by
15
write_tensor_f32
Function · 0.36
require_close
Function · 0.36
require_allclose
Function · 0.36
require_max_abs_diff_below
Function · 0.36
test_relative_attention_fused_qkv_matches_split_and_cached_pos
Function · 0.36
test_parse_multipart_body_fields_and_file
Function · 0.36
test_parse_multipart_body_binary_with_embedded_nul
Function · 0.36
require_close
Function · 0.36
main
Function · 0.36
join_ids
Function · 0.36
join_piece_window
Function · 0.36
test_load_real_model_metadata
Function · 0.36