Home
last modified time | relevance | path

Searched refs:softmax_loss_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dloss.py38 softmax_loss_function=None, argument
111 if softmax_loss_function is None:
115 crossent = softmax_loss_function(labels=targets, logits=logits_flat)
151 softmax_loss_function=None, argument
158 self.softmax_loss_function = softmax_loss_function
167 softmax_loss_function=self.softmax_loss_function,
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
Dseq2seq.py1061 softmax_loss_function=None, argument
1090 if softmax_loss_function is None:
1098 crossent = softmax_loss_function(labels=target, logits=logit)
1113 softmax_loss_function=None, argument
1143 softmax_loss_function=softmax_loss_function))
1157 softmax_loss_function=None, argument
1223 softmax_loss_function=softmax_loss_function))
1230 softmax_loss_function=softmax_loss_function))
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/kernel_tests/
Dseq2seq_test.py883 softmax_loss_function=SampledLoss)