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

Method deserialize

dlib/image_processing/shape_predictor.h:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 dlib::serialize(item.leaf_values, out);
95 }
96 friend void deserialize (regression_tree& item, std::istream& in)
97 {
98 dlib::deserialize(item.splits, in);
99 dlib::deserialize(item.leaf_values, in);
100 }
101 };
102
103 // ------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.70

Tested by

no test coverage detected