Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ IsNBestEncodeAvailable
Method
IsNBestEncodeAvailable
external/sentencepiece/src/bpe_model.h:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
bool IsSampleEncodeAvailable() const override { return true; }
47
48
bool IsNBestEncodeAvailable() const override { return false; }
49
};
50
} // namespace bpe
51
} // namespace sentencepiece
Callers
2
NBestEncode
Method · 0.45
SampleEncode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected