Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 117 for 100xi1 (0.19 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-collective.mlir

      %group_assignment = "tf.Const"() { value = dense<[[0],[1]]> : tensor<2x1xi32> } : () -> tensor<2x1xi32>
      // CHECK: "mhlo.all_reduce"
      // CHECK-SAME: channel_handle = #mhlo.channel_handle<handle = 10001, type = 1>
      // CHECK-SAME{LITERAL}: replica_groups = dense<[[0], [1]]> : tensor<2x1xi64>
      // CHECK: mhlo.add
      // CHECK: mhlo.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %f0 = "tfl.logical_and"(%arg0, %cst_false0): (tensor<1xi1>, tensor<1xi1>) -> tensor<1xi1>        // match
      %f1 = "tfl.logical_and"(%arg0, %cst_false1): (tensor<1xi1>, tensor<2x3xi1>) -> tensor<2x3xi1>    // match
      %f2 = "tfl.logical_and"(%arg1, %cst_false0): (tensor<2x3xi1>, tensor<1xi1>) -> tensor<2x3xi1>    // no match
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. pilot/pkg/xds/workload_test.go

    		// Not subscribed, no response
    		ads.ExpectNoResponse()
    
    		// Now we subscribe to the service explicitly
    		ads.Request(&discovery.DeltaDiscoveryRequest{
    			ResourceNamesSubscribe: []string{"/10.0.0.1"},
    		})
    		// Should get updates for all pods in the service
    		expect(ads.ExpectResponse(), "Kubernetes//Pod/default/pod4", "default/svc1.default.svc.cluster.local")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  4. src/text/tabwriter/tabwriter_test.go

    		"g) f&lt;o..|<b>bar</b>.....| non-terminated entity &amp",
    	},
    
    	{
    		"8",
    		8, 0, 1, '*', 0,
    		"Hello, world!\n",
    		"Hello, world!\n",
    	},
    
    	{
    		"9a",
    		1, 0, 0, '.', 0,
    		"1\t2\t3\t4\n" +
    			"11\t222\t3333\t44444\n",
    
    		"1.2..3...4\n" +
    			"11222333344444\n",
    	},
    
    	{
    		"9b",
    		1, 0, 0, '.', FilterHTML,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/single-policy-out.yaml

                        addressPrefix: 172.16.10.10
                        prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 10.0.0.1
                        prefixLen: 32
                    - directRemoteIp:
                        addressPrefix: 10.0.0.2
                        prefixLen: 32
                - orIds:
                    ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  6. pkg/api/v1/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[v1.AnnotationLoadBalancerSourceRangesKey] = v
    		svc := v1.Service{}
    		svc.Annotations = annotations
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 15:18:45 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  7. src/crypto/x509/name_constraints_test.go

    			{
    				bad: []string{"ip:10.0.0.0/8"},
    			},
    		},
    		intermediates: [][]constraintsSpec{
    			{
    				{},
    			},
    		},
    		leaf: leafSpec{
    			sans: []string{"ip:10.0.0.1"},
    		},
    		expectedError: "\"10.0.0.1\" is excluded",
    	},
    
    	// #21: intermediates can further constrain IP ranges.
    	{
    		roots: []constraintsSpec{
    			{
    				bad: []string{"ip:0.0.0.0/1"},
    			},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/waitgroup/ratelimited_waitgroup_test.go

    	}
    
    	// two set of requests
    	//  - n1: this set will finish using this waitgroup before Wait is invoked
    	//  - n2: this set will be in flight after Wait is invoked
    	n1, n2 := 100, 101
    
    	// so we know when all requests in n1 are done using the waitgroup
    	n1DoneWG := sync.WaitGroup{}
    
    	// so we know when all requests in n2 have called Add,
    	// but not finished with the waitgroup yet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 21 14:08:00 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/math/MathTesting.java

        for (int exponent : asList(2, 3, 4, 9, 15, 16, 17, 24, 25, 30)) {
          int x = 1 << exponent;
          intValues.add(x, x + 1, x - 1);
        }
        intValues.add(9999).add(10000).add(10001).add(1000000); // near powers of 10
        intValues.add(5792).add(5793); // sqrt(2^25) rounded up and down
        POSITIVE_INTEGER_CANDIDATES = intValues.build();
        NEGATIVE_INTEGER_CANDIDATES =
            ImmutableList.copyOf(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 11.2K bytes
    - Viewed (0)
  10. src/sort/search_test.go

    	{"data 11", len(data), f(data, 11), 8},
    	{"data 99", len(data), f(data, 99), 9},
    	{"data 100", len(data), f(data, 100), 9},
    	{"data 101", len(data), f(data, 101), 12},
    	{"data 10000", len(data), f(data, 10000), 13},
    	{"data 10001", len(data), f(data, 10001), 14},
    	{"descending a", 7, func(i int) bool { return []int{99, 99, 59, 42, 7, 0, -1, -1}[i] <= 7 }, 4},
    	{"descending 7", 1e9, func(i int) bool { return 1e9-i <= 7 }, 1e9 - 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 14:42:13 UTC 2022
    - 6.8K bytes
    - Viewed (0)
Back to top