Searched refs:_log_poisson_loss (Results 1 – 1 of 1) sorted by relevance
162 def _log_poisson_loss(self, x, z, compute_full_loss=False): member in LogPoissonLossTest174 y_np = self._log_poisson_loss(x_np, z_np, compute_full_loss=False)175 y_np_stirling = self._log_poisson_loss(x_np, z_np, compute_full_loss=True)