Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 117 for 100xi1 (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize/quantize_same_scale.mlir

      // CHECK-SAME: %[[ARG0:.*]]: tensor<1x2xf32>
      // CHECK-SAME: %[[ARG1:.*]]: tensor<2x3xf32>
      // CHECK-SAME: %[[ARG2:.*]]: tensor<1x3xi1>
      // CHECK-SAME: %[[ARG3:.*]]: tensor<1x3xf32>
      func.func private @composite_and_select(%arg0: tensor<1x2xf32>, %arg1: tensor<2x3xf32>, %arg2: tensor<1x3xi1>, %arg3: tensor<1x3xf32>) -> tensor<1x3xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/util/util_test.go

    						Address: &core.Address{
    							Address: &core.Address_SocketAddress{
    								SocketAddress: &core.SocketAddress{
    									Address: "10.0.0.1",
    								},
    							},
    						},
    					},
    				},
    			},
    			want: "10.0.0.1",
    		},
    		{
    			name: "internal address",
    			endpoint: &endpoint.LbEndpoint{
    				HostIdentifier: &endpoint.LbEndpoint_Endpoint{
    					Endpoint: &endpoint.Endpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/conversion_test.go

    	saB := "serviceaccountB"
    	saC := "spiffe://accounts.google.com/******@****.***"
    	saD := "spiffe://accounts.google.com/******@****.***"
    
    	ip := "10.0.0.1"
    
    	tnow := time.Now()
    	localSvc := corev1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      serviceName,
    			Namespace: namespace,
    			Annotations: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

            if (expired) {
                // should check that the recorded service call returns the same value
                1 * record.getInput() >> '124'
                1 * record.getOutput() >> HashCode.fromInt(10000)
                1 * cachedResult.isChanging() >> changing
                1 * cachedResult.getId() >> id
                1 * cachePolicy.moduleExpiry({ it.id == id }, Duration.ZERO, changing) >> Stub(Expiry) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/shufflesharding/shufflesharding_test.go

    		},
    		{
    			"handSize <= 0",
    			100,
    			0,
    			fmt.Errorf("deckSize 100 or handSize 0 is not positive"),
    		},
    		{
    			"handSize is greater than deckSize",
    			100,
    			101,
    			fmt.Errorf("handSize 101 is greater than deckSize 100"),
    		},
    		{
    			"deckSize is impractically large",
    			1 << 27,
    			2,
    			fmt.Errorf("deckSize 134217728 is impractically large"),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 25 06:44:08 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  6. src/runtime/sigtab_aix.go

    	96:          {_SigNotify, "signal 96"},
    	97:          {_SigNotify, "signal 97"},
    	98:          {_SigNotify, "signal 98"},
    	99:          {_SigNotify, "signal 99"},
    	100:         {_SigNotify, "signal 100"},
    	101:         {_SigNotify, "signal 101"},
    	102:         {_SigNotify, "signal 102"},
    	103:         {_SigNotify, "signal 103"},
    	104:         {_SigNotify, "signal 104"},
    	105:         {_SigNotify, "signal 105"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 03 20:58:16 UTC 2018
    - 11.3K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

                .ticker(fakeTicker)
                .build();
    
        cache.put(654, 2675);
        fakeTicker.advance(10000, TimeUnit.MILLISECONDS);
        cache.put(2456, 56);
        cache.put(2, 15);
    
        fakeTicker.advance(10001, TimeUnit.MILLISECONDS);
    
        assertTrue(cache.asMap().containsValue(15));
        assertTrue(cache.asMap().containsValue(56));
        assertFalse(cache.asMap().containsValue(2675));
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 15K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReaderTest.java

            assertEquals(num, valueSet2.size());
        }
    
        @Test
        public void test_getLimitDocNum() throws Exception {
            assertEquals(10, ESSourceReader.getLimitDocNum(100, 10, -1));
            assertEquals(25, ESSourceReader.getLimitDocNum(50, 50, -1));
            assertEquals(10, ESSourceReader.getLimitDocNum(50, 50, 10));
        }
    
        @Test
        public void test_sort() throws Exception {
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. pkg/api/service/util_test.go

    			t.Errorf("Expected error parsing: %q", v)
    		}
    	}
    	checkError("10.0.0.1/33")
    	checkError("foo.bar")
    	checkError("10.0.0.1/32,*")
    	checkError("10.0.0.1/32,")
    	checkError("10.0.0.1/32, ")
    	checkError("10.0.0.1")
    
    	checkOK := func(v string) utilnet.IPNetSet {
    		t.Helper()
    		annotations := make(map[string]string)
    		annotations[api.AnnotationLoadBalancerSourceRangesKey] = v
    		svc := api.Service{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 15:18:45 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataRuleExecutorTest.groovy

            if (expired) {
                // should check that the recorded service call returns the same value
                1 * record.getInput() >> '124'
                1 * record.getOutput() >> TestHashCodes.hashCodeFrom(10000)
                1 * cachedResult.isChanging() >> changing
                1 * cachedResult.getModuleVersionId() >> id
                1 * cachePolicy.moduleExpiry({ it.id == id }, Duration.ZERO, changing) >> Stub(Expiry) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top