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

Method can_run

src/models/heartmula/mula.cpp:1296–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294 }
1295
1296 bool can_run(const HeartMuLaWeightsRuntime & runtime, int64_t batch_size, int64_t required_capacity) const {
1297 return runtime_ == &runtime && batch_size_ == batch_size && cache_steps_ >= required_capacity;
1298 }
1299
1300 int64_t current_end() const noexcept {
1301 return step_cache_.current_end();

Callers 2

backbone_cached_stepMethod · 0.45
decoder_cached_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected