Home
last modified time | relevance | path

Searched refs:MULTIPLE_VALUE (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator.py47 MULTIPLE_VALUE = 2 variable in PredictionType
372 if prediction_type == rnn_common.PredictionType.MULTIPLE_VALUE:
469 rnn_common.PredictionType.MULTIPLE_VALUE):
502 if prediction_type == rnn_common.PredictionType.MULTIPLE_VALUE:
657 if prediction_type == rnn_common.PredictionType.MULTIPLE_VALUE:
Drnn_common.py53 MULTIPLE_VALUE = 2 variable in PredictionType
161 if prediction_type == PredictionType.MULTIPLE_VALUE:
174 if prediction_type == PredictionType.MULTIPLE_VALUE:
Ddynamic_rnn_estimator_test.py210 (rnn_common.PredictionType.MULTIPLE_VALUE,
256 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
287 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
394 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
450 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
547 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
608 prediction_type=rnn_common.PredictionType.MULTIPLE_VALUE,
Dstate_saving_rnn_estimator.py511 problem_type, rnn_common.PredictionType.MULTIPLE_VALUE,