Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ nr_workspace
Method
nr_workspace
dnn/src/common/utils.cpp:176–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
size_t WorkspaceBundle::nr_workspace() const {
177
return m_sizes.size();
178
}
179
180
size_t WorkspaceBundle::get_size(size_t i) const {
181
return m_sizes[i];
Callers
12
exec_kernel
Function · 0.80
exec
Method · 0.80
exec_internal
Method · 0.80
exec_internal
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
get_algorithm_heuristic
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
_exec
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected