MCPcopy 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
20void _make_sparse_vector (
21 sparse_vect& v
22)
23{
24 make_sparse_vector_inplace(v);
25}
26
27void _make_sparse_vector2 (
28 std::vector<sparse_vect>& v

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected