Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_continuous_run_test.py74 def worker_step_fn(worker_id): argument
107 def worker_step_fn(worker_id, num_dims): argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc57 void GenerateFixedUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedUniformSummary()
67 void GenerateFixedNonUniformSummary(int32 worker_id, int64 max_elements, in GenerateFixedNonUniformSummary()
77 void GenerateRandUniformFixedWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformFixedWeightsSummary()
91 void GenerateRandUniformRandWeightsSummary(int32 worker_id, int64 max_elements, in GenerateRandUniformRandWeightsSummary()
133 void GenerateOneValue(int32 worker_id, int64 max_elements, double *total_weight, in GenerateOneValue()
140 void GenerateOneZeroWeightedValue(int32 worker_id, int64 max_elements, in GenerateOneZeroWeightedValue()
/external/tensorflow/tensorflow/core/kernels/
Dbincount_op.cc66 [&](int64 start_ind, int64 limit_ind, int64 worker_id) { in Compute()
112 [&](int64 start_ind, int64 limit_ind, int64 worker_id) { in Compute()
146 [&](int64 start_row, int64 end_row, int64 worker_id) { in Compute()
/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc169 uint32_t worker_id = ++last_worker_id; in NotifyEndOfFile() local
/external/tensorflow/tensorflow/python/keras/integration_test/
Dmulti_worker_tutorial_test.py227 def extract_accuracy(worker_id, input_string): argument
/external/perfetto/test/stress_test/
Dstress_producer.cc111 void StressTestDataSource::Worker::WorkerMain(uint32_t worker_id) { in WorkerMain()
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py120 def __init__(self, worker_id, runner): argument
/external/rust/crates/grpcio/src/
Dcq.rs219 pub fn worker_id(&self) -> ThreadId { in worker_id() method
/external/angle/src/tests/
Dcapture_replay_tests.py509 def SetWorkerId(self, worker_id): argument
740 def RunTests(args, worker_id, job_queue, result_list, message_queue): argument
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator.py312 def _select_worker_slice(worker_id, structured): argument