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

Method TryRead

external/sentencepiece/src/trainer_interface.cc:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void MultiFileSentenceIterator::TryRead() {
198 read_done_ = fp_ && fp_->ReadLine(&value_);
199}
200
201TrainerInterface::TrainerInterface(const TrainerSpec &trainer_spec,
202 const NormalizerSpec &normalizer_spec,

Callers

nothing calls this directly

Calls 1

ReadLineMethod · 0.80

Tested by

no test coverage detected