Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void matrix_double_deserialize(matrix<double>& m, const std::string& file)
117
{
118
deserialize(file) >> m;
119
}
120
121
struct mat_row
122
{
Callers
nothing calls this directly
Calls
1
deserialize
Function · 0.70
Tested by
no test coverage detected