Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for 33333 (0.11 sec)

  1. pkg/controller/nodelifecycle/scheduler/rate_limited_queue_test.go

    }
    
    func TestAddNode(t *testing.T) {
    	evictor := NewRateLimitedTimedQueue(flowcontrol.NewFakeAlwaysRateLimiter())
    	evictor.Add("first", "11111")
    	evictor.Add("second", "22222")
    	evictor.Add("third", "33333")
    
    	queuePattern := []string{"first", "second", "third"}
    	if len(evictor.queue.queue) != len(queuePattern) {
    		t.Fatalf("Queue %v should have length %d", evictor.queue.queue, len(queuePattern))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 17:40:33 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. test/chan/powser1.go

    	} else { // test
    		check(Ones, one, 5, "Ones")
    		check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1
    		check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3
    		a := make([]rat, N)
    		d := Diff(Ones)
    		for i := 0; i < N; i++ {
    			a[i] = itor(int64(i + 1))
    		}
    		checka(d, a, "Diff") // 1 2 3 4 5
    		in := Integ(zero, Ones)
    		a[0] = zero // integration constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 12.7K bytes
    - Viewed (0)
  3. test/chan/powser2.go

    	} else { // test
    		check(Ones, one, 5, "Ones")
    		check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1
    		check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3
    		a := make([]*rat, N)
    		d := Diff(Ones)
    		for i := 0; i < N; i++ {
    			a[i] = itor(int64(i + 1))
    		}
    		checka(d, a, "Diff") // 1 2 3 4 5
    		in := Integ(zero, Ones)
    		a[0] = zero // integration constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 13.3K bytes
    - Viewed (0)
  4. pilot/pkg/model/service.go

    // and it maps to an instance with IP 172.16.0.1, such that connections to
    // port 80 are forwarded to port 55446, and connections to port 8080 are
    // forwarded to port 33333,
    //
    // then internally, we have two endpoint structs for the
    // service catalog.mystore.com
    //
    //	--> 172.16.0.1:55446 (with ServicePort pointing to 80) and
    //	--> 172.16.0.1:33333 (with ServicePort pointing to 8080)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    			i.Endpoint.Namespace = selector.Name
    		}
    		expectProxyInstances(t, sd, instances[:2], "2.2.2.2")
    		expectProxyInstances(t, sd, instances[2:], "3.3.3.3")
    		expectServiceInstances(t, sd, selector, 0, instances)
    		expectEvents(t, events,
    			Event{Type: "proxy", ID: "3.3.3.3"},
    			Event{Type: "eds", ID: "selector.com", Namespace: selector.Namespace, EndpointCount: 4},
    		)
    
    		createConfigs([]*config.Config{wle2}, store, t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  6. releasenotes/notes/35333.yaml

    Steven Landow <******@****.***> 1632854667 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 28 18:44:27 UTC 2021
    - 207 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    
    class StaticRangeQuantizationTest(quantize_model_test_base.QuantizedModelTest):
    
      @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]),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/depthwise_conv2d_v2.mlir

      // CHECK-NEXT:      name: "Const",
      // CHECK-NEXT:      quantization: {
      // CHECK-EMPTY:
      // CHECK-NEXT:      },
      // CHECK-NEXT:      has_rank: true
      // CHECK-NEXT:    }, {
      // CHECK-NEXT:      shape: [ 32, 3, 3, 3 ],
      // CHECK-NEXT:      type: UINT8,
      // CHECK-NEXT:      buffer: 3,
      // CHECK-NEXT:      name: "tfl.pseudo_qconst",
      // CHECK-NEXT:      quantization: {
      // CHECK-NEXT:        scale: [ 0.021827 ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 9.1K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/testdata/two-workloads-one-nosidecar.yaml

              - --grpc=7070
              - --port=8090
              - --port=8080
              - --port=3333
              - --version=v1
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/StatsTesting.java

          (11.0 - INTEGER_MANY_VALUES_MEAN) * (11.0 - INTEGER_MANY_VALUES_MEAN)
              + (-22.0 - INTEGER_MANY_VALUES_MEAN) * (-22.0 - INTEGER_MANY_VALUES_MEAN)
              + (3333.0 - INTEGER_MANY_VALUES_MEAN) * (3333.0 - INTEGER_MANY_VALUES_MEAN)
              + (-4444.0 - INTEGER_MANY_VALUES_MEAN) * (-4444.0 - INTEGER_MANY_VALUES_MEAN)
              + (555555.0 - INTEGER_MANY_VALUES_MEAN) * (555555.0 - INTEGER_MANY_VALUES_MEAN);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Nov 09 22:49:56 UTC 2023
    - 22.4K bytes
    - Viewed (0)
Back to top