Searched refs:get_num_interop_threads (Results 1 – 13 of 13) sorted by relevance
69 << at::get_num_interop_threads() << " threads " in main()80 << at::get_num_interop_threads() << " threads " in main()
13 torch::get_num_interop_threads(); in TEST()
40 ASSERT_EQ(at::get_num_interop_threads(), 5); in main()
86 using at::get_num_interop_threads;
59 int get_num_interop_threads() { in get_num_interop_threads() function
136 TORCH_API int get_num_interop_threads();
57 << at::get_num_interop_threads() << '\n'; in get_parallel_info()
97 | | ``at::get_num_interop_threads`` (C++) | …100 | | ``get_num_interop_threads`` (Python, :mod:`torch` module) | …
255 get_num_interop_threads
4892 torch.get_num_interop_threads,
134 torch.get_num_interop_threads,
327 return THPUtils_packInt32(at::get_num_interop_threads()); in THPModule_getNumInteropThreads()
1131 def get_num_interop_threads() -> _int: ... # THPModule_getNumInteropThreads