| 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(); |
no outgoing calls
no test coverage detected