MCPcopy 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
176size_t WorkspaceBundle::nr_workspace() const {
177 return m_sizes.size();
178}
179
180size_t WorkspaceBundle::get_size(size_t i) const {
181 return m_sizes[i];

Callers 12

exec_kernelFunction · 0.80
execMethod · 0.80
exec_internalMethod · 0.80
exec_internalMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
_execMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected