Home
last modified time | relevance | path

Searched refs:Evaluable (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Devaluable.py32 class Evaluable(object): class
D__init__.py39 from tensorflow.contrib.learn.python.learn.evaluable import Evaluable
Dlearn_runner_test.py69 class Estimator(evaluable.Evaluable, trainable.Trainable):
Dexperiment_test.py137 TestBaseEstimator, evaluable.Evaluable, trainable.Trainable):
144 _check_method_supports_args(evaluable.Evaluable.evaluate, kwargs)
Dexperiment.py236 if not isinstance(estimator, evaluable.Evaluable):
/external/tensorflow/tensorflow/contrib/learn/
DREADME.md83 * `Evaluable`, `Trainable`: Not supported, merged into `tf.estimator.Estimator`.
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py396 class BaseEstimator(sklearn.BaseEstimator, evaluable.Evaluable,