Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A Dthread_pool.h43 struct task_element_t { struct
50 explicit task_element_t(std::function<void()> f) in task_element_t() argument
52 explicit task_element_t(std::function<void(std::size_t)> f) in task_element_t() function