Home
last modified time | relevance | path

Searched refs:worker_func (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/tools/
Dsafetynet_image.py116 worker_func = functools.partial(GenerateOneDiffParallel, self)
124 worker_func,
Dtest_runner.py415 worker_func = functools.partial(TestOneFileParallel, self)
417 worker_results = pool.imap(worker_func, self.test_cases)
Dsafetynet_compare.py443 worker_func = functools.partial(RunSingleTestCaseParallel, self, run_label,
451 pool.map_async(worker_func, self.test_cases).get(one_year_in_seconds))
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h69 WorkerCreationFunction worker_func = nullptr; member
Dgrpc_server_lib.cc246 worker_impl_ = opts.worker_func ? opts.worker_func(&worker_env_, config) in Init()