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.cc471 Collective* to_run = nullptr; in SignalMultiNodeReady() local
479 to_run = collective; in SignalMultiNodeReady()
482 << " to_run " << to_run; in SignalMultiNodeReady()
486 if (to_run != nullptr) RunCollective(to_run); in SignalMultiNodeReady()
493 Collective* to_run = nullptr; in AddParticipant() local
589 to_run = collective; in AddParticipant()
597 if (to_run != nullptr) RunCollective(to_run); in AddParticipant()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dcategorical_test.py289 to_run = {
301 run_result = self.evaluate(to_run)