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

Method packmode

dnn/src/fallback/matrix_mul/opr_impl.h:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 };
211 virtual AlgoSet algoset() const { return AlgoSet::ALGO_TYPE_GEMM; }
212 virtual PackMode packmode() const { return PackMode::DEFAULT; }
213 virtual void pack_A(const KernParam&, void*, size_t, size_t) const {
214 megdnn_assert(0);
215 };

Callers 9

usableMethod · 0.45
usableMethod · 0.45
usableMethod · 0.45
get_thread_bundleMethod · 0.45
get_thread_bundleMethod · 0.45
get_thread_bundleMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected