Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 133 for gretty (0.26 sec)

  1. CHANGELOG.md

        prepared to build a TLS API for Kotlin/Native.
    
        We'd prefer a multiplatform HTTP client API that's backed by OkHttp on Android and JVM, and
        other engines on other platforms. [Ktor] does this pretty well today!
    
     *  Breaking: Use `kotlin.time.Duration` in APIs like `OkHttpClient.Builder.callTimeout()`. This
        update also drops support for the `DurationUnit` functions introduced in earlier alpha releases
        of OkHttp 5.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/passes.td

          This transformation reorders operations such that operations that will be
          executed by the Flex delegate will be followed by another Flex delegated
          operator, if possible. The reordering uses the same greedy procedure that
          is executed at runtime (in tensorflow/lite/graph_info.cc.)
          This allows us to have an IR of the model that is in the same execution order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    			if conservative {
    				print(" (conservative)")
    			}
    			println()
    			printunlock()
    		}
    		gcdata := r.gcdata()
    		var s *mspan
    		if r.useGCProg() {
    			// This path is pretty unlikely, an object large enough
    			// to have a GC program allocated on the stack.
    			// We need some space to unpack the program into a straight
    			// bitmask, which we allocate/free here.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller.go

    	list, err := e.endpointsLister.List(labels.Everything())
    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("Unable to list endpoints (%v); orphaned endpoints will not be cleaned up. (They're pretty harmless, but you can restart this component if you want another attempt made.)", err))
    		return
    	}
    	for _, ep := range list {
    		if _, ok := ep.Annotations[resourcelock.LeaderElectionRecordAnnotationKey]; ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. pkg/proxy/servicechangetracker_test.go

    			// outputs
    			newServices := svcTracker.serviceToServiceMap(tc.service)
    
    			if len(newServices) != len(tc.expected) {
    				t.Fatalf("expected %d new, got %d: %v", len(tc.expected), len(newServices), dump.Pretty(newServices))
    			}
    			for svcKey, expectedInfo := range tc.expected {
    				svcInfo, exists := newServices[svcKey].(*BaseServicePortInfo)
    				if !exists {
    					t.Fatalf("[%s] expected to find key %s", tc.desc, svcKey)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize.cc

                                           "dynamic shapes not supported");
      }
    
      // Check if the padding values are equal (otherwise merging is illegal)
      // Because we are using the greedy pattern rewrite driver
      // (applyPatternsAndFoldGreedily), all different constant operators with the
      // same value will be replaced by a single constant operator of that value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/cache.go

    		//
    		// That's especially problematic if the original pseudo-version starts with
    		// v0.0.0-, as was the case for all pseudo-versions during vgo development,
    		// since a v0.0.0- pseudo-version has lower precedence than pretty much any
    		// tagged version.
    		//
    		// In practice, we're only looking up by hash during initial conversion of a
    		// legacy config and during an explicit 'go get', and a little extra latency
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_node_status.go

    		// The originalNode is probably stale, but we know that the current state of kubelet would turn
    		// the node to be ready. Retry using syncNodeStatus() which fetches from the apiserver.
    		klog.ErrorS(err, "Error updating node status, will retry with syncNodeStatus")
    
    		// The reversed kl.syncNodeStatusMux.Unlock/Lock() below to allow kl.syncNodeStatus() execution.
    		kl.syncNodeStatusMux.Unlock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

        private final boolean dependenciesMayChange;
        private boolean doesNotHaveDependencies;
    
        @Nullable
        ExcludeSpec previousTraversalExclusions;
    
        // In opposite to outgoing edges, virtual edges are for now pretty rare, so they are created lazily
        private List<EdgeState> virtualEdges;
        private boolean queued;
        private boolean evicted;
        private int transitiveEdgeCount;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  10. hack/lib/golang.sh

    # install' will place binaries that match the host platform directly in $GOBIN
    # while placing cross compiled binaries into `platform_arch` subdirs.  This
    # complicates pretty much everything else we do around packaging and such.
    kube::golang::place_bins() {
      local host_platform
      host_platform=$(kube::golang::host_platform)
    
      V=2 kube::log::status "Placing binaries"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top