Home
last modified time | relevance | path

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

12

/external/rust/crates/futures/tests/
Dstream_split.rs9 fn test_split() { in test_split() function
/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_tcl.py582 def test_split(self): member in TclTest
Dtest_unicode.py186 def test_split(self): member in UnicodeTest
187 string_tests.CommonTest.test_split(self)
Dstring_tests.py332 def test_split(self): member in CommonTest
/external/fonttools/Tests/designspaceLib/
Dsplit_test.py65 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
/external/fonttools/Tests/misc/
DloggingTools_test.py61 def test_split(self): member in TimerTest
/external/rust/crates/shlex/src/
Dlib.rs219 fn test_split() { in test_split() function
/external/tensorflow/tensorflow/lite/g3doc/tutorials/
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",
/external/tensorflow/tensorflow/python/ops/parallel_for/
Darray_test.py279 def test_split(self): member in ArrayTest
/external/python/cpython3/Lib/test/
Dtest_textwrap.py414 def test_split(self): member in WrapTestCase
Dtest_tcl.py620 def test_split(self): member in TclTest
Dtest_ntpath.py121 def test_split(self): member in TestNtpath
Dtest_posixpath.py63 def test_split(self): member in PosixPathTest
Dstring_tests.py398 def test_split(self): member in BaseTest
Dtest_unicode.py388 def test_split(self): member in UnicodeTest
389 string_tests.CommonTest.test_split(self)
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir711 // CHECK-LABEL: test_split
715 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
Dtfl-to-tosa-pipeline.mlir1174 // CHECK-LABEL: test_split
1178 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py809 def test_split(self): member in FakePathlibUsageInOsFunctionsTest
/external/python/cpython2/Doc/library/
Dunittest.rst125 def test_split(self):
173 test_split (__main__.TestStringMethods) ... ok

12