Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 4,030 for continueCh (0.51 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_device_propagation.cc

                                       value_to_device);
            continue;
          }
    
          // Op has an unsupported device.
          if (has_device) continue;
    
          if (!IsSupportedOpToSetDevice(*op_to_update)) continue;
    
          llvm::StringRef new_device =
              FindDeviceFromOperands(*op_to_update, value_to_device);
          if (new_device.empty()) continue;
    
          auto new_device_attr =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. pkg/registry/admissionregistration/resolver/resolver.go

    		if resource.Kind != gvk.Kind {
    			// ignore unrelated kinds
    			continue
    		}
    		if strings.Contains(resource.Name, "/") {
    			// ignore subresources
    			continue
    		}
    		if resource.Group != "" && resource.Group != gvk.Group {
    			// group didn't match
    			continue
    		}
    		if resource.Version != "" && resource.Version != gvk.Version {
    			// version didn't match
    			continue
    		}
    		return gv.WithResource(resource.Name), nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 21:29:56 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  3. docs/debugging/s3-check-md5/main.go

    			if object.Err != nil {
    				log.Println("FAILED: LIST with error:", object.Err)
    				continue
    			}
    			if !minModTime.IsZero() && object.LastModified.Before(minModTime) {
    				continue
    			}
    			if object.IsDeleteMarker {
    				log.Println("SKIPPED: DELETE marker object:", objFullPath(object))
    				continue
    			}
    			if _, ok := object.UserMetadata["X-Amz-Server-Side-Encryption-Customer-Algorithm"]; ok {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 17 01:15:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/hoist_broadcast_read.cc

        if (!scope->isProperAncestor(replicate)) continue;
        bool has_conflicting_write = false;
        for (OpOperand& use : res.getUses()) {
          Operation* using_op = use.getOwner();
          if (using_op == read) continue;
          if (!replicate->isProperAncestor(using_op)) continue;
          Operation* peer = GetAncestorBelow(using_op, replicate);
          if (read->isBeforeInBlock(peer)) continue;
          if (llvm::isa<ReadVariableOp>(peer)) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/lister_watcher_test.go

    	}
    	if limit1.Continue == "" {
    		t.Errorf("Expected list to have Continue but got none")
    	}
    	obj2, err := lw.List(metav1.ListOptions{Limit: 2, Continue: limit1.Continue})
    	if err != nil {
    		t.Fatalf("List failed: %v", err)
    	}
    	limit2, ok := obj2.(*example.PodList)
    	if !ok {
    		t.Fatalf("Expected PodList but got %v", limit2)
    	}
    	if limit2.Continue != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 11:51:06 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    					patchContext != networking.EnvoyFilter_GATEWAY {
    					continue
    				}
    				if !commonConditionMatch(patchContext, lp) {
    					IncrementEnvoyFilterMetric(lp.Key(), Listener, false)
    					continue
    				}
    				// clone before append. Otherwise, subsequent operations on this listener will corrupt
    				// the master value stored in CP.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/framepointer/framepointer.go

    				active = true
    				continue
    			}
    			if !active {
    				continue
    			}
    
    			if asmWriteBP.MatchString(line) { // clobber of BP, function is not OK
    				pass.Reportf(analysisutil.LineStart(tf, lineno), "frame pointer is clobbered before saving")
    				active = false
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/shift/dead.go

    			cc := x.(*ast.CaseClause)
    			if cc.List == nil {
    				// Skip default case.
    				continue
    			}
    			for _, expr := range cc.List {
    				v := info.Types[expr].Value
    				if v == nil {
    					continue BodyLoopInt
    				}
    				n, ok := constant.Uint64Val(v)
    				if !ok || tagN == n {
    					continue BodyLoopInt
    				}
    			}
    			setDead(cc)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 18:23:38 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGFailurePolicyIntegrationTest.groovy

            expect:
            fails "test"
    
            and:
            testResults.assertConfigMethodFailed("fail")
            testResults.assertTestSkipped("someTest")
        }
    
        def "can be configured to continue executing tests after a config method failure"() {
            when:
            assumeTrue(supportConfigFailurePolicy())
    
            buildFile << """
                testing {
                    suites {
                        test {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. cmd/notification.go

    	for _, client := range sys.peerClients {
    		if client == nil {
    			continue
    		}
    		data, err := client.DownloadProfileData()
    		if err != nil {
    			reqInfo := (&logger.ReqInfo{}).AppendTags("peerAddress", client.host.String())
    			ctx := logger.SetReqInfo(ctx, reqInfo)
    			peersLogOnceIf(ctx, err, client.host.String())
    			continue
    		}
    
    		profilingDataFound = true
    
    		for typ, data := range data {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
Back to top