Name |
Last commit
|
Last update |
---|---|---|
.. | ||
vm | ||
build_module.cc | ||
compile_engine.cc | ||
compile_engine.h | ||
graph_plan_memory.cc | ||
graph_runtime_codegen.cc | ||
interpreter.cc | ||
param_dict.cc | ||
param_dict.h | ||
utils.h |
* [NODE][REFACTOR] Rename IRFunctor->NodeFunctor, use function pointer for dispatching. Previously we used std::function for the functor dispatching. It introduces additional overhead and problems during dll destruction(of std::function). This PR changes the std::function to function pointers. This change a bit restrictions around the set_dispatch that we can get around, but will improve the general efficiency by reducing one level of indirection in the std::function. We also no longer need special marcos to register functions to the Functor.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
vm | Loading commit data... | |
build_module.cc | Loading commit data... | |
compile_engine.cc | Loading commit data... | |
compile_engine.h | Loading commit data... | |
graph_plan_memory.cc | Loading commit data... | |
graph_runtime_codegen.cc | Loading commit data... | |
interpreter.cc | Loading commit data... | |
param_dict.cc | Loading commit data... | |
param_dict.h | Loading commit data... | |
utils.h | Loading commit data... |