Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py465 math_utils.normal_log_prob(targets, sigma, prediction))
968 log_prob = math_utils.normal_log_prob(targets, anomaly_sigma, prediction)
981 log_prob1 = math_utils.normal_log_prob(targets, sigma, prediction)
Dmath_utils.py48 def normal_log_prob(loc, scale, x): function