Home
last modified time | relevance | path

Searched refs:TestBinary (Results 1 – 8 of 8) 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
97 INSTANTIATE_TEST_SUITE_P(SandboxTest, TestBinary,
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A DBUILD255 name = "TestBinary",
276 deps = [":TestBinary"],
/aosp_15_r20/external/pigweed/pw_target_runner/go/cmd/
H A Dclient.go64 req := &pb.RunBinaryRequest{Binary: &pb.RunBinaryRequest_TestBinary{TestBinary: data}}
/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/external/pigweed/pw_target_runner/go/
H A Dserver.go151 _, err = f.Write(bin.TestBinary)
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dfunctional_ops_test.py808 def TestBinary(n, x, x2): function
817 function.Defun(*[dtypes.float32] * 3)(TestCond), TestBinary)
896 def TestBinary(n, x, x2): function
909 1, 10, 1, [0., 0.], TestBinary,
/aosp_15_r20/external/pytorch/test/
H A Dtest_maskedtensor.py460 class TestBinary(TestCase): class
1010 instantiate_parametrized_tests(TestBinary)
/aosp_15_r20/build/soong/java/
H A Djava_test.go546 func TestBinary(t *testing.T) { func