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

Method matches

src/models/heartmula/mula.cpp:1089–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087 }
1088
1089 bool matches(const HeartMuLaWeightsRuntime & runtime, int64_t batch_size, int64_t steps) const {
1090 return runtime_ == &runtime && batch_size_ == batch_size && steps_ == steps;
1091 }
1092
1093 HeartMuLaDecoderPrefillOutput run(const std::vector<float> & embeddings, int64_t codebook_index) {
1094 allocate_workspace();

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected