Searched refs:softmax_loss_function (Results 1 – 3 of 3) sorted by relevance
38 softmax_loss_function=None, argument111 if softmax_loss_function is None:115 crossent = softmax_loss_function(labels=targets, logits=logits_flat)151 softmax_loss_function=None, argument158 self.softmax_loss_function = softmax_loss_function167 softmax_loss_function=self.softmax_loss_function,
1061 softmax_loss_function=None, argument1090 if softmax_loss_function is None:1098 crossent = softmax_loss_function(labels=target, logits=logit)1113 softmax_loss_function=None, argument1143 softmax_loss_function=softmax_loss_function))1157 softmax_loss_function=None, argument1223 softmax_loss_function=softmax_loss_function))1230 softmax_loss_function=softmax_loss_function))
883 softmax_loss_function=SampledLoss)