Home
last modified time | relevance | path

Searched refs:CLASSIFICATION (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmodel_fn_test.py129 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)}
Ddynamic_rnn_estimator_test.py192 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,
Ddynamic_rnn_estimator.py292 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:
Dconstants.py42 CLASSIFICATION = 1 variable in ProblemType
Drnn_common.py159 if problem_type == constants.ProblemType.CLASSIFICATION:
302 if problem_type == constants.ProblemType.CLASSIFICATION
Dstate_saving_rnn_estimator.py453 if problem_type not in (constants.ProblemType.CLASSIFICATION,
459 if (problem_type != constants.ProblemType.CLASSIFICATION and
626 elif problem_type == constants.ProblemType.CLASSIFICATION:
Dstate_saving_rnn_estimator_test.py346 problem_type=constants.ProblemType.CLASSIFICATION,
416 constants.ProblemType.CLASSIFICATION,
555 constants.ProblemType.CLASSIFICATION,
638 constants.ProblemType.CLASSIFICATION,
Dhead_test.py345 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,
Dmodel_fn.py256 if (problem_type == constants.ProblemType.CLASSIFICATION or
Dhead.py1035 problem_type=constants.ProblemType.CLASSIFICATION,
1337 problem_type=constants.ProblemType.CLASSIFICATION,
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py115 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 …]
Dsaved_model_export_utils.py153 return ((problem_type == constants.ProblemType.CLASSIFICATION or
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Destimator_utils.py55 output[key] = (constants.ProblemType.CLASSIFICATION,
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py130 CLASSIFICATION = 1 variable in ProblemType
302 problem_type=ProblemType.CLASSIFICATION)
/external/libtextclassifier/annotator/
Dmodel.fbs31 CLASSIFICATION = 2,