Name |
Last commit
|
Last update |
---|---|---|
.. | ||
auto_inline_elem_wise.cc | ||
bound.cc | ||
graph.cc | ||
graph.h | ||
message_passing.cc | ||
message_passing.h | ||
schedule_dataflow_rewrite.cc | ||
schedule_lang.cc | ||
schedule_ops.cc |
* [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 |
---|---|---|
.. | ||
auto_inline_elem_wise.cc | Loading commit data... | |
bound.cc | Loading commit data... | |
graph.cc | Loading commit data... | |
graph.h | Loading commit data... | |
message_passing.cc | Loading commit data... | |
message_passing.h | Loading commit data... | |
schedule_dataflow_rewrite.cc | Loading commit data... | |
schedule_lang.cc | Loading commit data... | |
schedule_ops.cc | Loading commit data... |