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

Method base_capacity

src/framework/runtime/session.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 prepare_capacity_fn_(std::move(prepare_capacity_fn)) {}
29
30int64_t MappedGraphCapacityAdapter::base_capacity() const {
31 return base_capacity_;
32}
33
34int64_t MappedGraphCapacityAdapter::fixed_capacity() const {
35 return fixed_capacity_;

Callers 1

ensure_preparedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected