Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarnphm/whispercpp
/ ~SamplingType
Method
~SamplingType
src/whispercpp/context.h:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
struct SamplingType {
33
virtual ~SamplingType() = default;
34
virtual whisper_sampling_strategy to_enum() = 0;
35
36
SamplingType *build() { return this; };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected