Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for involve (0.22 sec)

  1. ChangeLog.md

    - [`KT-37592`](https://youtrack.jetbrains.com/issue/KT-37592) Property invoke of a functional type with receiver is preferred over extension function invoke
    - [`KT-51194`](https://youtrack.jetbrains.com/issue/KT-51194) False negative CONFLICTING_INHERITED_MEMBERS when dependency class contained in two different versions of the same dependency
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      // - out_lhs: [broadcast(LHSBATCHDIMS, RHSBATCHDIMS)..., LHSROWS, LHSCOLS]
      // - out_rhs: [broadcast(LHSBATCHDIMS, RHSBATCHDIMS)..., RHSROWS, RHSCOLS]
      // To do this, we need to calculate those output shapes, which involves
      // slicing off the leading batch dims of each operand, broadcasting them,
      // then concatenating the broadcasted leading dims back to the row/col dims.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// ServiceTypeExternalName means a service consists of only a reference to
    	// an external name that kubedns or equivalent will return as a CNAME
    	// record, with no exposing or proxying of any pods involved.
    	ServiceTypeExternalName ServiceType = "ExternalName"
    )
    
    // ServiceInternalTrafficPolicy describes the endpoint-selection policy for
    // traffic sent to the ClusterIP.
    type ServiceInternalTrafficPolicy string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. doc/go_spec.html

    are spelled out in detail in the <a href="#Appendix">Appendix</a>.
    </p>
    
    <p>
    For an equation of the form <code>X ≡<sub>A</sub> Y</code>,
    where <code>X</code> and <code>Y</code> are types involved
    in an assignment (including parameter passing and return statements),
    the top-level type structures may unify loosely but element types
    must unify exactly, matching the rules for assignments.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.28.md

    - Faster scheduling when `ResourceClaims` are involved. ([#119078](https://github.com/kubernetes/kubernetes/pull/119078), [@pohly](https://github.com/pohly))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// ServiceTypeExternalName means a service consists of only a reference to
    	// an external name that kubedns or equivalent will return as a CNAME
    	// record, with no exposing or proxying of any pods involved.
    	ServiceTypeExternalName ServiceType = "ExternalName"
    )
    
    // ServiceInternalTrafficPolicy describes how nodes distribute service traffic they
    // receive on the ClusterIP.
    // +enum
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      repeated string loadBalancerSourceRanges = 9;
    
      // externalName is the external reference that discovery mechanisms will
      // return as an alias for this service (e.g. a DNS CNAME record). No
      // proxying will be involved.  Must be a lowercase RFC-1123 hostname
      // (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName".
      // +optional
      optional string externalName = 10;
    
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"externalName":                  "externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved.  Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires `type` to be \"ExternalName\".",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.12.md

    ## Major Themes
    
    ### SIG API Machinery
    
    SIG API work this cycle involved development of the "dry run" functionality, which enables users to see the results of a particular command without persisting those changes.
    
    ### SIG-autoscaling
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      repeated string loadBalancerSourceRanges = 9;
    
      // externalName is the external reference that discovery mechanisms will
      // return as an alias for this service (e.g. a DNS CNAME record). No
      // proxying will be involved.  Must be a lowercase RFC-1123 hostname
      // (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName".
      // +optional
      optional string externalName = 10;
    
    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