Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for IsSame (0.33 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      func.return %3 : tensor<4x8xf32>
    }
    
    // CHECK-LABEL:   func @select(
    // CHECK-SAME:                 %[[VAL_0:.*]]: tensor<2xi1>,
    // CHECK-SAME:                 %[[VAL_1:.*]]: tensor<2xi32>,
    // CHECK-SAME:                 %[[VAL_2:.*]]: tensor<2xi32>) -> tensor<2xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// pod.spec.resourceClaims entry can be ignored in this case.
    	ResourceClaimName *string
    }
    
    // OSName is the set of OS'es that can be used in OS.
    type OSName string
    
    // These are valid values for OSName
    const (
    	Linux   OSName = "linux"
    	Windows OSName = "windows"
    )
    
    // PodOS defines the OS parameters of a pod.
    type PodOS struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                                only workload endpoints that are matched by both selectors
                                will be selected by the rule. \n For NetworkPolicy, an
                                empty NamespaceSelector implies that the Selector is limited
                                to selecting only workload endpoints in the same namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	ResourceClaimName *string `json:"resourceClaimName,omitempty" protobuf:"bytes,2,opt,name=resourceClaimName"`
    }
    
    // OSName is the set of OS'es that can be used in OS.
    type OSName string
    
    // These are valid values for OSName
    const (
    	Linux   OSName = "linux"
    	Windows OSName = "windows"
    )
    
    // PodOS defines the OS parameters of a pod.
    type PodOS struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    	allErrors := field.ErrorList{}
    	osName := core.Linux
    	if podOS != nil {
    		osName = podOS.Name
    	}
    	for i, containerStatus := range containerStatuses {
    		if containerStatus.User == nil {
    			continue
    		}
    		containerUser := containerStatus.User
    		switch osName {
    		case core.Windows:
    			if containerUser.Linux != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - Fixed a regression in the pod binding subresource to honor the `metadata.uid` precondition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  8. pkg/apis/core/v1/zz_generated.conversion.go

    	return autoConvert_url_Values_To_v1_PodLogOptions(in, out, s)
    }
    
    func autoConvert_v1_PodOS_To_core_PodOS(in *v1.PodOS, out *core.PodOS, s conversion.Scope) error {
    	out.Name = core.OSName(in.Name)
    	return nil
    }
    
    // Convert_v1_PodOS_To_core_PodOS is an autogenerated conversion function.
    func Convert_v1_PodOS_To_core_PodOS(in *v1.PodOS, out *core.PodOS, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-61718`](https://youtrack.jetbrains.com/issue/KT-61718) Forbid unsound code with self upper bounds and captured types
    - [`KT-54607`](https://youtrack.jetbrains.com/issue/KT-54607) Can't use same function if having multiple instances of same subtype in same `when`-statement
    - [`KT-27252`](https://youtrack.jetbrains.com/issue/KT-27252) Smart cast in when on a sealed class depends on the order of "is" checks
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

      - A `create` or `update` API request with duplicate items in a keyed list no longer wipes out managedFields. Examples include env var entries with the same name, or port entries with the same containerPort in a pod spec.
      - A server-side apply request that makes unrelated changes to an object which has duplicate items in a keyed list no longer fails, and leaves the existing duplicate items as-is.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top