MCPcopy Create free account
hub / github.com/MegEngine/MegCC / Pooler

Method Pooler

compiler/lib/KernelGen/BareMetal/Pooling.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66struct Pooler {
67 Pooler(std::string mode, uint32_t windows_cnt, std::string acc_specifier)
68 : m_mode(mode),
69 m_windows_cnt(windows_cnt),
70 m_acc_specifier(acc_specifier){};
71
72 std::string gen_dep() {
73 if (m_mode == "MAX") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected