Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for accept4 (0.42 sec)

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

    
                      Implementations MAY choose to accept a Gateway with some Conflicted
                      Listeners only if they only accept the partial Listener set that contains
                      no Conflicted Listeners. To put this another way, implementations may
                      accept a partial Listener set only if they throw out *all* the conflicting
    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. RELEASE.md

    *   `Optimizer.__init__` now accepts a `gradient_aggregator` to allow for
        customization of how gradients are aggregated across devices, as well as
        `gradients_transformers` to allow for custom gradient transformations (such
        as gradient clipping).
    *   Improvements to Keras preprocessing layers:
        *   TextVectorization can now accept a vocabulary list or file as an init
            arg.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
                    }
                  }
                },
                "description": "Accepted"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "resource_v1alpha2"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      type: object
                    type: array
                  inboundConnectionPool:
                    description: Settings controlling the volume of connections Envoy
                      will accept from the network.
                    properties:
                      http:
                        description: HTTP connection pool settings.
                        properties:
                          h2UpgradePolicy:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                      type: object
                    type: array
                  inboundConnectionPool:
                    description: Settings controlling the volume of connections Envoy
                      will accept from the network.
                    properties:
                      http:
                        description: HTTP connection pool settings.
                        properties:
                          h2UpgradePolicy:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Computes softmax cross entropy cost and gradients to backpropagate.
      }];
    
      let description = [{
    Unlike `SoftmaxCrossEntropyWithLogits`, this operation does not accept
    a matrix of label probabilities, but rather a single label per row
    of features.  This label is considered to have probability 1.0 for the
    given row.
    
    Inputs are the logits, not probabilities.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    }
    
    func TestEndpointAddressNodeNameCanBeAnIPAddress(t *testing.T) {
    	endpoint := newNodeNameEndpoint("10.10.1.1")
    	errList := ValidateEndpoints(endpoint)
    	if len(errList) != 0 {
    		t.Error("Endpoint should accept a NodeName that is an IP address")
    	}
    }
    
    func TestValidateFlexVolumeSource(t *testing.T) {
    	testcases := map[string]struct {
    		source       *core.FlexVolumeSource
    		expectedErrs map[string]string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top