Home
last modified time | relevance | path

Searched refs:num_worker_threads (Results 1 – 22 of 22) sorted by relevance

/external/pytorch/torch/distributed/rpc/_testing/
Dfaulty_agent_backend_registry.py11 num_worker_threads, argument
20 num_worker_threads=num_worker_threads,
/external/pytorch/torch/distributed/rpc/
Doptions.py83 num_worker_threads: int = rpc_contants.DEFAULT_NUM_WORKER_THREADS,
98 num_worker_threads,
Dbackend_registry.py138 num_worker_threads=rpc_constants.DEFAULT_NUM_WORKER_THREADS, argument
148 num_worker_threads=num_worker_threads,
/external/pytorch/torch/csrc/distributed/rpc/testing/
Dfaulty_tensorpipe_agent.h15 int num_worker_threads,
22 num_worker_threads, in TensorPipeRpcBackendOptions()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark.cc62 copts.num_worker_threads = host.GetNumWorkerThreads(); in CreateJitExecutable()
86 llvm::formatv("{0}/{1}/{2}", mlir_input.data(), copts.num_worker_threads, in CreateJitExecutable()
/external/pytorch/torch/testing/_internal/distributed/rpc/
Dfaulty_rpc_agent_test_fixture.py41 num_worker_threads=8,
Dfaulty_agent_rpc_test.py50 self.assertEqual(self.rpc_backend_options.num_worker_threads, 8)
Drpc_test.py4673 num_worker_threads=NUM_THREADS,
4696 num_worker_threads=self.rpc_backend_options.num_worker_threads,
4722 num_worker_threads=self.rpc_backend_options.num_worker_threads,
5640 num_worker_threads=options.num_worker_threads,
5773 for _ in range(self.rpc_backend_options.num_worker_threads + 5):
5784 for _ in range(self.rpc_backend_options.num_worker_threads + 5):
6270 num_worker_threads=self.rpc_backend_options.num_worker_threads,
Ddist_autograd_test.py2635 self.assertEqual(self.rpc_backend_options.num_worker_threads, 8)
/external/pytorch/torch/_C/
D_distributed_rpc_testing.pyi10 num_worker_threads: int,
D_distributed_rpc.pyi71 num_worker_threads: int
76 num_worker_threads: int,
D__init__.pyi.in1652 num_worker_threads: _int
/external/pytorch/torch/csrc/utils/
Dinit.cpp17 .def_readwrite("num_worker_threads", &BenchmarkConfig::num_worker_threads) in initThroughputBenchmarkBindings()
Dthroughput_benchmark.h50 int num_worker_threads{1};
Dthroughput_benchmark-inl.h22 config.num_worker_threads == 1, in benchmark()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h236 const int num_worker_threads = this->m_device.numThreadsInPool();
242 num_worker_threads <= 4 ? 8.0 :
243 num_worker_threads <= 8 ? 4.0 :
244 num_worker_threads <= 16 ? 2.0 :
245 num_worker_threads <= 32 ? 1.0 :
246 num_worker_threads <= 64 ? 0.8 : /* num_worker_threads > 64 */ 0.6;
249 sharding_dim_tasks >= oversharding_factor * num_worker_threads;
463 const int num_worker_threads = device_.numThreadsInPool();
471 Index num_blocks = num_worker_threads * gn_;
485 Index num_blocks = num_worker_threads * gm_;
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/jit/
Dtf_jitrt_benchmark_test.cc74 copts.num_worker_threads = 16; in BM_InstantiateExecutable()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
Dtf_jitrt_executor.cc84 copts.num_worker_threads = 4; in Compile()
Dtf_cpurt_executor.cc74 opts.num_worker_threads = 4; in Compile()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_kernels.cc160 opts.num_worker_threads = workers->NumThreads(); in CompileImpl()
Dtf_jitrt_kernels.cc438 copts.num_worker_threads = workers->NumThreads(); in CompileImpl()
/external/pytorch/docs/source/
Drpc.rst182 >>> num_worker_threads=8,