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

Function get_workspace

dnn/src/fallback/convolution/algos.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 AlgoSelectionStrategy algo_selection_strategy) const override;
92
93 size_t get_workspace(const NCBKernSizeParam&) const override { return 0; };
94
95 SmallVector<NCBKern> dispatch_kern(
96 const NCBKernSizeParam& /*param*/) const override;

Callers 3

opr_impl.hFile · 0.70
dispatch_kernMethod · 0.70
dispatch_kernsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected