Searched refs:LINEAR_REGRESSION (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 84 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, {
|
D | saved_model_export_utils.py | 161 return (problem_type == constants.ProblemType.LINEAR_REGRESSION and
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | constants.py | 43 LINEAR_REGRESSION = 2 variable in ProblemType
|
D | model_fn_test.py | 92 constants.ProblemType.LINEAR_REGRESSION, predictions)} 111 constants.ProblemType.LINEAR_REGRESSION, 273 constants.ProblemType.LINEAR_REGRESSION, predictions),
|
D | dynamic_rnn_estimator_test.py | 202 constants.ProblemType.LINEAR_REGRESSION, 207 (constants.ProblemType.LINEAR_REGRESSION, 546 problem_type=constants.ProblemType.LINEAR_REGRESSION, 686 problem_type=constants.ProblemType.LINEAR_REGRESSION,
|
D | state_saving_rnn_estimator.py | 454 constants.ProblemType.LINEAR_REGRESSION): 623 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
|
D | dynamic_rnn_estimator.py | 463 constants.ProblemType.LINEAR_REGRESSION): 666 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
|
D | rnn_common.py | 172 elif problem_type == constants.ProblemType.LINEAR_REGRESSION:
|
D | model_fn.py | 253 if problem_type == constants.ProblemType.LINEAR_REGRESSION:
|
D | state_saving_rnn_estimator_test.py | 498 constants.ProblemType.LINEAR_REGRESSION,
|
D | head_test.py | 102 None: constants.ProblemType.LINEAR_REGRESSION 137 None: constants.ProblemType.LINEAR_REGRESSION
|
D | head.py | 718 problem_type=constants.ProblemType.LINEAR_REGRESSION,
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | estimator_test.py | 42 None: constants.ProblemType.LINEAR_REGRESSION
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 131 LINEAR_REGRESSION = 2 variable in ProblemType 272 problem_type=ProblemType.LINEAR_REGRESSION)
|