Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ _make_sparse_vector
Function
_make_sparse_vector
tools/python/src/other.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
void _make_sparse_vector (
21
sparse_vect& v
22
)
23
{
24
make_sparse_vector_inplace(v);
25
}
26
27
void _make_sparse_vector2 (
28
std::vector<sparse_vect>& v
Callers
nothing calls this directly
Calls
1
make_sparse_vector_inplace
Function · 0.85
Tested by
no test coverage detected