Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LogSoftmax (0.44 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_LogSoftmaxOp : TF_Op<"LogSoftmax", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes log softmax activations.";
    
      let description = [{
    For each batch `i` and class `j` we have
    
        logsoftmax[i, j] = logits[i, j] - log(sum(exp(logits[i])))
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        stateless and do not touch any resources.
    *   Refactors code in Quant8 LSTM support to reduce TFLite binary size.
    *   Add support of local soft device placement for eager op.
    *   Add HW acceleration support for `LogSoftMax`.
    *   Added a function `nested_value_rowids` for ragged tensors.
    *   Add guard to avoid acceleration of L2 Normalization with input rank != 4
    *   Add `tf.math.cumulative_logsumexp operation`.
    *   Add `tf.ragged.stack`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top