Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for for3 (0.24 sec)

  1. RELEASE.md

    * <NOTES SHOULD BE GROUPED PER AREA>
    
    * `tf.lite`
        * Added support for `stablehlo.gather`.
        * Added support for `stablehlo.add`.
        * Added support for `stablehlo.multiply`.
        * Added support for `stablehlo.maximum`.
        * Added support for `stablehlo.minimum`.
        * Added boolean parameter support for `tfl.gather_nd`.
        * C API:
            * New API functions:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    through\n   a PersistentVolumeClaim (see EphemeralVolumeSource for more\n   information on the connection between this volume type\n   and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.\n\nA pod can use both types of ephemeral volumes...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		{"kubernetes.io/will/not/work/", false, ""},
    	}
    	for k, item := range table {
    		err := validateResourceName(item.input, field.NewPath("field"))
    		if len(err) != 0 && item.success {
    			t.Errorf("expected no failure for input %q", item.input)
    		} else if len(err) == 0 && !item.success {
    			t.Errorf("expected failure for input %q", item.input)
    			for i := range err {
    				detail := err[i].Detail
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. gradle/verification-keyring.keys

    WYLo5p/S4p4oDJ4pTny4YN24aKkobRaHT5NDNhAJ+iPvFE+iCGAWgdkSyiuyzizS
    xDkAGSHVhApHgnFrFys=
    =FTiz
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    A6EA2E2BF22E0543
    uid    Tobias Warneke (for development purposes) <******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQGNBFJQhigBDADpuhND/VUQwJT0nnJxfjAIur59hyaZZ3Ph/KIgmCneyq7lzYO6
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"File", Type, 0},
    		{"FileHeader", Type, 0},
    		{"FileHeader.Filename", Field, 0},
    		{"FileHeader.Header", Field, 0},
    		{"FileHeader.Size", Field, 9},
    		{"Form", Type, 0},
    		{"Form.File", Field, 0},
    		{"Form.Value", Field, 0},
    		{"NewReader", Func, 0},
    		{"NewWriter", Func, 0},
    		{"Part", Type, 0},
    		{"Part.Header", Field, 0},
    		{"Reader", Type, 0},
    		{"Writer", Type, 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