Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get_size
Method
get_size
dnn/src/common/utils.cpp:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
size_t WorkspaceBundle::get_size(size_t i) const {
181
return m_sizes[i];
182
}
183
184
void WorkspaceBundle::set(void* ptr) {
185
m_ptr = ptr;
Callers
15
run
Method · 0.45
exec
Method · 0.45
cell_opr_compute<LSTMCell, LstmStates>
Function · 0.45
exec_kernel
Function · 0.45
do_conv
Function · 0.45
do_conv
Function · 0.45
exec_internal
Method · 0.45
algos.cpp
File · 0.45
algos.cpp
File · 0.45
kern_matmul
Function · 0.45
kern_matmul_nchw44
Function · 0.45
exec_internel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected