Home
last modified time | relevance | path

Searched refs:PackTest (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize_test.cc163 TEST(PackTest, PackUint8ToUint32) { in TEST() argument
169 TEST(PackTest, PackInt8ToUint32) { in TEST() argument
176 TEST(PackTest, PackUint8ToUint32PerfectSize) { in TEST() argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Dpack_unittest.py31 class PackTest(unittest.TestCase): class
/external/tensorflow/tensorflow/compiler/tests/
Dconcat_ops_test.py347 class PackTest(xla_test.XLATestCase): class
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_geometry_managers.py13 class PackTest(AbstractWidgetTest, unittest.TestCase): class
889 PackTest, PlaceTest, GridTest,
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_geometry_managers.py13 class PackTest(AbstractWidgetTest, unittest.TestCase): class
902 PackTest, PlaceTest, GridTest,
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops_test.py182 class PackTest(Base): class