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

Function deserialize

examples/assignment_learning_ex.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147// might define more complex feature extractors which have state that needs to be saved.
148void serialize (const feature_extractor& , std::ostream& ) {}
149void deserialize (feature_extractor& , std::istream& ) {}
150
151// ----------------------------------------------------------------------------------------
152

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected