MCPcopy 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_dataFunction · 0.45
normFunction · 0.45
load_conv1d_metadataFunction · 0.45
make_f32Method · 0.45
make_from_f32Method · 0.45
shape_from_dimsMethod · 0.45
values_to_bytesMethod · 0.45
append_uploadMethod · 0.45
upload_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected