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

Class GreedyDecodeModule

include/engine/framework/sampling/decode_modules.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace engine::sampling {
6
7class GreedyDecodeModule {
8public:
9 const engine::core::ModuleSchema & schema() const noexcept;
10 engine::core::TensorValue build(engine::core::ModuleBuildContext & ctx, const engine::core::TensorValue & logits) const;
11 static const engine::core::ModuleSchema & static_schema() noexcept;
12};
13
14struct VADGateConfig {
15 float threshold = 0.0f;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected