Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sig2 (0.2 sec)

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

        }
      }];
    }
    
    def TF_SignOp : TF_Op<"Sign", [Pure, TF_Idempotent, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Returns an element-wise indication of the sign of a number.";
    
      let description = [{
    `y = sign(x) = -1` if `x < 0`; 0 if `x == 0`; 1 if `x > 0`.
    
    For complex numbers, `y = sign(x) = x / |x|` if `x != 0`, otherwise `y = 0`.
    
    Example usage:
    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

    ## Major Features and Improvements
    
    *   `tf.lite`:
    
        *   New operations supported:
              * tf.unsortedsegmentmin op is supported.
              * tf.atan2 op is supported.
              * tf.sign op is supported.
        *   Updates to existing operations:
              * tfl.mul now supports complex32 inputs.
    
    *   `tf.experimental.StructuredTensor`
    
    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