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

Function matrix_double_deserialize

tools/python/src/matrix.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void matrix_double_deserialize(matrix<double>& m, const std::string& file)
117{
118 deserialize(file) >> m;
119}
120
121struct mat_row
122{

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.70

Tested by

no test coverage detected