Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 798 for planets (0.11 sec)

  1. releasenotes/notes/27115.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 24471
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 13 00:40:53 UTC 2020
    - 209 bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20/xor.go

    	runtime.GOARCH == "amd64" ||
    	runtime.GOARCH == "arm64" ||
    	runtime.GOARCH == "ppc64le" ||
    	runtime.GOARCH == "s390x"
    
    // addXor reads a little endian uint32 from src, XORs it with (a + b) and
    // places the result in little endian byte order in dst.
    func addXor(dst, src []byte, a, b uint32) {
    	_, _ = src[3], dst[3] // bounds check elimination hint
    	if unaligned {
    		// The compiler should optimize this code into
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 04 22:52:07 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  3. releasenotes/notes/32469.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 32370
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 27 21:18:10 UTC 2021
    - 225 bytes
    - Viewed (0)
  4. releasenotes/notes/21715.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 21715
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 11 16:38:26 UTC 2020
    - 240 bytes
    - Viewed (0)
  5. releasenotes/notes/51506.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 51506
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 242 bytes
    - Viewed (0)
  6. releasenotes/notes/gauge-empty-metrics.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue: [46977]
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 16:04:48 UTC 2023
    - 235 bytes
    - Viewed (0)
  7. common/scripts/kind_provisioner.sh

        return 9
      fi
      # Workaround kind issue causing taints to not be removed in 1.24
      kubectl taint nodes "${NAME}"-control-plane node-role.kubernetes.io/control-plane- 2>/dev/null || true
    
      # Determine what CNI to install
      case "${KUBERNETES_CNI:-}" in 
    
        "calico")
          echo "Installing Calico CNI"
          install_calico "" "$(dirname "$CONFIG")"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 19:12:55 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/deployment/services.go

    	c.ForEach(gvk.Service, func(r *resource.Instance) bool {
    		s := r.Message.(*core_v1.ServiceSpec)
    
    		sSelector := klabels.SelectorFromSet(s.Selector)
    		pLabels := klabels.Set(d.Template.Labels)
    		if !sSelector.Empty() && sSelector.Matches(pLabels) && r.Metadata.FullName.Namespace.String() == deploymentNS {
    			matchingSvcs = append(matchingSvcs, ServiceSpecWithName{r.Metadata.FullName.String(), s})
    		}
    
    		return true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/representative_dataset.h

    namespace stablehlo::quantization {
    
    // Translates a set of `RepresentativeDatsetConfig` to signature key ->
    // `RepresentativeDatasetFile` mapping. This is useful when using
    // `RepresentativeDatasetConfig`s at places that accept the legacy
    // `RepresentativeDatasetFile` mapping.
    // Returns a non-OK status when there is a duplicate signature key among
    // `representative_dataset_configs`.
    absl::StatusOr<absl::flat_hash_map<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 29 04:53:21 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. tensorflow/c/ops.h

    // handles may be queried or mutated with the corresponding
    // TF_ShapeInferenceContext...  functions.
    TF_CAPI_EXPORT extern TF_ShapeHandle* TF_NewShapeHandle();
    
    // Places the ith input of the given shape inference context into the given
    // shape handle, or returns a status other than TF_OK indicating why the input
    // could not be retrieved
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top