MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / get_bundle

Method get_bundle

dnn/src/fallback/convolution/algos.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330WorkspaceBundle ConvolutionImpl::AlgoDefault::get_bundle(
331 const NCBKernSizeParam& param) const {
332 ::ConvBiasImpl::NCBKernSizeParam conv_bias_param = init_conv_bias_param(param);
333 return WorkspaceBundle(nullptr, {m_algorithm->get_workspace(conv_bias_param)});
334}
335
336size_t ConvolutionImpl::AlgoDefault::get_workspace(
337 const NCBKernSizeParam& param) const {

Callers

nothing calls this directly

Calls 2

WorkspaceBundleClass · 0.85
get_workspaceMethod · 0.45

Tested by

no test coverage detected