OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinearEstimator
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
linear.py
25
class
LinearEstimator
(estimator.Estimator):
37
estimator =
LinearEstimator
(
43
estimator =
LinearEstimator
(
91
"""Initializes a `
LinearEstimator
` instance.
117
super(
LinearEstimator
, self).__init__(
linear_test.py
42
"""Returns a
LinearEstimator
that uses regression_head."""
43
return linear.
LinearEstimator
(
91
est = linear.
LinearEstimator
(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
__init__.py
321
from tensorflow.contrib.learn.python.learn.estimators.linear import
LinearEstimator
linear.py
[
all
...]
linear_test.py
[
all
...]
Completed in 781 milliseconds