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

Method name

dnn/src/naive/matrix_mul/algorithms.h:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class DefaultMatrixMulAlgorithm final : public megdnn::MatrixMulForward::Algorithm {
8 AlgoAttribute attribute() const override { return AlgoAttribute::REPRODUCIBLE; }
9 const char* name() const override { return "DEFAULT"; }
10 uint32_t type() const override { return 0; }
11};
12

Callers 14

from_tensorsMethod · 0.45
cbFunction · 0.45
execMethod · 0.45
dest_type_bool_modeMethod · 0.45
MIDOUT_BEGINFunction · 0.45
execMethod · 0.45
execMethod · 0.45
dispatch_ta_tbFunction · 0.45
padding_to_workspaceFunction · 0.45
execMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected