Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Single (0.29 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            },
            "type": "object"
          },
          "io.k8s.api.apps.v1.StatefulSet": {
            "description": "StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n  - Network: A single stable DNS and hostname.\n  - Storage: As many VolumeClaims as requested.\n\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.",
            "properties": {
              "apiVersion": {
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      MUST be _distinct_, in that a traffic flow MUST be able to be assigned to
                      exactly one listener. (This section uses "set of Listeners" rather than
                      "Listeners in a single Gateway" because implementations MAY merge configuration
                      from multiple Gateways onto a single data plane, and these rules _also_
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    bucketized values for a single feature.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Float32Tensor>, [{float; List of Rank 1 Tensor each containing float values for a single feature.}]>:$float_values,
        Arg<Variadic<TF_Float32Tensor>, [{float; List of Rank 1 Tensors each containing the bucket boundaries for a single
    feature.}]>:$bucket_boundaries
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    			numErrs: 0,
    		}, {
    			name: "valid, single ip + single family",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilyPolicy = &singleStack
    				s.Spec.ClusterIP = "2001::1"
    				s.Spec.ClusterIPs = []string{"2001::1"}
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv6Protocol}
    
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, single ip + single family (dual stack requested)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. RELEASE.md

        *   DType is no longer convertible to an int. Use `dtype.as_datatype_enum`
            instead of `int(dtype)` to get the same result.
        *   Support both binary and -1/1 label input in v2 hinge and squared hinge
            losses.
        *   Added `LinearOperator.adjoint` and `LinearOperator.H` (alias).
        *   Expose CriticalSection in core as `tf.CriticalSection`.
        *   Enhanced graphviz output.
    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