HomeSort by relevance Sort by last modified time
    Searched refs:test_labels (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
debug_test.py 88 test_labels) = _train_test_split(
93 [[majority_class] for _ in range(test_labels.shape[0])])
106 test_labels) = _train_test_split(
112 [[majority_class] for _ in range(test_labels.shape[0])])
123 train_labels), (test_features, test_labels) = _train_test_split(
129 [[majority_class] for _ in range(test_labels.shape[0])])
142 test_labels) = _train_test_split(
151 [class_distribution for _ in range(test_labels.shape[0])])
165 test_labels) = _train_test_split(
174 [class_distribution for _ in range(test_labels.shape[0])]
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
mnist.py 257 TEST_LABELS = 't10k-labels-idx1-ubyte.gz'
274 local_file = base.maybe_download(TEST_LABELS, train_dir,
275 source_url + TEST_LABELS)
277 test_labels = extract_labels(f, one_hot=one_hot)
292 test = DataSet(test_images, test_labels, **options)
  /external/autotest/frontend/tko/
models.py 561 * test_labels
575 test_labels = filter_data.pop('test_label_fields', [])
576 query_set = self._join_test_label_columns(query_set, test_labels)
  /external/autotest/cli/
host_unittest.py 1350 def test_labels(self): member in class:host_mod_create_tests
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 1046 def test_labels(self): member in class:TestBabyl
1301 def test_labels(self): member in class:TestBabylMessage
    [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py 1182 def test_labels(self): member in class:TestBabyl
1438 def test_labels(self): member in class:TestBabylMessage
    [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py 1292 def test_labels(self): member in class:TestBabyl
1593 def test_labels(self): member in class:TestBabylMessage
    [all...]

Completed in 2022 milliseconds