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

Function get_relayout_opr

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

Source from the content-addressed store, hash-verified

22using NCBKernParam = ConvolutionBackwardDataImpl::NCBKernParam;
23
24Relayout* get_relayout_opr() {
25 static CpuOprDelegationStorage<> storage;
26 return storage.get<Relayout>();
27}
28
29MatrixMul* get_matmul_opr(const NCBKernSizeParam& param) {
30 using ConvCM = param::Convolution::ComputeMode;

Callers 2

kern_matmulFunction · 0.85
kern_matmul_nchw44Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected