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

Method canonical_capacity_for_request

src/framework/runtime/session.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38int64_t MappedGraphCapacityAdapter::canonical_capacity_for_request(int64_t request_size) const {
39 return canonical_capacity_fn_(request_size);
40}
41
42std::vector<int64_t> MappedGraphCapacityAdapter::prepared_capacities() const {
43 return prepared_capacities_fn_();

Callers 2

ensure_preparedMethod · 0.80

Calls 1

Tested by

no test coverage detected