Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ size
Method
size
dlib/array2d/array2d_kernel.h:320–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
size_t size (
321
) const { return static_cast<size_t>(nc_) * static_cast<size_t>(nr_); }
322
323
size_t width_step (
324
) const
Callers
7
serialize
Function · 0.45
deserialize
Function · 0.45
image_data
Function · 0.45
split_array
Function · 0.45
serialize
Function · 0.45
array_kernel.h
File · 0.45
push_back
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected