Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Universe (0.18 sec)

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

        }
      }];
    }
    
    def TF_AcoshOp : TF_Op<"Acosh", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes inverse hyperbolic cosine of x element-wise.";
    
      let description = [{
    Given an input tensor, the function computes inverse hyperbolic cosine of every element.
    Input range is `[1, inf]`. It returns `nan` if the input lies outside the range.
    
    ```python
    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

        *   Add an option `perturb_singular` to `tf.linalg.tridiagonal_solve` that
            allows solving linear systems with a numerically singular tridiagonal
            matrix, e.g. for use in inverse iteration.
        *   Added `tf.linalg.eigh_tridiagonal` that computes the eigenvalues of a
            Hermitian tridiagonal matrix.
        *   `tf.constant` now places its output on the current default device.
        *   SavedModel
    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