Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dengine.cpp662 std::shared_ptr<ReadyQueue> cpu_ready_queue, in GraphTask()
993 const std::shared_ptr<ReadyQueue>& cpu_ready_queue) { in evaluate_function()
1437 std::shared_ptr<ReadyQueue> cpu_ready_queue, in ready_queue()
1456 std::shared_ptr<ReadyQueue> cpu_ready_queue, in ready_queue_by_index()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/engine/
H A Ddist_engine.cpp353 std::shared_ptr<ReadyQueue> cpu_ready_queue = std::make_shared<ReadyQueue>(); in execute_graph_task_until_ready_queue_empty() local