MCPcopy Create free account
hub / github.com/aarnphm/whispercpp / SamplingStrategies

Method SamplingStrategies

src/whispercpp/context.h:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 public:
86 SamplingStrategies(std::shared_ptr<SamplingType> &&sampling_strategy = {})
87 : sampling_strategy_(sampling_strategy) {}
88
89 SamplingType *build() { return sampling_strategy_.get()->build(); }
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected