Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py128 def cross_entropy(ref, other, function
Ddistribution.py1139 def cross_entropy(self, other, name="cross_entropy"): member in Distribution
/external/pytorch/torch/csrc/api/include/torch/nn/functional/
Dloss.h944 inline Tensor cross_entropy( in cross_entropy() function
/external/pytorch/torch/nn/
Dfunctional.py3389 def cross_entropy( function