Home
last modified time | relevance | path

Searched defs:TestBinary (Results 1 – 4 of 4) sorted by relevance

/external/sandboxed-api/contrib/zopfli/test/
Dzopfli_test.cc46 class TestBinary : public testing::TestWithParam<ZopfliFormat> {}; class
76 TEST_P(TestBinary, Compress) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_normalization_test.cc88 TEST_F(LayoutNormalizationTest, TestBinary) { in TEST_F() argument
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dfunctional_ops_test.py808 def TestBinary(n, x, x2): function
896 def TestBinary(n, x, x2): function
/external/pytorch/test/
Dtest_maskedtensor.py460 class TestBinary(TestCase): class