Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dengine.cpp345 const std::shared_ptr<ReadyQueue>& ready_queue, in thread_init()
1423 void Engine::init_local_ready_queue(std::shared_ptr<ReadyQueue> ready_queue) { in init_local_ready_queue()
1436 auto Engine::ready_queue( in ready_queue() function in torch::autograd::Engine
H A Dpython_engine.cpp66 const std::shared_ptr<ReadyQueue>& ready_queue, in thread_init()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dring_gatherer.cc132 PCQueue ready_queue; in RunAsyncParts() local
H A Dring_reducer.cc182 PCQueue ready_queue; in RunAsyncParts() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_multiprocessing_spawn.py59 def _test_nested_child_body(i, ready_queue, nested_child_sleep): argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/engine/
H A Ddist_engine.cpp79 const std::shared_ptr<ReadyQueue>& ready_queue) { in globalCpuThread()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_memory_scheduler.cc290 std::multimap<Priority, ReadyListEntry> ready_queue; in CreateSchedule() local