Searched defs:shifted_logits (Results 1 – 5 of 5) sorted by relevance
103 mlir::Value& shifted_logits, in ComputeExpAndSum()154 const mlir::Value& shifted_logits, in ComputeLogSoftmax()170 mlir::Value shifted_logits; in ComputeShardedSoftmax() local568 mlir::Value shifted_logits; in ExpandOp() local
61 auto shifted_logits = (logits - logits.maximum(along_class) in Compute() local
62 auto shifted_logits = (logits - logits.maximum(along_class) in ComputeSoftmax() local
60 auto shifted_logits = xla::Sub(logits, logits_max, {kBatchDim}); in CrossEntropyWithLogits() local
1670 auto shifted_logits = rewriter.create<TF::SubOp>(loc, logits, max_logits); in matchAndRewrite() local