Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Equate (0.13 sec)

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

      }];
    }
    
    def TF_CholeskyOp : TF_Op<"Cholesky", [Pure]> {
      let summary = [{
    Computes the Cholesky decomposition of one or more square matrices.
      }];
    
      let description = [{
    The input is a tensor of shape `[..., M, M]` whose inner-most 2 dimensions
    form square matrices.
    
    The input has to be symmetric and positive definite. Only the lower-triangular
    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