Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
Calls
1
at
Method · 0.45
Tested by
1
TEST
Function · 0.36