Searched refs:logsoftmax (Results 1 – 9 of 9) sorted by relevance
10 name: "logsoftmax"19 logsoftmax[i, j] = logits[i, j] - log(sum(exp(logits[i])))
8 name: "logsoftmax"30 name: "logsoftmax"
2650 Output logsoftmax = ops::Log(s.WithOpName("output"), softmax); in TEST_F() local
15609 name: "logsoftmax"15630 name: "logsoftmax"
32793 name: "logsoftmax"32815 name: "logsoftmax"
6840 logsoftmax[i, j] = logits[i, j] - log(sum(exp(logits[i])))6848 Res<TF_FloatTensor, [{Same shape as `logits`.}]>:$logsoftmax
24709 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) {
22486 name: "logsoftmax"