Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Igamma (0.11 sec)

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

    Compute the upper regularized incomplete Gamma function `Q(a, x)`.
      }];
    
      let description = [{
    The upper regularized incomplete Gamma function is defined as:
    
    \\(Q(a, x) = Gamma(a, x) / Gamma(a) = 1 - P(a, x)\\)
    
    where
    
    \\(Gamma(a, x) = \int_{x}^{\infty} t^{a-1} exp(-t) dt\\)
    
    is the upper incomplete Gamma function.
    
    Note, above `P(a, x)` (`Igamma`) is the lower regularized complete
    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

            `tf.math.cos`, `tf.math.cosh`, `tf.math.digamma`, `tf.math.equal`,
            `tf.math.erfc`, `tf.math.exp`, `tf.math.expm1`, `tf.math.floor`,
            `tf.math.greater`, `tf.math.greater_equal`, `tf.math.igamma`,
            `tf.math.igammac`, `tf.math.invert_permutation`, `tf.math.less`,
            `tf.math.less_equal`, `tf.math.lgamma`, `tf.math.log`, `tf.math.log1p`,
    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