Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for 4000 (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %con21 = "tf.Const"() { value = dense<[0.0, 2.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con22 = "tf.Const"() { value = dense<[0.0, 0.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con31 = "tf.Const"() { value = dense<[0.0, 0.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con32 = "tf.Const"() { value = dense<[0.0, 0.0]> : tensor<2xf32> } : () -> tensor<2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    // a         r1,  0,  i2,  0,  0, m3,  0
    // b         r1, r2, ri4,  0,  0, m3,  0
    // c         r1, m3, ri4,  0,  0,  0, i2
    // d         r1, r3,  i2,  0,  0,  0,  0
    // e         r1, r3, ri2,  0,  0,  0,  0
    // f         r1, r2,   0, i3, i4,  0, i5
    // g         r1, m3,  i2,  0,  0,  0,  0
    func zRIE(f form, op, r1, r2_m3_r3, i2_ri4_ri2, i3, i4, m3, i2_i5 uint32, asm *[]byte) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    					if sErr != nil {
    						errs = AppendValidation(errs, sErr)
    					}
    					if sHost != "" && sHost != "127.0.0.1" && sHost != "0.0.0.0" && sHost != "::1" && sHost != "::" {
    						errMsg := "sidecar: defaultEndpoint must be of form 127.0.0.1:<port>,0.0.0.0:<port>,[::1]:port,[::]:port,unix://filepath or unset"
    						errs = AppendValidation(errs, fmt.Errorf(errMsg))
    					}
    					port, err := strconv.Atoi(sPort)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/helpers_test.go

    		pod3: newPodInodeStats(pod3, resource.MustParse("150000"), resource.MustParse("150000"), resource.MustParse("50000")), // 350000
    		pod4: newPodInodeStats(pod4, resource.MustParse("10000"), resource.MustParse("40000"), resource.MustParse("100000")),  // 150000
    	}
    	statsFn := func(pod *v1.Pod) (statsapi.PodStats, bool) {
    		result, found := stats[pod]
    		return result, found
    	}
    	pods := []*v1.Pod{pod4, pod3, pod2, pod1}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  5. src/runtime/proc.go

    		sched.gcwaiting.Store(true)
    		// this should stop running goroutines
    		if !preemptall() {
    			break // no running goroutines
    		}
    		usleep(1000)
    	}
    	// to be sure
    	usleep(1000)
    	preemptall()
    	usleep(1000)
    }
    
    // All reads and writes of g's status go through readgstatus, casgstatus
    // castogscanstatus, casfrom_Gscanstatus.
    //
    //go:nosplit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    lass package org.codehaus.plexus.util.xml.pull; public synchronized class MXParser implements XmlPullParser { protected static final String XML_URI = http://www.w3.org/XML/1998/namespace; protected static final String XMLNS_URI = http://www.w3.org/2000/xmlns/; protected static final String FEATURE_XML_ROUNDTRIP = http://xmlpull.org/v1/doc/features.html#xml-roundtrip; protected static final String FEATURE_NAMES_INTERNED = http://xmlpull.org/v1/doc/features.html#names-interned; protected static final...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  7. pkg/proxy/ipvs/proxier_test.go

    			true,
    		},
    		{
    			false,
    			"::ffff:169.254.0.0", // IPv6 mapped IPv4
    			true,
    		},
    		{
    			false,
    			"1000::",
    			false,
    		},
    		// IPv6
    		{
    			true,
    			"::1",
    			false,
    		},
    		{
    			true,
    			"1000::",
    			true,
    		},
    		{
    			true,
    			"fe80::200:ff:fe01:1",
    			false,
    		},
    		{
    			true,
    			"8.8.8.8",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    		b, x := f(1000, 99)
    		if b != 99 || x != 1000+inc {
    			t.Errorf("%s(1000, 99) = %v, %v, want 99, %v", name, b, x, 1000+inc)
    		}
    	}
    
    	CheckV := func(name string, i Value, inc int) {
    		bx := i.Method(0).Call([]Value{ValueOf(1000), ValueOf(byte(99))})
    		b := bx[0].Interface()
    		x := bx[1].Interface()
    		if b != byte(99) || x != 1000+inc {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_control_test.go

    			desiredReplicas:             0,
    			expectedMinParallelRequests: 10,
    		},
    		{
    			desc:                        "scale up from 0",
    			replicas:                    0,
    			desiredReplicas:             1000,
    			expectedMinParallelRequests: 20,
    		},
    	} {
    		t.Run(tc.desc, func(t *testing.T) {
    			set := burst(newStatefulSet(0))
    			set.Spec.VolumeClaimTemplates[0].ObjectMeta.Labels = map[string]string{"test": "test"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				Obj(),
    			existingPodsNum:  10000,
    			allNodesNum:      1000,
    			filteredNodesNum: 500,
    		},
    		{
    			name: "1000nodes/single-constraint-node",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				SpreadConstraint(1, v1.LabelHostname, v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    				Obj(),
    			existingPodsNum:  10000,
    			allNodesNum:      1000,
    			filteredNodesNum: 500,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
Back to top