Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/keras/datasets/
Dboston_housing.py28 def load_data(path='boston_housing.npz', test_split=0.2, seed=113): argument
41 assert 0 <= test_split < 1
58 x_train = np.array(x[:int(len(x) * (1 - test_split))])
59 y_train = np.array(y[:int(len(x) * (1 - test_split))])
60 x_test = np.array(x[int(len(x) * (1 - test_split)):])
61 y_test = np.array(y[int(len(x) * (1 - test_split)):])
Dreuters.py36 test_split=0.2, argument
111 idx = int(len(xs) * (1 - test_split))
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.datasets.boston_housing.pbtxt5 …argspec: "args=[\'path\', \'test_split\', \'seed\'], varargs=None, keywords=None, defaults=[\'bost…
Dtensorflow.keras.datasets.reuters.pbtxt9 …argspec: "args=[\'path\', \'num_words\', \'skip_top\', \'maxlen\', \'test_split\', \'seed\', \'sta…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.datasets.boston_housing.pbtxt5 …argspec: "args=[\'path\', \'test_split\', \'seed\'], varargs=None, keywords=None, defaults=[\'bost…
Dtensorflow.keras.datasets.reuters.pbtxt9 …argspec: "args=[\'path\', \'num_words\', \'skip_top\', \'maxlen\', \'test_split\', \'seed\', \'sta…
/external/v8/tools/sanitizers/
Dsancov_formatter_test.py203 def test_split(self): member in FormatterTests
/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/misc/
DloggingTools_test.py66 def test_split(self): member in TimerTest
/external/python/cpython3/Lib/test/
Dtest_macpath.py35 def test_split(self): member in MacPathTestCase
Dtest_ntpath.py81 def test_split(self): member in TestNtpath
Dtest_textwrap.py414 def test_split(self): member in WrapTestCase
Dtest_tcl.py568 def test_split(self): member in TclTest
Dtest_posixpath.py60 def test_split(self): member in PosixPathTest
Dstring_tests.py359 def test_split(self): member in BaseTest
Dtest_unicode.py380 def test_split(self): member in UnicodeTest
381 string_tests.CommonTest.test_split(self)
/external/tensorflow/tensorflow/python/ops/parallel_for/
Darray_test.py174 def test_split(self): member in ArrayTest

12