Searched defs:problem_type (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dynamic_rnn_estimator.py | 263 problem_type, argument 355 problem_type, argument 388 problem_type, argument 556 problem_type, argument
|
D | rnn_common.py | 140 def get_eval_metric_ops(problem_type, prediction_type, sequence_length, argument 248 def multi_value_predictions(activations, target_column, problem_type, argument
|
D | model_fn.py | 252 def _export_output(problem_type, predictions): # pylint: disable=missing-docstring argument
|
D | state_saving_rnn_estimator.py | 388 problem_type, argument 544 problem_type, argument
|
D | head.py | 509 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/ |
D | saved_model_export_utils.py | 87 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/ |
D | target_column.py | 152 problem_type): argument 193 def problem_type(self): member in _TargetColumn
|