Home
last modified time | relevance | path

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

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