MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / empty

Method empty

src/framework/io/binary.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78const std::byte * BinaryBlob::data() const noexcept {
79 return mapped_ != nullptr ? mapped_ : owned_.data();
80}
81
82size_t BinaryBlob::size() const noexcept {
83 return mapped_ != nullptr ? size_ : owned_.size();
84}
85

Callers 15

rms_envelopeFunction · 0.45
stft_magnitudeFunction · 0.45
build_soft_maskFunction · 0.45
load_mergesFunction · 0.45
ImplMethod · 0.45
replace_allFunction · 0.45
tensor_elementsFunction · 0.45
validate_configFunction · 0.45
tensor_elementsFunction · 0.45
validate_configFunction · 0.45
build_wavlm_graph_layersFunction · 0.45

Calls

no outgoing calls