Home
last modified time | relevance | path

Searched defs:cross_entropy (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py132 def cross_entropy(ref, other, function
Ddistribution.py1146 def cross_entropy(self, other, name="cross_entropy"): member in Distribution