Home
last modified time | relevance | path

Searched defs:label_smoothing (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dlosses.py578 label_smoothing=0, argument
659 label_smoothing=0, argument
1596 label_smoothing=0): argument
1639 label_smoothing=0): argument
1694 def binary_crossentropy(y_true, y_pred, from_logits=False, label_smoothing=0): argument
1736 label_smoothing=0): argument
Dmetrics.py3082 label_smoothing=0): argument
3146 label_smoothing=0): argument
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py659 multi_class_labels, logits, weights=1.0, label_smoothing=0, scope=None, argument
725 onehot_labels, logits, weights=1.0, label_smoothing=0, scope=None, argument