Home
last modified time | relevance | path

Searched refs:inThreadPool (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/c10/core/
Dthread_pool.h34 virtual bool inThreadPool() const = 0;
81 bool inThreadPool() const override;
Dthread_pool.cpp79 bool ThreadPool::inThreadPool() const { in inThreadPool() function in c10::ThreadPool
/external/pytorch/aten/src/ATen/
DParallelNative.cpp269 _get_intraop_pool().inThreadPool() in in_parallel_region()
/external/pytorch/torch/csrc/distributed/rpc/
Dtensorpipe_agent.cpp853 this->threadPool_.inThreadPool(), in send()