* [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 |
---|---|---|
.. | ||
compute_op.cc | Loading commit data... | |
compute_op.h | Loading commit data... | |
cross_thread_reduction.cc | Loading commit data... | |
extern_op.cc | Loading commit data... | |
hybrid_op.cc | Loading commit data... | |
hybrid_op.h | Loading commit data... | |
op_util.cc | Loading commit data... | |
op_util.h | Loading commit data... | |
placeholder_op.cc | Loading commit data... | |
scan_op.cc | Loading commit data... | |
tensor_compute_op.cc | Loading commit data... | |
tensorize.cc | Loading commit data... |