Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for accept4 (0.96 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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