Home
last modified time | relevance | path

Searched defs:problem_type (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator.py263 problem_type, argument
355 problem_type, argument
388 problem_type, argument
556 problem_type, argument
Drnn_common.py140 def get_eval_metric_ops(problem_type, prediction_type, sequence_length, argument
248 def multi_value_predictions(activations, target_column, problem_type, argument
Dmodel_fn.py252 def _export_output(problem_type, predictions): # pylint: disable=missing-docstring argument
Dstate_saving_rnn_estimator.py388 problem_type, argument
544 problem_type, argument
Dhead.py509 self, problem_type, logits_dimension, label_name=None, argument
2069 def _classification_output_alternatives(head_name, problem_type, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils.py87 problem_type): argument
150 def _is_classification_problem(problem_type, input_tensors, output_tensors): argument
160 def _is_regression_problem(problem_type, input_tensors, output_tensors): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py152 problem_type): argument
193 def problem_type(self): member in _TargetColumn