Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ prepare_capacity
Method
prepare_capacity
src/framework/runtime/session.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void MappedGraphCapacityAdapter::prepare_capacity(int64_t capacity) {
47
prepare_capacity_fn_(capacity);
48
}
49
50
DiscreteGraphCapacityAdapter::DiscreteGraphCapacityAdapter(
51
std::vector<int64_t> capacities,
Callers
1
ensure_prepared
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected