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

Class GraphCapacityController

include/engine/framework/runtime/session.h:290–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288public:
289 MappedGraphCapacityAdapter(
290 int64_t base_capacity,
291 int64_t fixed_capacity,
292 GraphCapacityCanonicalFn canonical_capacity_fn,
293 GraphCapacityPreparedFn prepared_capacities_fn,
294 GraphCapacityPrepareFn prepare_capacity_fn);
295
296 int64_t base_capacity() const override;
297 int64_t fixed_capacity() const override;
298 int64_t canonical_capacity_for_request(int64_t request_size) const override;
299 std::vector<int64_t> prepared_capacities() const override;
300 void prepare_capacity(int64_t capacity) override;
301
302private:
303 int64_t base_capacity_ = 0;
304 int64_t fixed_capacity_ = 0;

Callers 1

SortformerDiarSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected