/external/tensorflow/tensorflow/python/keras/datasets/ |
D | boston_housing.py | 28 def load_data(path='boston_housing.npz', test_split=0.2, seed=113): argument 59 assert 0 <= test_split < 1 76 x_train = np.array(x[:int(len(x) * (1 - test_split))]) 77 y_train = np.array(y[:int(len(x) * (1 - test_split))]) 78 x_test = np.array(x[int(len(x) * (1 - test_split)):]) 79 y_test = np.array(y[int(len(x) * (1 - test_split)):])
|
D | reuters.py | 36 test_split=0.2, argument 147 idx = int(len(xs) * (1 - test_split))
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.datasets.boston_housing.pbtxt | 5 …argspec: "args=[\'path\', \'test_split\', \'seed\'], varargs=None, keywords=None, defaults=[\'bost…
|
D | tensorflow.keras.datasets.reuters.pbtxt | 9 …argspec: "args=[\'path\', \'num_words\', \'skip_top\', \'maxlen\', \'test_split\', \'seed\', \'sta…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.datasets.boston_housing.pbtxt | 5 …argspec: "args=[\'path\', \'test_split\', \'seed\'], varargs=None, keywords=None, defaults=[\'bost…
|
D | tensorflow.keras.datasets.reuters.pbtxt | 9 …argspec: "args=[\'path\', \'num_words\', \'skip_top\', \'maxlen\', \'test_split\', \'seed\', \'sta…
|
/external/rust/crates/futures/tests/ |
D | split.rs | 2 fn test_split() { in test_split() function
|
/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_tcl.py | 582 def test_split(self): member in TclTest
|
D | test_unicode.py | 186 def test_split(self): member in UnicodeTest 187 string_tests.CommonTest.test_split(self)
|
D | string_tests.py | 332 def test_split(self): member in CommonTest
|
/external/fonttools/Tests/misc/ |
D | loggingTools_test.py | 61 def test_split(self): member in TimerTest
|
/external/rust/crates/shlex/src/ |
D | lib.rs | 207 fn test_split() { in test_split() function
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | array_test.py | 254 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_ntpath.py | 119 def test_split(self): member in TestNtpath
|
D | test_posixpath.py | 60 def test_split(self): member in PosixPathTest
|
D | test_tcl.py | 574 def test_split(self): member in TclTest
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 674 // CHECK-LABEL: test_split 679 func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tensor<13x…
|
D | tfl-to-tosa-pipeline.mlir | 663 // CHECK-LABEL: test_split 668 func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tensor<13x…
|