def _log_prob(self, x): return (-math.log(2.) - math_ops.log(self.scale) - math_ops.abs(x - self.loc) / self.scale)