Home
last modified time | relevance | path

Searched defs:FunctionWrapperWithNotification (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h78 template <typename Function, typename... Args> struct FunctionWrapperWithNotification struct
80 static void run(Notification* n, Function f, Args... args) { in run()