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

Method InfkernFinder

src/plugin/impl/infkern_finder.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173};
174
175InfkernFinder::InfkernFinder(ComputingGraph* graph, bool record_input_value)
176 : PluginBase{graph},
177 m_global_state_storage{std::make_unique<GlobalState>(record_input_value)},
178 m_global_state{m_global_state_storage.get()} {
179 init();
180}
181
182InfkernFinder::InfkernFinder(ComputingGraph* graph, GlobalState* global_state)
183 : PluginBase{graph}, m_global_state_storage{}, m_global_state{global_state} {

Callers

nothing calls this directly

Calls 2

initFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected