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

Function mp

dlib/member_function_pointer/member_function_pointer_kernel_1.h:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 mp_base_base* mp () { return static_cast<mp_base_base*>(mp_memory.get()); }
208 const mp_base_base* mp () const { return static_cast<const mp_base_base*>(mp_memory.get()); }
209
210 };

Callers 7

test_max_poolFunction · 0.85
test_avg_poolFunction · 0.85
forwardMethod · 0.85
operator ==Function · 0.85
is_setFunction · 0.85
swapFunction · 0.85
destroy_mp_memoryFunction · 0.85

Calls 1

getMethod · 0.45

Tested by 2

test_max_poolFunction · 0.68
test_avg_poolFunction · 0.68