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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 435 expected_features = {'expn':'',
443 self.assertEqual(smtp.esmtp_features, expected_features)
444 for k in expected_features:
  /external/python/cpython2/Lib/test/
test_smtplib.py 463 expected_features = {'expn':'',
471 self.assertEqual(smtp.esmtp_features, expected_features)
472 for k in expected_features:
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
make_csv_dataset_test.py 88 for expected_features in self._next_expected_batch(
97 expected_labels = expected_features.pop(label_name)
101 for k in expected_features.keys():
103 self.assertAllEqual(expected_features[k], actual_features[k])
  /external/python/cpython3/Lib/test/
test_smtplib.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator_test.py 301 def _model_fn_ops(expected_features, expected_labels, actual_features,
305 expected_features[k], actual_features[k], name='assert_%s' % k)
306 for k in expected_features
    [all...]

Completed in 993 milliseconds