Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Universe (0.21 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Uint", Const, 5},
    		{"Uint16", Const, 5},
    		{"Uint32", Const, 5},
    		{"Uint64", Const, 5},
    		{"Uint8", Const, 5},
    		{"Uintptr", Const, 5},
    		{"Unalias", Func, 22},
    		{"Union", Type, 18},
    		{"Universe", Var, 5},
    		{"Unsafe", Var, 5},
    		{"UnsafePointer", Const, 5},
    		{"UntypedBool", Const, 5},
    		{"UntypedComplex", Const, 5},
    		{"UntypedFloat", Const, 5},
    		{"UntypedInt", Const, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FB00..1FB92  ; valid                  ;      ; NV8    # 13.0 BLOCK SEXTANT-1..UPPER HALF INVERSE MEDIUM SHADE AND LOWER HALF BLOCK
    1FB93         ; disallowed                             # NA   <reserved-1FB93>
    1FB94..1FBCA  ; valid                  ;      ; NV8    # 13.0 LEFT HALF INVERSE MEDIUM SHADE AND RIGHT HALF BLOCK..WHITE UP-POINTING CHEVRON
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top