HomeSort by relevance Sort by last modified time
    Searched refs:worker_func (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.cc 55 WorkerCreationFunction worker_func = [this](WorkerEnv* env) { local
60 GrpcServer::Init(nullptr, rendezvous_mgr_func, worker_func));
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.h 73 const WorkerCreationFunction& worker_func);
grpc_server_lib.cc 109 const WorkerCreationFunction& worker_func) {
188 worker_func ? worker_func(&worker_env_) : NewGrpcWorker(&worker_env_);
  /external/pdfium/testing/tools/
test_runner.py 278 worker_func = functools.partial(TestOneFileParallel, self)
280 worker_results = pool.imap(worker_func, self.test_cases)
safetynet_compare.py 439 worker_func = functools.partial(
446 worker_results = (pool.map_async(worker_func, self.test_cases)

Completed in 87 milliseconds