Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/futures/tests/
Dstream_split.rs9 fn test_split() { in test_split() function
/external/pytorch/test/
Dtest_jit_string.py242 def test_split() -> Tuple[List[str], List[str], List[str], List[str], List[str], function
257 self.checkScript(test_split, ())
Dtest_cuda_sanitizer.py49 def test_split(self): member in TestArgumentHandler
Dtest_functionalization.py784 def test_split(self): member in TestFunctionalization
/external/fonttools/Tests/designspaceLib/
Dsplit_test.py72 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
/external/fonttools/Tests/misc/
DloggingTools_test.py65 def test_split(self): member in TimerTest
/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
/external/pytorch/test/dynamo/
Dtest_python_autograd.py261 def test_split(self): member in TestPythonAutograd
/external/sdv/vsomeip/third_party/boost/serialization/test/
DJamfile.v2108 [ test-bsl-run_files test_split ]
/external/sdv/vsomeip/third_party/boost/serialization/CMake/
DCMakeLists.txt332 archive_test(test_split)
/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/cronet/tot/third_party/re2/src/python/
Dre2_test.py258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
/external/cronet/stable/third_party/re2/src/python/
Dre2_test.py258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
/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_posixpath.py74 def test_split(self): member in PosixPathTest
Dtest_ntpath.py217 def test_split(self): member in TestNtpath
Dtest_str.py475 def test_split(self): member in StrTest
476 string_tests.StringLikeTest.test_split(self)
Dstring_tests.py445 def test_split(self): member in BaseTest
/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/pytorch/test/onnx/
Dtest_operators.py222 def test_split(self): member in TestOperators
/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py1036 def test_split(self): member in CAPITest
/external/python/cpython3/Doc/library/
Dunittest.rst102 def test_split(self):
143 test_split (__main__.TestStringMethods.test_split) ... ok

12