Home
last modified time | relevance | path

Searched refs:to_run (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc381 Collective* to_run = nullptr; in SignalMultiNodeReady() local
388 to_run = CheckReady(collective_key, collective); in SignalMultiNodeReady()
392 if (to_run != nullptr) RunCollective(to_run); in SignalMultiNodeReady()
399 Collective* to_run = nullptr; in AddParticipant() local
466 to_run = CheckReady(context.collective_key, collective); in AddParticipant()
469 if (to_run != nullptr) RunCollective(to_run); in AddParticipant()
474 Collective* to_run = nullptr; in CheckReady() local
479 to_run = collective; in CheckReady()
485 return to_run; in CheckReady()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dcategorical_test.py289 to_run = {
301 run_result = self.evaluate(to_run)