Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/CTranslate2
/ Example
Method
Example
include/ctranslate2/batch_reader.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
std::vector<std::vector<std::string>> streams;
23
24
Example() = default;
25
26
Example(std::vector<std::string> sequence) {
27
streams.emplace_back(std::move(sequence));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected