Home
last modified time | relevance | path

Searched refs:LINEAR_REGRESSION (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py84 problem_type = constants.ProblemType.LINEAR_REGRESSION
372 "head-1": (constants.ProblemType.LINEAR_REGRESSION,
389 "head-1": (constants.ProblemType.LINEAR_REGRESSION,
409 "head-1": (constants.ProblemType.LINEAR_REGRESSION, {
422 "head-1": (constants.ProblemType.LINEAR_REGRESSION, {
429 "head-1": (constants.ProblemType.LINEAR_REGRESSION,
520 "head-1": (constants.ProblemType.LINEAR_REGRESSION, {
585 "head-1": (constants.ProblemType.LINEAR_REGRESSION, {
Dsaved_model_export_utils.py161 return (problem_type == constants.ProblemType.LINEAR_REGRESSION and
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dconstants.py43 LINEAR_REGRESSION = 2 variable in ProblemType
Dmodel_fn_test.py92 constants.ProblemType.LINEAR_REGRESSION, predictions)}
111 constants.ProblemType.LINEAR_REGRESSION,
273 constants.ProblemType.LINEAR_REGRESSION, predictions),
Ddynamic_rnn_estimator_test.py202 constants.ProblemType.LINEAR_REGRESSION,
207 (constants.ProblemType.LINEAR_REGRESSION,
546 problem_type=constants.ProblemType.LINEAR_REGRESSION,
686 problem_type=constants.ProblemType.LINEAR_REGRESSION,
Dstate_saving_rnn_estimator.py454 constants.ProblemType.LINEAR_REGRESSION):
623 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
Ddynamic_rnn_estimator.py463 constants.ProblemType.LINEAR_REGRESSION):
666 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
Drnn_common.py172 elif problem_type == constants.ProblemType.LINEAR_REGRESSION:
Dmodel_fn.py253 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
Dstate_saving_rnn_estimator_test.py498 constants.ProblemType.LINEAR_REGRESSION,
Dhead_test.py102 None: constants.ProblemType.LINEAR_REGRESSION
137 None: constants.ProblemType.LINEAR_REGRESSION
Dhead.py718 problem_type=constants.ProblemType.LINEAR_REGRESSION,
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Destimator_test.py42 None: constants.ProblemType.LINEAR_REGRESSION
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py131 LINEAR_REGRESSION = 2 variable in ProblemType
272 problem_type=ProblemType.LINEAR_REGRESSION)