Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for accept4 (0.45 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.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: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. 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)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0591..05A1    ; valid                                  # 2.0  HEBREW ACCENT ETNAHTA..HEBREW ACCENT PAZER
    05A2          ; valid                                  # 4.1  HEBREW ACCENT ATNAH HAFUKH
    05A3..05AF    ; valid                                  # 2.0  HEBREW ACCENT MUNAH..HEBREW MARK MASORA CIRCLE
    05B0..05B9    ; valid                                  # 1.1  HEBREW POINT SHEVA..HEBREW POINT HOLAM
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. 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