Home
last modified time | relevance | path

Searched refs:LinearEstimator (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.-linear-estimator.pbtxt1 path: "tensorflow.estimator.LinearEstimator"
3 is_instance: "<class \'tensorflow_estimator.python.estimator.canned.linear.LinearEstimator\'>"
Dtensorflow.estimator.pbtxt104 name: "LinearEstimator"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-linear-estimator.pbtxt1 path: "tensorflow.estimator.LinearEstimator"
Dtensorflow.estimator.pbtxt104 name: "LinearEstimator"
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D__init__.py326 from tensorflow.contrib.learn.python.learn.estimators.linear import LinearEstimator
Dlinear.py875 class LinearEstimator(estimator.Estimator): class
977 super(LinearEstimator, self).__init__(
Dlinear_test.py1882 estimator=linear.LinearEstimator(feature_columns=cont_features,
1890 linear.LinearEstimator)
1908 linear_estimator = linear.LinearEstimator(feature_columns=[age, language],
1934 linear_estimator = linear.LinearEstimator(
1953 linear.LinearEstimator(
/external/tensorflow/tensorflow/contrib/learn/
DREADME.md13 `LinearRegressor`, `LinearEstimator`, `DNNLinearCombinedClassifier`,
/external/tensorflow/
DRELEASE.md67 * `tf.contrib.estimator.LinearEstimator` with `tf.estimator.LinearEstimator`
102 …* Replace all occurrences of `tf.contrib.estimator.LinearEstimator` with `tf.estimator.LinearEstim…