Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for gather (0.49 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	reflector.UseWatchList = ptr.To(false)
    
    	cacher.watchCache = watchCache
    	cacher.reflector = reflector
    
    	go cacher.dispatchEvents()
    	go progressRequester.Run(stopCh)
    
    	cacher.stopWg.Add(1)
    	go func() {
    		defer cacher.stopWg.Done()
    		defer cacher.terminateAllWatchers()
    		wait.Until(
    			func() {
    				if !cacher.isStopped() {
    					cacher.startCaching(stopCh)
    				}
    			}, time.Second, stopCh,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

      EXPECT_THAT(subgraph->tensors[2]->name, Eq("output"));
      EXPECT_THAT(subgraph->tensors[2]->quantization->scale, SizeIs(1));
      EXPECT_THAT(subgraph->tensors[2]->quantization->zero_point, SizeIs(1));
    
      // The gather indices are of type INT32 and should not be quantized
      EXPECT_THAT(subgraph->tensors[1]->type, Eq(TensorType_INT32));
      EXPECT_THAT(subgraph->tensors[1]->quantization->scale, IsEmpty());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    ### Failing Test
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

                it.assertHasCause("Failed to transform a.jar (project :a) to match attributes {artifactType=jar, color=green}.")
                // TODO - should collect all failures rather than stopping on first failure
            }
    
            when:
            configurationCacheFails(":resolve")
    
            then:
            configurationCache.assertStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/debug.go

    	StackOffset
    }
    
    func (loc VarLoc) absent() bool {
    	return loc.Registers == 0 && !loc.onStack()
    }
    
    func (loc VarLoc) intersect(other VarLoc) VarLoc {
    	if !loc.onStack() || !other.onStack() || loc.StackOffset != other.StackOffset {
    		loc.StackOffset = 0
    	}
    	loc.Registers &= other.Registers
    	return loc
    }
    
    var BlockStart = &Value{
    	ID:  -10000,
    	Op:  OpInvalid,
    	Aux: StringToAux("BlockStart"),
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			t.Fatalf("Unexpected error: %v", err)
    		}
    	}
    
    	cacher, _, err := newTestCacher(etcdStorage)
    	if err != nil {
    		t.Fatalf("Couldn't create cacher: %v", err)
    	}
    	defer cacher.Stop()
    
    	// Given that cacher is always initialized from the "current" version of etcd,
    	// we now have a cacher with an empty cache of watch events and a resourceVersion of rv.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier.go

    			if err != nil {
    				// We already deleted the entries from staleChains, but if
    				// the chains still exist, they'll just get added back
    				// (with a later timestamp) at the end of the sync.
    				proxier.logger.Error(err, "Unable to delete stale chains; will retry later")
    				metrics.NFTablesCleanupFailuresTotal.Inc()
    			}
    		}
    	}
    
    	// Now start the actual syncing transaction
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  8. src/time/format.go

    			hr, _, err = getnum(hour, true)
    			if err == nil {
    				mm, _, err = getnum(min, true)
    			}
    			if err == nil {
    				ss, _, err = getnum(seconds, true)
    			}
    
    			// The range test use > rather than >=,
    			// as some people do write offsets of 24 hours
    			// or 60 minutes or 60 seconds.
    			if hr > 24 {
    				rangeErrString = "time zone offset hour"
    			}
    			if mm > 60 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      // checks will cause this pass to fail if there are any variant type tensors
      // in the graph. The graph should still be treated as valid as long as those
      // variant tensors are not from tf-dialect tensorlist ops. Rather than change
      // the dynamic legalization predicates
      // (`is_legal` in `runOnOperation`) it is equivalent and more easily
      // implemented to simply skip applying this pass if there are no tensorlist
      // operations.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  10. pkg/workloadapi/workload.pb.go

    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint1
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint2
    	//
    	// For VMs and other workloads other formats are also supported; for example,
    	// a single UID string: "0ae5c03d-5fb3-4eb9-9de8-2bd4b51606ba"
    	Uid string `protobuf:"bytes,20,opt,name=uid,proto3" json:"uid,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top