Searched defs:sparse_softmax_cross_entropy (Results 1 – 2 of 2) sorted by relevance
380 def sparse_softmax_cross_entropy(logits, labels, weights=1.0, scope=None): function
841 def sparse_softmax_cross_entropy( function