Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for jcenter (0.23 sec)

  1. gradle/verification-metadata.xml

                </ignored-keys>
                <sha256 value="a867e911d060a240b8aa111896b7379282fe61940dfb949e72600f7ca67cb92f" origin="Verified" reason="Difference between Maven Central and JCenter">
                   <also-trust value="362c450c9738834181fdfac1147fa11cf21cefd59d7a5368756e174f93567a43"/>
                </sha256>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    th.halign-left,
    td.halign-left {
    	text-align: left;
    }
    
    th.halign-right,
    td.halign-right {
    	text-align: right;
    }
    
    th.halign-center,
    td.halign-center {
    	text-align: center;
    }
    
    th.valign-top,
    td.valign-top {
    	vertical-align: top;
    }
    
    th.valign-bottom,
    td.valign-bottom {
    	vertical-align: bottom;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/deadness_analysis.cc

                        bool use_optimistic_mode = false);
    
      Status GetFrameBasedTopologicalOrder(std::vector<Node*>* order);
    
      bool IsRootEnter(const Node* n) const {
        return IsEnter(n) && control_flow_info_[n->id()].parent_frame->IsSource();
      }
    
      bool IsRootExit(const Node* n) const {
        return IsExit(n) && control_flow_info_[n->id()].parent_frame->IsSource();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. src/runtime/mprof.go

    	})
    	if labels != nil {
    		labels[0] = ourg.labels
    	}
    	ourg.goroutineProfiled.Store(goroutineProfileSatisfied)
    	goroutineProfile.offset.Store(1)
    
    	// Prepare for all other goroutines to enter the profile. Aside from ourg,
    	// every goroutine struct in the allgs list has its goroutineProfiled field
    	// cleared. Any goroutine created from this point on (while
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. src/internal/trace/order.go

    	// with later. The new M with the same ID could even try to
    	// steal back this P from itself!
    	//
    	// The runtime is careful to make sure that any GoCreateSyscall
    	// event will enter the runtime emitting events for reacquiring a P.
    	//
    	// Note: we might have a P here. The P might not be released
    	// eagerly by the runtime, and it might get stolen back later
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  6. pkg/kubelet/pod_workers.go

    			return
    		}
    	}
    
    	// once a pod is terminated by UID, it cannot reenter the pod worker (until the UID is purged by housekeeping)
    	if status.IsFinished() {
    		klog.V(4).InfoS("Pod is finished processing, no further updates", "pod", klog.KRef(ns, name), "podUID", uid, "updateType", options.UpdateType)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	if pendingDelayedClaims > 0 {
    		// We could start a pod scheduling attempt to refresh the
    		// potential nodes list.  But pod scheduling attempts are
    		// expensive and doing them too often causes the pod to enter
    		// backoff. Let's wait instead for all drivers to reply.
    		if loggerV := logger.V(6); loggerV.Enabled() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top