Searched refs:_CreateBinaryAddComputation (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | xla_client_test.py | 1482 def _CreateBinaryAddComputation(self, dtype): member in TestFactory.EmbeddedComputationsTest 1597 scatter=self._CreateBinaryAddComputation(dtype)) 1613 computation=self._CreateBinaryAddComputation(dtype), 1630 computation=self._CreateBinaryAddComputation(dtype), 1646 computation=self._CreateBinaryAddComputation(dtype), 1667 computation=self._CreateBinaryAddComputation(dtype), 1692 computation=self._CreateBinaryAddComputation(dtype), 1717 computation=self._CreateBinaryAddComputation(dtype), 1845 ops.Constant(c, updates), self._CreateBinaryAddComputation(np.int32),
|