/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/cluster_resolver/ |
H A D | cluster_resolver.py | 111 def master(self, task_type=None, task_id=None, rpc_layer=None): argument 131 task_type=None, argument 188 def task_type(self): member in ClusterResolver 278 def task_type(self, task_type): member in ClusterResolver 320 def __init__(self, cluster_spec, master='', task_type=None, task_id=None, argument 345 def master(self, task_type=None, task_id=None, rpc_layer=None): argument 369 def task_type(self): member in SimpleClusterResolver 377 def task_type(self, task_type): member in SimpleClusterResolver 389 task_type=None, argument 569 def master(self, task_type=None, task_id=None, rpc_layer=None): argument [all …]
|
H A D | tfconfig_cluster_resolver.py | 81 task_type=None, argument 102 def task_type(self): member in TFConfigClusterResolver 118 def task_type(self, task_type): argument 141 task_type=None, argument 160 def master(self, task_type=None, task_id=None, rpc_layer=None): argument
|
H A D | sagemaker_cluster_resolver.py | 91 task_type=None, argument 112 def task_type(self): member in SageMakerClusterResolver 128 def task_type(self, task_type): member in SageMakerClusterResolver 150 def num_accelerators(self, task_type=None, task_id=None, config_proto=None): argument 167 def master(self, task_type=None, task_id=None, rpc_layer=None): argument
|
H A D | gce_cluster_resolver.py | 69 task_type='worker', argument 170 def master(self, task_type=None, task_id=None, rpc_layer=None): argument 184 def task_type(self): member in GCEClusterResolver 192 def task_type(self, task_type): argument
|
H A D | slurm_cluster_resolver.py | 369 def master(self, task_type=None, task_id=None, rpc_layer=None): argument 392 task_type=None, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | multi_process_runner.py | 255 def _continuously_readline_from_sub(self, pipe_r, task_type, task_id): argument 269 task_type, argument 418 task_type, argument 477 def get_process_id(self, task_type, task_id): argument 483 def get_process_exit_code(self, task_type, task_id): argument 501 def process_exists(self, task_type, task_id): argument 680 def terminate(self, task_type, task_id): argument 770 def _message_checking_func(self, task_type, task_id): argument 1010 def _pool_runner_worker(task_type, task_id, initializer, conn): argument 1039 def _run_contained(task_type, task_id, fn, args, kwargs): argument [all …]
|
H A D | multi_worker_util.py | 45 def task_count(cluster_spec, task_type): argument 53 task_type, argument 108 def is_chief(cluster_spec=None, task_type=None, task_id=None): argument 148 def collective_leader(cluster_spec, task_type, task_id): argument 207 def worker_count(cluster_spec, task_type): argument 228 def id_in_cluster(cluster_spec, task_type, task_id): argument
|
H A D | distribute_coordinator.py | 111 task_type, argument 282 def task_type(self): member in _WorkerContext 325 task_type, argument 359 def _split_cluster_for_evaluator(cluster_spec, task_type): argument 382 task_type=None, argument 526 strategy, eval_strategy, session_config, cluster_spec, task_type, task_id): argument 633 task_type=None, argument
|
H A D | parameter_server_strategy_test.py | 70 task_type=None, argument 111 def _get_test_objects(self, task_type, task_id, num_gpus): argument 119 def _test_device_assignment_distributed(self, task_type, task_id, num_gpus): argument 219 self, task_type, task_id, num_gpus): argument 368 def _test_simple_increment(self, task_type, task_id, num_gpus): argument 432 def _test_minimize_loss_graph(self, task_type, task_id, num_gpus): argument 519 task_type, argument
|
H A D | collective_all_reduce_strategy_test.py | 72 task_type=None, argument 111 task_type, argument 138 def _test_minimize_loss_graph(self, task_type, task_id, num_gpus): argument 211 def _test_variable_initialization(self, task_type, task_id, num_gpus): argument 239 task_type, argument 369 def _worker_fn(task_type, task_id, required_gpus): argument
|
H A D | multi_worker_test_base.py | 286 def kill_task(self, task_type, task_id): argument 301 def start_task(self, task_type, task_id): argument 511 def _run_client(self, client_fn, task_type, task_id, num_gpus, eager_mode, argument 672 def _run_task_in_thread(self, task_fn, cluster_spec, task_type, task_id, argument 734 def _run_task_in_process(self, cmd_args, cluster_spec, task_type, task_id): argument
|
H A D | distribute_coordinator_test.py | 100 task_type=None, argument 398 task_type=None, argument 788 task_type=None, argument 904 task_type=None, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/ |
H A D | distribute_coordinator_utils.py | 76 task_type, argument 247 def task_type(self): member in _WorkerContext 290 task_type, argument 324 def _split_cluster_for_evaluator(cluster_spec, task_type): argument 346 task_type=None, argument 416 task_type, task_id): argument 449 task_type=None, argument
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | pre_freeze_background_memory_trimmer_unittest.cc | 438 MemoryReductionTaskContext task_type) { in TEST_F() 460 MemoryReductionTaskContext task_type) { in TEST_F() 486 MemoryReductionTaskContext task_type) { in TEST_F() 512 MemoryReductionTaskContext task_type) { in TEST_F()
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_manager_job.cc | 924 std::optional<TaskType> task_type) { in RecordJobHistograms() 1006 std::optional<TaskType> task_type) { in CompleteRequests() 1078 TaskType task_type) { in CompleteRequestsWithoutCache() 1094 std::optional<TaskType> task_type) { in CompleteRequestsWithError()
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | tasks.cc | 118 TaskType task_type, in PostedTask() 135 TaskType task_type, in PostedTask()
|
H A D | tasks.h | 65 TaskType task_type = kTaskTypeNone; member 136 TaskType task_type; member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/ |
H A D | cross_device_ops_test.py | 455 task_type, argument 528 task_type, argument 667 task_type, argument
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1beta/ |
H A D | agentendpoint.proto | 116 TaskType task_type = 3 [(google.api.field_behavior) = REQUIRED]; field 151 TaskType task_type = 3 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/ |
H A D | agentendpoint.proto | 114 TaskType task_type = 3 [(google.api.field_behavior) = REQUIRED]; field 152 TaskType task_type = 3 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/ |
D | task_queue.h | 73 int task_type; member 146 int task_type() const { return task_type_; } in task_type() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/ |
D | task_queue.h | 73 int task_type; member 146 int task_type() const { return task_type_; } in task_type() function
|
/aosp_15_r20/external/libchrome/base/task/sequence_manager/ |
H A D | task_queue.h | 70 int task_type; member 143 int task_type() const { return task_type_; } in task_type() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/cluster_resolver/tpu/ |
H A D | tpu_cluster_resolver.py | 229 def master(self, task_type=None, task_id=None, rpc_layer=None): argument 344 task_type=None, argument
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_multi_thrd_funcs.c | 496 HEVCE_ENC_JOB_TYPES_T task_type; in ihevce_prepare_job_queue() local 587 HEVCE_ENC_JOB_TYPES_T task_type; in ihevce_prepare_job_queue() local
|