MCPcopy Create free account
hub / github.com/davisking/dlib / data

Method data

dlib/java/java_array.h:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250 size_t size() const { return sz; }
251 T* data() { return pdata; }
252 const T* data() const { return pdata; }
253
254 T* begin() { return pdata; }

Callers 15

py_sub_imageFunction · 0.45
np_to_cppFunction · 0.45
np_to_matFunction · 0.45
serializeFunction · 0.45
deserializeFunction · 0.45
get_channel_layout_strFunction · 0.45
convertFunction · 0.45
pushMethod · 0.45
image_dataFunction · 0.45
load_contentsFunction · 0.45
webp_loaderMethod · 0.45

Calls

no outgoing calls

Tested by 6

write_threadMethod · 0.36
threadMethod · 0.36
image_testFunction · 0.36
test_decoder_images_onlyFunction · 0.36
test_decoder_fullFunction · 0.36
test_encoderFunction · 0.36