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

Method get_workspace

dnn/src/arm_common/convolution/quint8/algos.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27size_t ConvolutionBackwardDataImpl::AlgoUdot8DirectStride1::get_workspace(
28 fallback::ConvolutionBackwardDataImpl*, const NCBKernSizeParam& param) const {
29 MIDOUT_BEGIN(
30 megdnn_arm_conv_quint8_kimpl,
31 midout_iv("AlgoUdot8DirectStride1::get_workspace"_hash)) {
32 return deconv::get_workspace_in_bytes_stride1_quint8_dot(param);
33 }
34 MIDOUT_END();
35 return 0;
36}
37
38ConvolutionBackwardDataImpl::ncb_kern_t ConvolutionBackwardDataImpl::
39 AlgoUdot8DirectStride1::dispatch_kern(

Callers 1

ncb_1g_get_workspaceMethod · 0.45

Calls 1

MIDOUT_BEGINFunction · 0.50

Tested by

no test coverage detected