Home
last modified time | relevance | path

Searched refs:expected_features (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmake_csv_dataset_test.py88 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/cpython2/Lib/test/
Dtest_smtplib.py463 expected_features = {'expn':'',
471 self.assertEqual(smtp.esmtp_features, expected_features)
472 for k in expected_features:
/external/python/cpython3/Lib/test/
Dtest_smtplib.py916 expected_features = {'expn':'',
924 self.assertEqual(smtp.esmtp_features, expected_features)
925 for k in expected_features:
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py301 def _model_fn_ops(expected_features, expected_labels, actual_features, argument
305 expected_features[k], actual_features[k], name='assert_%s' % k)
306 for k in expected_features