Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Polygamma (0.84 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_PolygammaOp : TF_Op<"Polygamma", [Pure, ResultsBroadcastableShape]>,
                         WithBroadcastableBinOpBuilder {
      let summary = [{
    Compute the polygamma function \\(\psi^{(n)}(x)\\).
      }];
    
      let description = [{
    The polygamma function is defined as:
    
    
    \\(\psi^{(a)}(x) = \frac{d^a}{dx^a} \psi(x)\\)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

            `tf.math.logical_and`, `tf.math.logical_not`, `tf.math.logical_or`,
            `tf.math.maximum`, `tf.math.minimum`, `tf.math.not_equal`,
            `tf.math.polygamma`, `tf.math.reciprocal`, `tf.math.rint`,
            `tf.math.rsqrt`, `tf.math.segment_max`, `tf.math.segment_mean`,
            `tf.math.segment_min`, `tf.math.segment_prod`, `tf.math.segment_sum`,
    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