Ejemplo n.º 1
0
 def _cross_entropy(self, other):
     return kullback_leibler.cross_entropy(
         self, other, allow_nan_stats=self.allow_nan_stats)
Ejemplo n.º 2
0
 def _cross_entropy(self, other):
   return kullback_leibler.cross_entropy(
       self, other, allow_nan_stats=self.allow_nan_stats)