Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for 1011 (0.04 sec)

  1. pkg/kubelet/nodestatus/setters_test.go

    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    			existingAnnotations: map[string]string{
    				"alpha.kubernetes.io/provided-node-ip": "10.1.1.1,2600:1f14:1d4:d101::ba3d",
    			},
    			expectedAnnotations: map[string]string{
    				"alpha.kubernetes.io/provided-node-ip": "10.1.1.1",
    			},
    			shouldError: false,
    		},
    	}
    	for _, testCase := range cases {
    		t.Run(testCase.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    // %9 = stablehlo.broadcast_in_dim %8
    // %10 = stablehlo.convert %9  // i8 -> f32 cast trick for z1.
    // %11 = stablehlo.convert %5  // i8 -> f32 cast trick for filter.
    // %12 = stablehlo.convolution(%10, %11)  // q2 * z1
    // %13 = stablehlo.subtract %7, %12  // q1 * q2 - q2 * z1
    // %14 = stablehlo.constant  // Merged scale s1 * s2, precalculated.
    // %15 = stablehlo.broadcast_in_dim %14
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_server_test.go

    	}
    
    	clientConfig.MinVersion = 0
    	serverConfig.MaxVersion = VersionTLS11
    	_, _, err = testHandshake(t, clientConfig, serverConfig)
    	if err == nil {
    		t.Fatalf("expected failure to connect with TLS 1.0/1.1")
    	}
    }
    
    func TestCipherSuitePreference(t *testing.T) {
    	serverConfig := &Config{
    		CipherSuites: []uint16{TLS_RSA_WITH_RC4_128_SHA, TLS_AES_128_GCM_SHA256,
    			TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. src/net/http/fs_test.go

    	{r: "bytes=0-9", code: StatusPartialContent, ranges: []wantRange{{0, testFileLen - 1}}},
    	{r: "bytes=0-10", code: StatusPartialContent, ranges: []wantRange{{0, testFileLen}}},
    	{r: "bytes=0-11", code: StatusPartialContent, ranges: []wantRange{{0, testFileLen}}},
    	{r: "bytes=10-11", code: StatusPartialContent, ranges: []wantRange{{testFileLen - 1, testFileLen}}},
    	{r: "bytes=10-", code: StatusPartialContent, ranges: []wantRange{{testFileLen - 1, testFileLen}}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/experimental/tac/tests/raise-target-subgraphs.mlir

    // CHECK:     return %1#0, %1#1 : tensor<?x?x!tf_type.string>, tensor<?x?x!tf_type.string>
    // CHECK:   }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  6. cmd/object-api-listobjects_test.go

    		{"test-bucket-list-object", "Asia", "europe-object", "", 0, ListObjectsInfo{}, nil, true},
    		// Setting a non-existing directory to be prefix (10-11).
    		{"empty-bucket", "europe/france/", "", "", 1, ListObjectsInfo{}, nil, true},
    		{"empty-bucket", "africa/tunisia/", "", "", 1, ListObjectsInfo{}, nil, true},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  7. src/html/template/exec_test.go

    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    	{"array[1:]", "{{slice .AI 1}}", "[4 5]", tVal, true},
    	{"array[1:2]", "{{slice .AI 1 2}}", "[4]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    	{"array[1:]", "{{slice .AI 1}}", "[4 5]", tVal, true},
    	{"array[1:2]", "{{slice .AI 1 2}}", "[4]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. cmd/object-api-multipart_test.go

    		// Asserting for Invalid UploadID (Test number 9).
    		{bucketNames[0], objectNames[0], "abc", []CompletePart{}, "", InvalidUploadID{UploadID: "abc"}, false},
    		// Test case with invalid Part Etag (Test number 10-11).
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abc"}}, "", InvalidPart{}, false},
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abcz"}}, "", InvalidPart{}, false},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/obj.go

    	// Privileged ISA
    
    	// 3.2.1: Environment Call and Breakpoint
    	AECALL & obj.AMask:  iIEncoding,
    	AEBREAK & obj.AMask: iIEncoding,
    
    	//
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	//
    
    	// 1.1: Address Generation Instructions (Zba)
    	AADDUW & obj.AMask:    rIIIEncoding,
    	ASH1ADD & obj.AMask:   rIIIEncoding,
    	ASH1ADDUW & obj.AMask: rIIIEncoding,
    	ASH2ADD & obj.AMask:   rIIIEncoding,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top