MCPcopy 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
46void MappedGraphCapacityAdapter::prepare_capacity(int64_t capacity) {
47 prepare_capacity_fn_(capacity);
48}
49
50DiscreteGraphCapacityAdapter::DiscreteGraphCapacityAdapter(
51 std::vector<int64_t> capacities,

Callers 1

ensure_preparedMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected