Home
last modified time | relevance | path

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

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