Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py946 def _create_anomaly_ops(self, times, values, prediction_ops_dict): argument
954 prediction_ops_dict["anomaly_params"] = gen_math_ops.exp(anomaly_log_param)
957 prediction_ops_dict = super(AnomalyMixtureARModel, self).prediction_ops(
959 self._create_anomaly_ops(times, values, prediction_ops_dict)
960 return prediction_ops_dict