MCPcopy Create free account
hub / github.com/cactus-compute/cactus / forward

Method forward

cactus/engine/engine_model.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182size_t Model::forward(const std::vector<float>& /*mel_bins*/, const std::vector<uint32_t>& tokens, bool use_cache){
183 return forward(tokens, use_cache);
184}
185
186void Model::prefill(const std::vector<uint32_t>& tokens, size_t chunk_size, const std::string& profile_file) {
187 if (tokens.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected