Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for union2 (0.4 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*TypeParam).Underlying", Method, 18},
    		{"(*TypeParamList).At", Method, 18},
    		{"(*TypeParamList).Len", Method, 18},
    		{"(*Union).Len", Method, 18},
    		{"(*Union).String", Method, 18},
    		{"(*Union).Term", Method, 18},
    		{"(*Union).Underlying", Method, 18},
    		{"(*Var).Anonymous", Method, 5},
    		{"(*Var).Embedded", Method, 11},
    		{"(*Var).Exported", Method, 5},
    		{"(*Var).Id", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object",
            "x-kubernetes-unions": [
              {
                "discriminator": "type",
                "fields-to-discriminateBy": {
                  "localhostProfile": "LocalhostProfile"
                }
              }
            ]
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Merges summaries.";
    
      let description = [{
    This op creates a
    [`Summary`](https://www.tensorflow.org/code/tensorflow/core/framework/summary.proto)
    protocol buffer that contains the union of all the values in the input
    summaries.
    
    When the Op is run, it reports an `InvalidArgument` error if multiple values
    in the summaries to merge use the same tag.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    		"Subdomain",
    		"TerminationGracePeriodSeconds",
    		"Volumes",
    		"DNSConfig",
    		"Overhead",
    		"Tolerations",
    		"TopologySpreadConstraints",
    	)
    
    	expect := sets.NewString().Union(osSpecificFields).Union(osNeutralFields)
    
    	result := collectResourcePaths(t, expect, reflect.TypeOf(&core.PodSpec{}), nil)
    
    	if !expect.Equal(result) {
    		// expected fields missing from result
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.ivyservice.resolveengine.excludes.factories.Unions> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Unions.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    where the optick Nerves meet before they come into the Brain, the Fibres
    on the right side of both Nerves uniting there, and after union going
    thence into the Brain in the Nerve which is on the right side of the
    Head, and the Fibres on the left side of both Nerves uniting in the same
    place, and after union going into the Brain in the Nerve which is on the
    left side of the Head, and these two Nerves meeting in the Brain in such
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.core.v1.NodeSelector": {
            "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
            "properties": {
              "nodeSelectorTerms": {
                "description": "Required. A list of node selector terms. The terms are ORed.",
                "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. RELEASE.md

        for details of what operations are supported and what are the differences
        from NumPy.
    *   `tf.types.experimental.TensorLike` is a new `Union` type that can be used as
        type annotation for variables representing a Tensor or a value that can be
        converted to Tensor by `tf.convert_to_tensor`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top