Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SoftPlus (0.14 sec)

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

      let summary = "Computes softplus gradients for a softplus operation.";
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{The backpropagated gradients to the corresponding softplus operation.}]>:$gradients,
        Arg<TF_FloatTensor, [{The features passed as input to the corresponding softplus operation.}]>:$features
      );
    
      let results = (outs
    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

    *   Other:
        *   Instead of jemalloc, revert back to using system malloc since it
            simplifies build and has comparable performance.
        *   Remove integer types from `tf.nn.softplus` and `tf.nn.softsign` OpDefs.
            This is a bugfix; these ops were never meant to support integers.
        *   Allow subslicing Tensors with a single dimension.
    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