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

Method attribute

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

Source from the content-addressed store, hash-verified

2506public:
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;

Callers 15

_set_priority_to_idFunction · 0.45
init_graph_rtFunction · 0.45
compileMethod · 0.45
on_unregisterMethod · 0.45
set_priorityFunction · 0.45
test_serializer_priorityFunction · 0.45
build_single_oprMethod · 0.45
load_single_oprMethod · 0.45
copy_opr_shallowMethod · 0.45
build_single_oprMethod · 0.45
load_single_oprMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected