Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fracu (0.05 sec)

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

      let summary = [{
    Compute the regularized incomplete beta integral \\(I_x(a, b)\\).
      }];
    
      let description = [{
    The regularized incomplete beta integral is defined as:
    
    
    \\(I_x(a, b) = \frac{B(x; a, b)}{B(a, b)}\\)
    
    where
    
    
    \\(B(x; a, b) = \int_0^x t^{a-1} (1 - t)^{b-1} dt\\)
    
    
    is the incomplete beta function and \\(B(a, b)\\) is the *complete*
    beta function.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top