MCPcopy 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
180size_t WorkspaceBundle::get_size(size_t i) const {
181 return m_sizes[i];
182}
183
184void WorkspaceBundle::set(void* ptr) {
185 m_ptr = ptr;

Callers 15

runMethod · 0.45
execMethod · 0.45
exec_kernelFunction · 0.45
do_convFunction · 0.45
do_convFunction · 0.45
exec_internalMethod · 0.45
algos.cppFile · 0.45
algos.cppFile · 0.45
kern_matmulFunction · 0.45
kern_matmul_nchw44Function · 0.45
exec_internelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected