Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc59 auto logits_max = in Compile() local
63 auto shifted_logits = xla::Sub(logits, logits_max, batch_dims); in Compile()
101 auto logits_max = in CrossEntropyWithLogits() local
106 auto shifted_logits = xla::Sub(logits, logits_max, {kBatchDim}); in CrossEntropyWithLogits()