Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ size
Method
size
include/engine/framework/runtime/cache_slots.h:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
std::size_t size() const noexcept {
22
return entries_.size();
23
}
24
25
void set_capacity(std::size_t capacity) {
26
capacity_ = capacity;
Callers
15
tensor_data
Function · 0.45
norm
Function · 0.45
load_batch_norm1d_metadata
Function · 0.45
load_conv1d_metadata
Function · 0.45
load_linear_as_conv1d_metadata
Function · 0.45
make_f32
Method · 0.45
make_from_f32
Method · 0.45
shape_from_dims
Method · 0.45
require_tensor_as_shape
Method · 0.45
values_to_bytes
Method · 0.45
append_upload
Method · 0.45
upload_bytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected