Home
last modified time | relevance | path

Searched refs:check_collective_ops_peer_health (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_multi_worker_test.py77 context.context().check_collective_ops_peer_health(
93 context.context().check_collective_ops_peer_health(
127 context.context().check_collective_ops_peer_health(
145 context.context().check_collective_ops_peer_health(
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py868 context.context().check_collective_ops_peer_health(
/external/tensorflow/tensorflow/python/eager/
Dcontext.py886 def check_collective_ops_peer_health(self, task, timeout_in_ms): member in Context