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

Function deserialize

examples/sequence_segmenter_ex.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97// might define more complex feature extractors which have state that needs to be saved.
98void serialize(const feature_extractor&, std::ostream&) {}
99void deserialize(feature_extractor&, std::istream&) {}
100
101// ----------------------------------------------------------------------------------------
102

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected