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

Method SetModel

external/sentencepiece/src/sentencepiece_processor.cc:1108–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108void SentencePieceProcessor::SetModel(std::unique_ptr<ModelInterface> &&model) {
1109 model_ = std::move(model);
1110}
1111
1112void SentencePieceProcessor::SetNormalizer(
1113 std::unique_ptr<normalizer::Normalizer> &&normalizer) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64