Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DtestTools.py9 from unittest import TestCase as _TestCase unknown
153 class TestCase(_TestCase):
156 _TestCase.__init__(self, methodName)
/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py56 def _TestCase(self, shape, indices, scatter_op=state_ops.scatter_add): member in ScatterAddSubTest
94 self._TestCase([2, 2], [1])
95 self._TestCase([4, 4, 4], [2, 0])
96 self._TestCase([43, 20, 10, 10], [42, 5, 6, 1, 3, 5, 7, 9])
100 self._TestCase([2, 2], [1, 1])
101 self._TestCase([5, 3, 9, 5], [2, 0, 4, 1, 3, 1, 4, 0, 4, 3])
102 self._TestCase([32, 4, 4], [31] * 8)
110 self._TestCase(_AsLong(list(shape)), list(indices))
118 self._TestCase(_AsLong(list(shape)), list(indices), state_ops.scatter_sub)