Searched refs:Trainable (Results 1 – 7 of 7) sorted by relevance
32 class Trainable(object): class
50 from tensorflow.contrib.learn.python.learn.trainable import Trainable
69 class Estimator(evaluable.Evaluable, trainable.Trainable):
137 TestBaseEstimator, evaluable.Evaluable, trainable.Trainable):148 _check_method_supports_args(trainable.Trainable.fit, kwargs)
240 if not isinstance(estimator, trainable.Trainable):
83 * `Evaluable`, `Trainable`: Not supported, merged into `tf.estimator.Estimator`.
397 trainable.Trainable):