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

Function make_funny_sequence

dlib/test/sequence_labeler.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 unsigned long size() const { return item.size(); }
33 };
34 funny_sequence make_funny_sequence(const std::vector<unsigned long>& item)
35 {
36 funny_sequence temp;
37 temp.item = item;
38 return temp;
39 }
40
41// ----------------------------------------------------------------------------------------
42

Callers 1

make_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected