/external/rust/android-crates-io/crates/futures/tests/ |
D | stream_split.rs | 9 fn test_split() { in test_split() function
|
/external/pytorch/test/ |
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, ())
|
D | test_cuda_sanitizer.py | 49 def test_split(self): member in TestArgumentHandler
|
D | test_functionalization.py | 784 def test_split(self): member in TestFunctionalization
|
/external/fonttools/Tests/designspaceLib/ |
D | split_test.py | 72 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
|
/external/fonttools/Tests/misc/ |
D | loggingTools_test.py | 65 def test_split(self): member in TimerTest
|
/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
|
/external/pytorch/test/dynamo/ |
D | test_python_autograd.py | 261 def test_split(self): member in TestPythonAutograd
|
/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | Jamfile.v2 | 108 [ test-bsl-run_files test_split ]
|
/external/sdv/vsomeip/third_party/boost/serialization/CMake/ |
D | CMakeLists.txt | 332 archive_test(test_split)
|
/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
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",
|
/external/cronet/tot/third_party/re2/src/python/ |
D | re2_test.py | 258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
|
/external/cronet/stable/third_party/re2/src/python/ |
D | re2_test.py | 258 def test_split(self, pattern, text, maxsplit, expected_pieces): member in ReRegexpTest
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | array_test.py | 279 def test_split(self): member in ArrayTest
|
/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 414 def test_split(self): member in WrapTestCase
|
D | test_posixpath.py | 74 def test_split(self): member in PosixPathTest
|
D | test_ntpath.py | 217 def test_split(self): member in TestNtpath
|
D | test_str.py | 475 def test_split(self): member in StrTest 476 string_tests.StringLikeTest.test_split(self)
|
D | string_tests.py | 445 def test_split(self): member in BaseTest
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 711 // CHECK-LABEL: test_split 715 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
|
D | tfl-to-tosa-pipeline.mlir | 1174 // CHECK-LABEL: test_split 1178 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
|
/external/pytorch/test/onnx/ |
D | test_operators.py | 222 def test_split(self): member in TestOperators
|
/external/python/cpython3/Lib/test/test_capi/ |
D | test_unicode.py | 1036 def test_split(self): member in CAPITest
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 102 def test_split(self): 143 test_split (__main__.TestStringMethods.test_split) ... ok
|