Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pool
Function · 0.85
test_avg_pool
Function · 0.85
forward
Method · 0.85
operator ==
Function · 0.85
is_set
Function · 0.85
swap
Function · 0.85
destroy_mp_memory
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
2
test_max_pool
Function · 0.68
test_avg_pool
Function · 0.68