Searched defs:collective_op (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | collective_ops_test.py | 394 def testAbortGroupParamsResolution(self, collective_op, device, argument 448 def testAbortInstanceParamsResolution(self, collective_op, device, argument 508 def testAbortCommunication(self, collective_op, device, communication): argument 583 def testOpErrorNotAbortIfNoCollective(self, collective_op, device, argument 627 def testOpErrorAbortWithCollective(self, collective_op, device, argument 682 def testOpErrorNotAbortWithCollective(self, collective_op, device, argument 747 def testCancelDuringParamResolution(self, collective_op, device, argument 815 def testTimeout(self, collective_op, device, communication): argument 848 def testParamResolutionAfterTimeout(self, collective_op, device, argument 884 def testExecutionAfterTimeout(self, collective_op, device, communication): argument [all …]
|