Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for atomics (0.27 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "drop": {
                "description": "Removed capabilities",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  ],
                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
            },
            "required": [
              "nodeSelectorTerms"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.NodeSelectorRequirement": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                            x-kubernetes-list-type: atomic
                                        required:
                                        - key
                                        - operator
                                        type: object
                                      type: array
                                      x-kubernetes-list-type: atomic
                                    matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. RELEASE.md

            errors for fallback behaviour.
        *   Refactors `NNAPI` Delegate to support detailed reason why an operation
            is not accelerated.
        *   Converts hardswish subgraphs into atomic ops.
    *   Other
        *   Critical stability updates for TPUs, especially in cases where the XLA
            compiler produces compilation errors.
        *   TPUs can now be re-initialized multiple times, using
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"OnceFunc", Func, 21},
    		{"OnceValue", Func, 21},
    		{"OnceValues", Func, 21},
    		{"Pool", Type, 3},
    		{"Pool.New", Field, 3},
    		{"RWMutex", Type, 0},
    		{"WaitGroup", Type, 0},
    	},
    	"sync/atomic": {
    		{"(*Bool).CompareAndSwap", Method, 19},
    		{"(*Bool).Load", Method, 19},
    		{"(*Bool).Store", Method, 19},
    		{"(*Bool).Swap", Method, 19},
    		{"(*Int32).Add", Method, 19},
    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