Home
last modified time | relevance | path

Searched defs:log_softmax (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dsoftmax_spmd_expander.cc159 auto log_softmax = builder.create<mlir::TF::SubOp>( in ComputeLogSoftmax() local
169 bool log_softmax) { in ComputeShardedSoftmax()
579 const mlir::Value log_softmax = in ExpandOp() local
/external/tensorflow/tensorflow/python/keras/
Dactivations.py515 log_softmax = nn.log_softmax variable
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py3918 def log_softmax(logits, axis=None, name=None, dim=None): function