Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 61 for START (0.05 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

          // TODO(fry): could also cancel loading if we had a handle on its future
        }
    
        public ListenableFuture<V> loadFuture(K key, CacheLoader<? super K, V> loader) {
          try {
            stopwatch.start();
            V previousValue = oldValue.get();
            if (previousValue == null) {
              V newValue = loader.load(key);
              return set(newValue) ? futureValue : Futures.immediateFuture(newValue);
            }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    func (tc *testCase) runTestWithController(t *testing.T, hpaController *HorizontalController, informerFactory informers.SharedInformerFactory) {
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    	informerFactory.Start(ctx.Done())
    	go hpaController.Run(ctx, 5)
    
    	tc.Lock()
    	shouldWait := tc.verifyEvents
    	tc.Unlock()
    
    	if shouldWait {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    // If there isn't one, findInternal returns ok=false.
    // Otherwise, findInternal returns ok=true and the index of the "internal".
    func findInternal(path string) (index int, ok bool) {
    	// Three cases, depending on internal at start/end of string or not.
    	// The order matters: we must return the index of the final element,
    	// because the final one produces the most restrictive requirement
    	// on the importer.
    	switch {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. src/reflect/value.go

    		fn = unsafe.Pointer(&ifn)
    		t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))
    	}
    	return
    }
    
    // v is a method receiver. Store at p the word which is used to
    // encode that receiver at the start of the argument list.
    // Reflect uses the "interface" calling convention for
    // methods, which always uses one word to record the receiver.
    func storeRcvr(v Value, p unsafe.Pointer) {
    	t := v.typ()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    SweeperPool$Sweeper implements Runnable { private final transient SweeperPool pool; private transient boolean service; private final transient int sweepInterval; public void SweeperPool$Sweeper(SweeperPool, int); public void run(); public synchronized void start(); public synchronized void stop(); private final void debug(String); private void runSweep(); } org/codehaus/plexus/util/SweeperPool.class package org.codehaus.plexus.util; public synchronized class SweeperPool { private static final boolean DEBUG...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

               TCresVTEtIsSameAsOp<0, 2>]>>]> {
      let summary = "Range operator";
    
      let description = [{
        Returns a 1D tensor defined by a sequence from `start` to `limit` with
        a given `delta`.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[I32, F32, I64]>:$start,
        TFL_TensorOf<[I32, F32, I64]>:$limit,
        TFL_TensorOf<[I32, F32, I64]>:$delta);
    
      let results = (outs TFL_TensorOf<[I32, F32, I64]>:$result);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          // Currently we have not reached consensus as to what TF function
          // semantics are (b/133509504). Here we assume that all arguments to a
          // function should be available before we start execution of any internal
          // node. This makes the control dependencies between function arguments
          // and internal nodes redundant, and so we do not import them. The TF
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.cc

    #if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
      status->status = tensorflow::errors::Unimplemented(
          "Server functionality is not supported on mobile");
    #else
      status->status = server->server->Start();
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    void TF_ServerStop(TF_Server* server, TF_Status* status) {
    #if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    			res.Buckets = append(res.Buckets, madmin.ResyncBucketStatus{
    				ErrDetail: err.Error(),
    				Bucket:    bucket,
    			})
    			continue
    		}
    		if err := globalReplicationPool.resyncer.start(ctx, objAPI, resyncOpts{
    			bucket:   bucket,
    			arn:      tgtArn,
    			resyncID: rs.ResyncID,
    		}); err != nil {
    			res.Buckets = append(res.Buckets, madmin.ResyncBucketStatus{
    				ErrDetail: err.Error(),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    		if optab[i].asmout == nil {
    			optab[i].asmout = asmout
    		}
    	}
    
    	for i := 0; i < len(optab); {
    		r := optab[i].as
    		r0 := r & obj.AMask
    		start := i
    		for i < len(optab) && optab[i].as == r {
    			i++
    		}
    		oprange[r0] = optab[start:i]
    
    		switch r {
    		default:
    			if !opsetGen(r) {
    				ctxt.Diag("unknown op in build: %v", r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top