Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunction.h29 using TaskLauncher = std::function<void(std::function<void()>)>; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.h41 using TaskLauncher = std::function<void(std::function<void()>)>; variable