Searched refs:TestBinary (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/test/ |
H A D | zopfli_test.cc | 46 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 D | BUILD | 255 name = "TestBinary", 276 deps = [":TestBinary"],
|
/aosp_15_r20/external/pigweed/pw_target_runner/go/cmd/ |
H A D | client.go | 64 req := &pb.RunBinaryRequest{Binary: &pb.RunBinaryRequest_TestBinary{TestBinary: data}}
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | layout_normalization_test.cc | 88 TEST_F(LayoutNormalizationTest, TestBinary) { in TEST_F() argument
|
/aosp_15_r20/external/pigweed/pw_target_runner/go/ |
H A D | server.go | 151 _, err = f.Write(bin.TestBinary)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | functional_ops_test.py | 808 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 D | test_maskedtensor.py | 460 class TestBinary(TestCase): class 1010 instantiate_parametrized_tests(TestBinary)
|
/aosp_15_r20/build/soong/java/ |
H A D | java_test.go | 546 func TestBinary(t *testing.T) { func
|