Searched refs:CLASSIFICATION (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | model_fn_test.py | 129 constants.ProblemType.CLASSIFICATION, predictions)} 151 constants.ProblemType.CLASSIFICATION, output_alternatives_predictions)} 174 constants.ProblemType.CLASSIFICATION, output_alternatives_predictions)} 195 constants.ProblemType.CLASSIFICATION, output_alternatives_predictions)} 217 constants.ProblemType.CLASSIFICATION, output_alternatives_predictions)} 275 constants.ProblemType.CLASSIFICATION, predictions)}
|
D | dynamic_rnn_estimator_test.py | 192 constants.ProblemType.CLASSIFICATION, 197 (constants.ProblemType.CLASSIFICATION, 211 constants.ProblemType.CLASSIFICATION, 255 problem_type=constants.ProblemType.CLASSIFICATION, 286 problem_type=constants.ProblemType.CLASSIFICATION, 393 problem_type=constants.ProblemType.CLASSIFICATION, 449 problem_type=constants.ProblemType.CLASSIFICATION, 607 problem_type=constants.ProblemType.CLASSIFICATION, 743 problem_type=constants.ProblemType.CLASSIFICATION,
|
D | dynamic_rnn_estimator.py | 292 if problem_type == constants.ProblemType.CLASSIFICATION 462 if problem_type not in (constants.ProblemType.CLASSIFICATION, 474 if (problem_type != constants.ProblemType.CLASSIFICATION 669 elif problem_type == constants.ProblemType.CLASSIFICATION:
|
D | constants.py | 42 CLASSIFICATION = 1 variable in ProblemType
|
D | rnn_common.py | 159 if problem_type == constants.ProblemType.CLASSIFICATION: 302 if problem_type == constants.ProblemType.CLASSIFICATION
|
D | state_saving_rnn_estimator.py | 453 if problem_type not in (constants.ProblemType.CLASSIFICATION, 459 if (problem_type != constants.ProblemType.CLASSIFICATION and 626 elif problem_type == constants.ProblemType.CLASSIFICATION:
|
D | state_saving_rnn_estimator_test.py | 346 problem_type=constants.ProblemType.CLASSIFICATION, 416 constants.ProblemType.CLASSIFICATION, 555 constants.ProblemType.CLASSIFICATION, 638 constants.ProblemType.CLASSIFICATION,
|
D | head_test.py | 345 None: constants.ProblemType.CLASSIFICATION 551 constants.ProblemType.CLASSIFICATION, 1054 None: constants.ProblemType.CLASSIFICATION 1355 constants.ProblemType.CLASSIFICATION, 1407 constants.ProblemType.CLASSIFICATION, 1818 "head1": constants.ProblemType.CLASSIFICATION, 1819 "head2": constants.ProblemType.CLASSIFICATION,
|
D | model_fn.py | 256 if (problem_type == constants.ProblemType.CLASSIFICATION or
|
D | head.py | 1035 problem_type=constants.ProblemType.CLASSIFICATION, 1337 problem_type=constants.ProblemType.CLASSIFICATION,
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 115 problem_type = constants.ProblemType.CLASSIFICATION 155 problem_type = constants.ProblemType.CLASSIFICATION 201 problem_type = constants.ProblemType.CLASSIFICATION 244 problem_type = constants.ProblemType.CLASSIFICATION 288 problem_type = constants.ProblemType.CLASSIFICATION 329 problem_type = constants.ProblemType.CLASSIFICATION 374 "head-2": (constants.ProblemType.CLASSIFICATION, "bogus output dict 2"), 391 "head-2": (constants.ProblemType.CLASSIFICATION, "bogus output dict 2"), 431 "head-2": (constants.ProblemType.CLASSIFICATION, "bogus output dict 2"), 523 "head-2": (constants.ProblemType.CLASSIFICATION, { [all …]
|
D | saved_model_export_utils.py | 153 return ((problem_type == constants.ProblemType.CLASSIFICATION or
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | estimator_utils.py | 55 output[key] = (constants.ProblemType.CLASSIFICATION,
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 130 CLASSIFICATION = 1 variable in ProblemType 302 problem_type=ProblemType.CLASSIFICATION)
|
/external/libtextclassifier/annotator/ |
D | model.fbs | 31 CLASSIFICATION = 2,
|