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

Method invoke

src/core/impl/system.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 Maybe<Result> invoke(FuncId id, const Param& param, double) override {
174 return m_func_registry.at(id)(param);
175 }
176
177 void kill_worker() override {}
178};

Callers 1

TESTFunction · 0.45

Calls 1

atMethod · 0.45

Tested by 1

TESTFunction · 0.36