Home
last modified time | relevance | path

Searched refs:set_num_interop_threads (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dthread_init_test.cpp39 at::set_num_interop_threads(5); in main()
41 ASSERT_ANY_THROW(at::set_num_interop_threads(6)); in main()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtorch_include.cpp11 torch::set_num_interop_threads(2); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dutils.h89 using at::set_num_interop_threads;
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DParallelThreadPoolNative.cpp50 void set_num_interop_threads(int nthreads) { in set_num_interop_threads() function
H A DParallel.h133 TORCH_API void set_num_interop_threads(int);
/aosp_15_r20/external/pytorch/binaries/
H A Dat_launch_benchmark.cc62 at::set_num_interop_threads(FLAGS_inter_op_threads); in main()
/aosp_15_r20/external/pytorch/docs/source/notes/
H A Dcpu_threading_torchscript_inference.rst96 | Inter-op parallelism | ``at::set_num_interop_threads``, | Default numb…
99 | | ``set_num_interop_threads``, | …
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dfunctional_autograd_benchmark.py293 torch.set_num_interop_threads(args.num_threads)
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.rst256 set_num_interop_threads
/aosp_15_r20/external/pytorch/torch/
H A D_torch_docs.py9576 torch.set_num_interop_threads,
H A Doverrides.py148 torch.set_num_interop_threads,
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp342 at::set_num_interop_threads(nthreads); in THPModule_setNumInteropThreads()
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1132 def set_num_interop_threads(
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py10560 self.assertRaises(RuntimeError, lambda: torch.set_num_interop_threads(invalid_val))