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

  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
dnn_tree_combined_estimator_test.py 26 from tensorflow.contrib.learn.python.learn.estimators import estimator_test_utils
53 estimator_test_utils.assert_estimator_contract(
57 estimator_test_utils.assert_estimator_contract(
61 estimator_test_utils.assert_estimator_contract(
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
debug_test.py 34 from tensorflow.contrib.learn.python.learn.estimators import estimator_test_utils
218 estimator_test_utils.assert_estimator_contract(self, debug.DebugClassifier)
624 estimator_test_utils.assert_estimator_contract(self, debug.DebugRegressor)
dnn_linear_combined_test.py 32 from tensorflow.contrib.learn.python.learn.estimators import estimator_test_utils
63 estimator_test_utils.assert_in_range(0.0 - epsilon, 1.0 + epsilon, key,
193 estimator_test_utils.assert_estimator_contract(
234 estimator_test_utils.assert_estimator_contract(
    [all...]
dnn_test.py 34 from tensorflow.contrib.learn.python.learn.estimators import estimator_test_utils
181 estimator_test_utils.assert_estimator_contract(self, dnn.DNNEstimator)
237 estimator_test_utils.assert_estimator_contract(self, dnn.DNNClassifier)
    [all...]
linear_test.py 32 from tensorflow.contrib.learn.python.learn.estimators import estimator_test_utils
76 estimator_test_utils.assert_estimator_contract(self,
    [all...]

Completed in 274 milliseconds