Home
last modified time | relevance | path

Searched refs:test_split (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit_string.py242 def test_split() -> Tuple[List[str], List[str], List[str], List[str], List[str], function
257 self.checkScript(test_split, ())
H A Dtest_cuda_sanitizer.py49 def test_split(self): member in TestArgumentHandler
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream_split.rs9 fn test_split() { in test_split() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_macpath.py21 def test_split(self): member in MacPathTestCase
Dtest_strop.py83 def test_split(self): member in StropFunctionTestCase
Dtest_ntpath.py76 def test_split(self): member in TestNtpath
Dtest_textwrap.py413 def test_split(self): member in WrapTestCase
Dtest_locale.py371 def test_split(self): member in TestStringMethods
Dtest_posixpath.py51 def test_split(self): member in PosixPathTest
Dtest_unicode.py186 def test_split(self): member in UnicodeTest
187 string_tests.CommonTest.test_split(self)
Dtest_tcl.py582 def test_split(self): member in TclTest
/aosp_15_r20/external/fonttools/Tests/designspaceLib/
H A Dsplit_test.py72 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
/aosp_15_r20/external/fonttools/Tests/misc/
H A DloggingTools_test.py65 def test_split(self): member in TimerTest
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/
Dlib.rs270 fn test_split() { in test_split() function
Dbytes.rs539 fn test_split() { in test_split() function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_python_autograd.py261 def test_split(self): member in TestPythonAutograd
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
DJamfile.v2108 [ test-bsl-run_files test_split ]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/tutorials/
H A Dpose_classification.ipynb577 "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/
DCMakeLists.txt332 archive_test(test_split)
/aosp_15_r20/external/cronet/third_party/re2/src/python/
H A Dre2_test.py258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Darray_test.py279 def test_split(self): member in ArrayTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_textwrap.py414 def test_split(self): member in WrapTestCase
Dtest_ntpath.py155 def test_split(self): member in TestNtpath
Dtest_posixpath.py63 def test_split(self): member in PosixPathTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir711 // CHECK-LABEL: test_split
715 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…

12