Home
last modified time | relevance | path

Searched refs:communication_hint (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py26 communication_hint='auto', argument
67 communication_hint=communication_hint.lower(),
101 communication_hint='auto', argument
152 communication_hint=communication_hint.lower(),
163 communication_hint='auto', argument
195 communication_hint=communication_hint.lower(),
203 communication_hint='auto', argument
242 communication_hint=communication_hint.lower(),
254 communication_hint='auto', argument
308 communication_hint=communication_hint.lower(),
[all …]
Dcollective_ops_gpu_test.py135 communication_hint='nccl'))
257 final_op='Id', communication_hint='nccl')
262 final_op='Id', communication_hint='nccl')
281 final_op='Id', communication_hint='NCCL')
303 communication_hint='nccl')
324 communication_hint='nccl')
335 communication_hint='nccl')
Dcollective_ops_test.py49 communication_hint='auto', argument
78 communication_hint=communication_hint,
176 communication_hint='nccl')
464 communication_hint='auto',
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py149 communication_hint=communication,
167 communication_hint=communication))
176 communication_hint=communication))
205 communication_hint=communication)
222 communication_hint=communication))
231 communication_hint=communication))
254 communication_hint=communication))
286 communication_hint=communication))
295 communication_hint=communication))
391 communication_hint=communication)
[all …]
Dcollective_ops_multi_worker_test.py116 communication_hint="ring")
187 communication_hint=communication)
205 communication_hint=communication)
215 communication_hint=communication)
227 communication_hint=communication)
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DCollectiveReduceV2.pbtxt59 name: "communication_hint"
125 name: "communication_hint"
203 name: "communication_hint"
289 name: "communication_hint"
383 name: "communication_hint"
477 name: "communication_hint"
DCollectiveGatherV2.pbtxt37 name: "communication_hint"
93 name: "communication_hint"
157 name: "communication_hint"
DCollectiveBcastRecv.pbtxt75 name: "communication_hint"
120 name: "communication_hint"
172 name: "communication_hint"
DCollectiveBcastSend.pbtxt83 name: "communication_hint"
132 name: "communication_hint"
188 name: "communication_hint"
DCollectiveGather.pbtxt82 name: "communication_hint"
130 name: "communication_hint"
185 name: "communication_hint"
DCollectiveBcastSendV2.pbtxt38 name: "communication_hint"
90 name: "communication_hint"
DCollectiveReduce.pbtxt205 name: "communication_hint"
283 name: "communication_hint"
369 name: "communication_hint"
455 name: "communication_hint"
DCollectiveBcastRecvV2.pbtxt51 name: "communication_hint"
116 name: "communication_hint"
DCollectiveInitializeCommunicator.pbtxt20 name: "communication_hint"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCollectiveBcastRecv.pbtxt74 name: "communication_hint"
119 name: "communication_hint"
DCollectiveBcastSend.pbtxt82 name: "communication_hint"
131 name: "communication_hint"
DCollectiveGather.pbtxt82 name: "communication_hint"
DCollectiveReduce.pbtxt205 name: "communication_hint"
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc166 &col_params_->instance.impl_details.communication_hint)); in CollectiveGatherOpKernel()
258 &col_params_->instance.impl_details.communication_hint)); in CollectiveReduceOpKernel()
266 << col_params_->instance.impl_details.communication_hint in CollectiveReduceOpKernel()
352 &col_params_->instance.impl_details.communication_hint)); in CollectiveBcastSendOpKernel()
429 &col_params_->instance.impl_details.communication_hint)); in CollectiveBcastRecvOpKernel()
619 col_params->instance.impl_details.communication_hint = communication_hint_; in FillCollectiveParams()
911 string communication_hint, float timeout_seconds) in CollectiveGroupResource() argument
915 communication_hint_(communication_hint), in CollectiveGroupResource()
934 string communication_hint() const { return communication_hint_; } in communication_hint() function in tensorflow::__anon8b310e240111::CollectiveGroupResource
1090 col_params->instance.impl_details.communication_hint = in FillCollectiveParams()
[all …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-126.md20 communication_hint=arg_5, timeout_seconds=arg_6, name=arg_7)
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py359 communication_hint=options.implementation.value,
384 communication_hint=options.implementation.value,
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc166 params->instance.impl_details.communication_hint = "nccl"; in ResolveDeviceAssignment()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h114 string communication_hint; // user-supplied hint for implementation choice, member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.td618 $merge_op, $final_op, $communication_hint, $timeout_seconds,
623 $merge_op, $final_op, $communication_hint, $timeout_seconds,
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc706 (nccl_ || cp->instance.impl_details.communication_hint == "nccl") && in AssignCollectiveType()

12