Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for combinations (0.31 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      apply in that case).
    
    
                      Practically, this means that each listener in a set MUST have a unique
                      combination of Port, Protocol, and, if supported by the protocol, Hostname.
    
    
                      Some combinations of port, protocol, and TLS settings are considered
                      Core support and MUST be supported by implementations based on their
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    (first) input to each op is the output of the preceding op. The first input and
    the output of each fused_op must be of type T.
    
    Currently supported fused_op combinations are: [X] and [X,A], where X is one of
    {"BiasAdd","FusedBatchNorm"} and A is one of {"Elu","Relu","Relu6"}.
    
    * The first input to op X is the Conv2D result, and the additional input(s) to X
    are specified by `args`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    					t.Run(podMeta.Name, func(t *testing.T) {
    						errs := ValidatePodSpec(spec, podMeta, field.NewPath("field"), PodValidationOptions{})
    						// Only one out of the four combinations fails.
    						expectError := spec == &goodClaimTemplate && podMeta == brokenPodName
    						if expectError && len(errs) == 0 {
    							t.Error("did not get the expected failure")
    						}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available.  If using name, then the named ClusterTrustBundle is allowed not to exist.  If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.",
                "type": "boolean"
              },
              "path": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "required": [
              "name"
            ],
            "type": "object"
          },
          "io.k8s.api.resource.v1alpha2.NamedResourcesAttribute": {
            "description": "NamedResourcesAttribute is a combination of an attribute name and its value.",
            "properties": {
              "bool": {
                "description": "BoolValue is a true/false value.",
                "type": "boolean"
              },
              "int": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top