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

Class Param

src/core/test/graph/misc.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48MGB_DEFINE_OPR_CLASS(PODDedupTestOpr, cg::SingleCNOperatorNodeBase) // {
49public:
50 struct Param {
51 int v0;
52 char v1;
53 } MGB_PACKED;
54
55 PODDedupTestOpr(ComputingGraph* owner, const Param& param)
56 : Super{owner, OperatorNodeConfig{}, "node", {}}, m_param(param) {

Callers 1

memory_swap.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected