Home
last modified time | relevance | path

Searched refs:STATE_TUPLE (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dhead.py124 metrics[feature_keys.FilteringResults.STATE_TUPLE] = (
125 _identity_metric_nested(feature_keys.FilteringResults.STATE_TUPLE,
185 if name == feature_keys.PredictionFeatures.STATE_TUPLE:
204 features[feature_keys.State.STATE_TUPLE] = nest.pack_sequence_as(
214 if feature_keys.PredictionFeatures.STATE_TUPLE not in features:
216 feature_keys.PredictionFeatures.STATE_TUPLE))
229 feature_keys.PredictionFeatures.STATE_TUPLE
305 if feature_keys.PredictionFeatures.STATE_TUPLE not in features:
307 feature_keys.PredictionFeatures.STATE_TUPLE))
320 feature_keys.PredictionFeatures.STATE_TUPLE,
[all …]
Dstate_management.py64 if feature_keys.State.STATE_TUPLE in features:
79 if feature_keys.FilteringFeatures.STATE_TUPLE in features:
85 feature_keys.FilteringFeatures.STATE_TUPLE))
86 start_state = features[feature_keys.FilteringFeatures.STATE_TUPLE]
87 del features[feature_keys.FilteringFeatures.STATE_TUPLE]
Dhead_test.py132 outputs.eval_metric_ops[feature_keys.FilteringResults.STATE_TUPLE][
285 feature_keys.PredictionFeatures.STATE_TUPLE: ([[[1.]]], 1.)
293 feature_keys.PredictionFeatures.STATE_TUPLE)):
307 feature_keys.PredictionFeatures.STATE_TUPLE: (1, (2, 3.))
320 feature_keys.PredictionFeatures.STATE_TUPLE: (1, (2, 3.)),
403 self.assertNotIn(feature_keys.State.STATE_TUPLE, result)
Dsaved_model_utils.py39 elif _feature_keys.FilteringResults.STATE_TUPLE in continue_from:
42 continue_from[_feature_keys.FilteringResults.STATE_TUPLE])
Dfeature_keys.py27 STATE_TUPLE = "start_tuple" variable in State
Dar_model_test.py165 PredictionFeatures.STATE_TUPLE: (state_times,
255 PredictionFeatures.STATE_TUPLE: (
276 PredictionFeatures.STATE_TUPLE: (
Dmodel.py566 if key not in [PredictionFeatures.STATE_TUPLE,
653 start_state = features[PredictionFeatures.STATE_TUPLE]
660 [PredictionFeatures.TIMES, PredictionFeatures.STATE_TUPLE]
Dinput_pipeline.py135 feature_keys.PredictionFeatures.STATE_TUPLE:
136 evaluation[feature_keys.FilteringResults.STATE_TUPLE],
Dar_model.py517 PredictionFeatures.STATE_TUPLE]})
534 state = features[PredictionFeatures.STATE_TUPLE]
762 PredictionFeatures.STATE_TUPLE]})
Dstate_management_test.py297 features[feature_keys.FilteringFeatures.STATE_TUPLE] = test_start_state
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dstate_space_model_test.py203 feature_keys.FilteringResults.STATE_TUPLE: evaled_start_state},
221 feature_keys.FilteringResults.STATE_TUPLE: evaled_start_state},
372 feature_keys.PredictionFeatures.STATE_TUPLE:
404 feature_keys.PredictionFeatures.STATE_TUPLE: model_outputs.end_state