Home | History | Annotate | Download | only in ops

Lines Matching refs:softmax_loss_function

1055                              softmax_loss_function=None,
1065 softmax_loss_function: Function (labels, logits) -> loss-batch
1084 if softmax_loss_function is None:
1092 crossent = softmax_loss_function(labels=target, logits=logit)
1107 softmax_loss_function=None,
1118 softmax_loss_function: Function (labels, logits) -> loss-batch
1137 softmax_loss_function=softmax_loss_function))
1151 softmax_loss_function=None,
1169 softmax_loss_function: Function (labels, logits) -> loss-batch
1217 softmax_loss_function=softmax_loss_function))
1224 softmax_loss_function=softmax_loss_function))