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

Method prepared_capacities

src/framework/runtime/session.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::vector<int64_t> MappedGraphCapacityAdapter::prepared_capacities() const {
43 return prepared_capacities_fn_();
44}
45
46void MappedGraphCapacityAdapter::prepare_capacity(int64_t capacity) {
47 prepare_capacity_fn_(capacity);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected