Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for desert (0.26 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10410         ; mapped                 ; 10438         # 3.1  DESERET CAPITAL LETTER H
    10411         ; mapped                 ; 10439         # 3.1  DESERET CAPITAL LETTER PEE
    10412         ; mapped                 ; 1043A         # 3.1  DESERET CAPITAL LETTER BEE
    10413         ; mapped                 ; 1043B         # 3.1  DESERET CAPITAL LETTER TEE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    	switch tp.Kind() {
    	case reflect.Pointer:
    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path).List()...)
    	case reflect.Struct:
    		for i := 0; i < tp.NumField(); i++ {
    			field := tp.Field(i)
    			paths.Insert(collectResourcePaths(t, skipRecurseList, field.Type, path.Child(field.Name)).List()...)
    		}
    	case reflect.Map, reflect.Slice:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    b = tf.Variable(np.nan)
    try:
      tf.debugging.check_numerics(b, message='Checking b')
    except Exception as e:
      assert "Checking b : Tensor had NaN values" in e.message
    
    c = tf.Variable(np.inf)
    try:
      tf.debugging.check_numerics(c, message='Checking c')
    except Exception as e:
      assert "Checking c : Tensor had Inf values" in e.message
    ```
      }];
    
      let arguments = (ins
        TF_FloatTensor:$tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. RELEASE.md

    * <NOTES SHOULD BE GROUPED PER AREA>
    
    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    <INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
    
    # Release 2.17.0
    
    ## TensorFlow
    
    <INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
    
    ### Breaking Changes
    
    * <DOCUMENT BREAKING CHANGES HERE>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

              a reference from a Route to a Service are only applicable to BackendRefs.
    
    
              ReferenceGrant is a form of runtime verification allowing users to assert
              which cross-namespace object references are permitted. Implementations that
              support ReferenceGrant MUST NOT permit cross-namespace references which have
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"compress/gzip": {
    		{"(*Reader).Close", Method, 0},
    		{"(*Reader).Multistream", Method, 4},
    		{"(*Reader).Read", Method, 0},
    		{"(*Reader).Reset", Method, 3},
    		{"(*Writer).Close", Method, 0},
    		{"(*Writer).Flush", Method, 1},
    		{"(*Writer).Reset", Method, 2},
    		{"(*Writer).Write", Method, 0},
    		{"BestCompression", Const, 0},
    		{"BestSpeed", Const, 0},
    		{"DefaultCompression", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top