Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 297 for continueCh (0.22 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue.go

    	pod := pInfo.Pod
    	queueStrategy := queueSkip
    	for eventToMatch, hintfns := range hintMap {
    		if !eventToMatch.Match(event) {
    			continue
    		}
    
    		for _, hintfn := range hintfns {
    			if !rejectorPlugins.Has(hintfn.PluginName) {
    				// skip if it's not hintfn from rejectorPlugins.
    				continue
    			}
    
    			hint, err := hintfn.QueueingHintFn(logger, pod, oldObj, newObj)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    					continue
    				}
    				fallthrough
    			default:
    				jsonTag := sf.Tag.Get("json")
    				if len(jsonTag) == 0 {
    					continue
    				}
    				jsonName := strings.SplitN(jsonTag, ",", 2)[0]
    				if len(jsonName) == 0 {
    					continue
    				}
    				if excludedNameSet.Has(jsonName) {
    					continue
    				}
    				var desc string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

          Operation* user = use.getOwner();
          if (user->hasTrait<mlir::OpTrait::IsTerminator>()) continue;
    
          auto affine_user = llvm::dyn_cast<mlir::AffineQuantizedOpInterface>(user);
          if (affine_user &&
              affine_user.GetAffineOperandIndex() == use.getOperandNumber() &&
              affine_user.RequiredNarrowRangeAffineOperand())
            continue;
          // Create a fully range quantized constant.
          if (full_range_const == value) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  4. src/cmd/dist/build.go

    		for _, x := range list {
    			if x == ok || (ok == "android" && x == "linux") || (ok == "illumos" && x == "solaris") || (ok == "ios" && x == "darwin") {
    				continue
    			}
    			i := strings.Index(name, x)
    			if i <= 0 || name[i-1] != '_' {
    				continue
    			}
    			i += len(x)
    			if i == len(name) || name[i] == '.' || name[i] == '_' {
    				return true
    			}
    		}
    		return false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                                        e.getModelId(), e.getMessage(), pomFile != null ? pomFile.toFile() : null, e);
                            }
                            // validation error, continue project building and delay failing to help IDEs
                            error = e;
                        }
    
                        modelProblems = result.getProblems();
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        }
      }
      while (!stack.empty()) {
        const Work item = stack.back();
        stack.pop_back();
        if (item.leave) {
          sorted->push_back(item.cluster);
          continue;
        }
    
        if (visited.find(item.cluster) != visited.end()) continue;
        visited.insert(item.cluster);
    
        stack.push_back({item.cluster, true});
        const auto& iter = ancestors.find(item.cluster);
        if (iter != ancestors.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  7. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    			probeTimestamp:           nc.now(),
    			readyTransitionTimestamp: transitionTime,
    		}
    	}
    	// Always update the probe time if node lease is renewed.
    	// Note: If kubelet never posted the node status, but continues renewing the
    	// heartbeat leases, the node controller will assume the node is healthy and
    	// take no action.
    	observedLease, _ := nc.leaseLister.Leases(v1.NamespaceNodeLease).Get(node.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          if (cluster_ops.count(user)) {
            continue;
          }
          // This is pessimistic and in some cases will add extra communication.
          if (!HasOutsideCompilationAncestor(user) || has_dynamic_outputs ||
              HasDynamicOutputs(user)) {
            if (!user_set.insert(user).second) continue;
            for (Value v : user->getOperands()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  9. src/text/template/exec_test.go

    		if err != nil {
    			t.Errorf("%s: parse error: %s", test.name, err)
    			continue
    		}
    		b.Reset()
    		err = tmpl.Execute(b, test.data)
    		switch {
    		case !test.ok && err == nil:
    			t.Errorf("%s: expected error; got none", test.name)
    			continue
    		case test.ok && err != nil:
    			t.Errorf("%s: unexpected execute error: %s", test.name, err)
    			continue
    		case !test.ok && err != nil:
    			// expected error, got one
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  10. src/runtime/traceback.go

    			sf := iu.srcFunc(uf)
    			callee := u.calleeFuncID
    			u.calleeFuncID = sf.funcID
    			if !(showRuntime || showframe(sf, gp, n == 0, callee)) {
    				continue
    			}
    
    			if pr, stop := commitFrame(); stop {
    				return
    			} else if !pr {
    				continue
    			}
    
    			name := sf.name()
    			file, line := iu.fileLine(uf)
    			// Print during crash.
    			//	main(0x1, 0x2, 0x3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top