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

Method param

dnn/include/megdnn/oprs/base.h:169–169  ·  view source on GitHub ↗

serialized param

Source from the content-addressed store, hash-verified

167 virtual const char* name() const = 0;
168 //! serialized param
169 virtual std::string param() const { return {}; }
170 virtual uint32_t type() const = 0;
171
172 //! if algo contain all of the attribute in attr

Callers 1

DTypeClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected