MCPcopy Create free account
hub / github.com/davisking/dlib / segmenter_params__repr__

Function segmenter_params__repr__

tools/python/src/sequence_segmenter.cpp:310–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310std::string segmenter_params__repr__(const segmenter_params& p)
311{
312 std::ostringstream sout;
313 sout << "<";
314 sout << segmenter_params__str__(p);
315 sout << ">";
316 return sout.str();
317}
318
319void serialize ( const segmenter_params& item, std::ostream& out)
320{

Callers

nothing calls this directly

Calls 2

segmenter_params__str__Function · 0.85
strMethod · 0.45

Tested by

no test coverage detected