Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 130 for 3$ (0.04 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	/* bits 0 to 3 in 'dq' need to be zero, otherwise this will generate an illegal instruction. */
    	/* If in doubt how this instruction form is encoded, refer to ISA 3.0b, pages 492 and 507. */
    	dq := b >> 4
    	return op | (xt&31)<<21 | (a&31)<<16 | (dq&4095)<<4 | (xt&32)>>2
    }
    
    /* Z23-form, 3-register operands + CY field */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier_test.go

    	// check ipvs service and destinations
    	services, err := ipvs.GetVirtualServers()
    	if err != nil {
    		t.Errorf("Failed to get ipvs services, err: %v", err)
    	}
    	if len(services) != 3 { // ipvs filters out by ipfamily
    		t.Errorf("Expect 3 ipvs services, got %d", len(services))
    	}
    	found := false
    	for _, svc := range services {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    			pod:                   podWithUIDNameNsSpec("3", "pod3", "foo", *cpu500mMem500MPodSpec),
    			existingPodAllocation: podWithUIDNameNsSpec("3", "pod3", "foo", *cpu800mMem800MPodSpec),
    			expectedPodResourceAllocation: state.PodResourceAllocation{
    				"3": map[string]v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_builder_test.go

    					ServicePort: servicePort,
    					Endpoint: &model.IstioEndpoint{
    						Address:      "192.168.1.3",
    						EndpointPort: 10001,
    						WorkloadName: "workload-3",
    						Namespace:    "namespace-3",
    						Locality: model.Locality{
    							ClusterID: "cluster-3",
    							Label:     "region2/zone1/subzone1",
    						},
    						LbWeight: 40,
    						Network:  "",
    					},
    				},
    				{
    					Service:     service,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                                                /*inputFeatureDimension=*/3,
                                                /*inputSpatialDimensions=*/{1, 2},
                                                /*kernelInputDimension=*/2,
                                                /*kernelOutputDimension=*/3,
                                                /*kernelSpatialDimensions=*/{0, 1},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  6. cmd/object-handlers_test.go

    			accessKey:        credentials.AccessKey,
    			secretKey:        credentials.SecretKey,
    
    			expectedRespStatus: http.StatusBadRequest,
    		},
    		// Test case - 3.
    		// Test case with invalid source object.
    		3: {
    			bucketName:         bucketName,
    			newObjectName:      "dir//newObject1",
    			copySourceHeader:   url.QueryEscape(SlashSeparator + bucketName + SlashSeparator + objectName),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // Fuses Unpack with proceeding Concatenation to Reshape if output type has
    // static shape and activation function is none. For example:
    //
    //   // %input: tensor<1x3x2xf32>
    //   %unpack:3 = "tfl.unpack"(%input) {axis = 1 : i32, num = 3 : i32}
    //   %res = "tfl.concatenation"(%unpack#0, %unpack#1, %unpack#2)
    //        {axis = -1 : i32, fused_activation_function = "NONE"}
    //
    // can be optimized to
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      @parameterized.parameters(
          testing.parameter_combinations([{
              'shapes': [
                  ([3, 3], [3, 3]),
                  ([3, None], [None, 3]),
                  ([None, None], [None, None]),
                  ([4, 3, 3], [4, 3, 3]),
                  ([4, 3, None], [4, None, 3]),
                  ([None, None, None], [None, None, None]),
              ],
              'activation_fn': [None, nn_ops.relu, nn_ops.relu6],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    			return
    		}
    		defer s.Close()
    		var buf [22]byte
    		if _, err := io.ReadFull(s, buf[:3]); err != nil {
    			t.Errorf("socks5 proxy initial read: %v", err)
    			return
    		}
    		if want := []byte{5, 1, 0}; !bytes.Equal(buf[:3], want) {
    			t.Errorf("socks5 proxy initial read: got %v, want %v", buf[:3], want)
    			return
    		}
    		if _, err := s.Write([]byte{5, 0}); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    		{
    			name: "valid",
    			issuer: &Certificate{
    				Version:               3,
    				BasicConstraintsValid: true,
    				IsCA:                  true,
    				PublicKeyAlgorithm:    ECDSA,
    				PublicKey:             goodKey.Public(),
    			},
    		},
    		{
    			name: "valid, key usage set",
    			issuer: &Certificate{
    				Version:               3,
    				BasicConstraintsValid: true,
    				IsCA:                  true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top