Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ resize
Function
resize
tools/python/src/basic.cpp:143–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
142
template <typename T>
143
void resize(T& v, unsigned long n) { v.resize(n); }
144
145
void bind_basic_types(py::module& m)
146
{
Callers
4
resize
Method · 0.50
array
Method · 0.50
circular_buffer
Method · 0.50
resize
Method · 0.50
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected