/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit_string.py | 242 def test_split() -> Tuple[List[str], List[str], List[str], List[str], List[str], function 257 self.checkScript(test_split, ())
|
H A D | test_cuda_sanitizer.py | 49 def test_split(self): member in TestArgumentHandler
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | stream_split.rs | 9 fn test_split() { in test_split() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_macpath.py | 21 def test_split(self): member in MacPathTestCase
|
D | test_strop.py | 83 def test_split(self): member in StropFunctionTestCase
|
D | test_ntpath.py | 76 def test_split(self): member in TestNtpath
|
D | test_textwrap.py | 413 def test_split(self): member in WrapTestCase
|
D | test_locale.py | 371 def test_split(self): member in TestStringMethods
|
D | test_posixpath.py | 51 def test_split(self): member in PosixPathTest
|
D | test_unicode.py | 186 def test_split(self): member in UnicodeTest 187 string_tests.CommonTest.test_split(self)
|
D | test_tcl.py | 582 def test_split(self): member in TclTest
|
/aosp_15_r20/external/fonttools/Tests/designspaceLib/ |
H A D | split_test.py | 72 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
|
/aosp_15_r20/external/fonttools/Tests/misc/ |
H A D | loggingTools_test.py | 65 def test_split(self): member in TimerTest
|
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/ |
D | lib.rs | 270 fn test_split() { in test_split() function
|
D | bytes.rs | 539 fn test_split() { in test_split() function
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_python_autograd.py | 261 def test_split(self): member in TestPythonAutograd
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | Jamfile.v2 | 108 [ test-bsl-run_files test_split ]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
H A D | pose_classification.ipynb | 577 "def split_into_train_test(images_origin, images_dest, test_split):\n", 604 " test_split: Fraction of data to reserve for test (float between 0 and 1).\n", 625 " test_count = int(len(filenames) * test_split)\n", 658 " split_into_train_test(dataset_in, dataset_out, test_split=0.2)\n",
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/CMake/ |
D | CMakeLists.txt | 332 archive_test(test_split)
|
/aosp_15_r20/external/cronet/third_party/re2/src/python/ |
H A D | re2_test.py | 258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/ |
H A D | array_test.py | 279 def test_split(self): member in ArrayTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 414 def test_split(self): member in WrapTestCase
|
D | test_ntpath.py | 155 def test_split(self): member in TestNtpath
|
D | test_posixpath.py | 63 def test_split(self): member in PosixPathTest
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
H A D | tf-to-tosa-pipeline.mlir | 711 // CHECK-LABEL: test_split 715 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
|