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