Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for getZ (0.07 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        auto l = mlir::dyn_cast<TypedValue<RankedTensorType>>(op.getX());
        auto r = mlir::dyn_cast<TypedValue<RankedTensorType>>(op.getY());
        if (!l || !r) return failure();
    
        auto element_type = getElementTypeOrSelf(l.getType());
        if (!element_type.isBF16()) return failure();
    
        auto out_type = op.getZ().getType();
    
        l = rewriter.create<ConvertOp>(op.getLoc(), l, rewriter.getF32Type());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    		} else {
    			numVolumes++
    			allErrs = append(allErrs, validateEphemeralVolumeSource(source.Ephemeral, fldPath.Child("ephemeral"))...)
    			// Check the expected name for the PVC. This gets skipped if information is missing,
    			// because that already gets flagged as a problem elsewhere. For example,
    			// ValidateObjectMeta as called by validatePodMetadataAndSpec checks that the name is set.
    			if podMeta != nil && podMeta.Name != "" && volName != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - kubecontrollersconfigurations
        verbs:
          # read its own config
          - get
          # create a default if none exists
          - create
          # update status
          - update
          # watch for changes
          - watch
    ---
    # Source: calico/templates/calico-node-rbac.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    ### Bug or Regression
    
    - Fixes a race condition in the iptables mode of kube-proxy in 1.27 and later
      that could result in some updates getting lost (e.g., when a service gets a
      new endpoint, the rules for the new endpoint might not be added until
      much later). ([#122815](https://github.com/kubernetes/kubernetes/pull/122815), [@wedaly](https://github.com/wedaly)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-66313`](https://youtrack.jetbrains.com/issue/KT-66313) K2: declaration-order-dependent false-positive "recursive problem in type checker" error on `getX` declaration with implicit return type that calls `x` declaration via intermediate declaration in `getX`'s expression body
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

      
      Fixed multiple iptables proxy regressions introduced in 1.22:
      
        - When using Services with SessionAffinity, client affinity for an
          endpoint now gets broken when that endpoint becomes non-ready
          (rather than continuing until the endpoint is fully deleted).
      
        - Traffic to a service IP now starts getting rejected (as opposed to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      //
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // The specification for the PersistentVolumeClaim. The entire content is
      // copied unchanged into the PVC that gets created from this
      // template. The same fields as in a PersistentVolumeClaim
      // are also valid here.
      optional PersistentVolumeClaimSpec spec = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    	// validation.
    	// +optional
    	metav1.ObjectMeta
    
    	// Spec for the PersistentVolumeClaim. The entire content is
    	// copied unchanged into the PVC that gets created from this
    	// template. The same fields as in a PersistentVolumeClaim
    	// are also valid here.
    	Spec PersistentVolumeClaimSpec
    }
    
    // ContainerPort represents a network port in a single container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"spec":     "The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.",
    }
    
    func (PersistentVolumeClaimTemplate) SwaggerDoc() map[string]string {
    	return map_PersistentVolumeClaimTemplate
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      //
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // The specification for the PersistentVolumeClaim. The entire content is
      // copied unchanged into the PVC that gets created from this
      // template. The same fields as in a PersistentVolumeClaim
      // are also valid here.
      optional PersistentVolumeClaimSpec spec = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top