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

Method name

src/opr/test/dnn/convolution.cpp:2509–2509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507 MockAlgorithm(const char* name = "NotImportant") : m_name(name) {}
2508 Attribute attribute() const override { return Attribute::REPRODUCIBLE; }
2509 const char* name() const override { return m_name; }
2510 uint32_t type() const override {
2511 return megdnn::detail::Algorithm::INVALID_ALGO_TYPE;
2512 }

Callers 4

TESTFunction · 0.45
MGB_IMPL_OPR_GRADFunction · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected