Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 8003 (0.1 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{intQuantity(0, 1, DecimalSI), intQuantity(0, -1, DecimalSI), 0},
    		{intQuantity(0, -1, DecimalSI), intQuantity(0, 1, DecimalSI), 0},
    		{intQuantity(800, -3, DecimalSI), intQuantity(1, 0, DecimalSI), -1},
    		{intQuantity(800, -3, DecimalSI), intQuantity(79, -2, DecimalSI), 1},
    
    		{intQuantity(mostPositive, 0, DecimalSI), intQuantity(1, -1, DecimalSI), 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      %2 = "tf.XlaSharding"(%0) {_XlaSharding = "\08\03\1A\02\01\01\22\01\00", device = "", sharding = "\08\03\1A\02\01\01\22\01\00", unspecified_dims = []} : (tensor<10x10xi32>) -> tensor<10x10xi32>
      %3 = "tf.XlaSharding"(%1) {_XlaSharding = "\08\03\1A\02\01\01\22\01\00", device = "", sharding = "\08\03\1A\02\01\01\22\01\00", unspecified_dims = []} : (tensor<10x10xi32>) -> tensor<10x10xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	pod2 := makePod(map[string]string{"foo": "true"}, "1002")
    	pod3 := makePod(map[string]string{}, "1003")
    	pod4 := makePod(map[string]string{}, "1004")
    	pod1DeletedAt2 := pod1.DeepCopyObject().(*examplev1.Pod)
    	pod1DeletedAt2.ResourceVersion = "1002"
    	pod2DeletedAt3 := pod2.DeepCopyObject().(*examplev1.Pod)
    	pod2DeletedAt3.ResourceVersion = "1003"
    
    	allEvents := []watch.Event{
    		{Type: watch.Added, Object: pod1.DeepCopy()},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. src/net/http/client_test.go

    				location = fmt.Sprintf("%s?code=%s", location, first)
    				if rest != "" {
    					location = fmt.Sprintf("%s&next=%s", location, rest)
    				}
    			}
    			code, _ := strconv.Atoi(v)
    			if code/100 == 3 {
    				w.Header().Set("Location", location)
    			}
    			w.WriteHeader(code)
    		}
    	})).ts
    
    	c := ts.Client()
    	for _, tt := range table {
    		content := tt.redirectBody
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top