Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for desert (0.2 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top