Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,018 for continueCh (0.3 sec)

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

      // Skip result if cluster writes to the same variable via multiple results.
      for (Operation* handle_user : handle.getUsers()) {
        if (handle_user == assign_var) continue;
        auto assign_var_user = dyn_cast<TF::AssignVariableOp>(handle_user);
        if (!assign_var_user) continue;
        if (assign_var_user.getValue().getDefiningOp() == cluster_func)
          return resource;
      }
    
      resource.resource = assign_var.getResource();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 16:54:40 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. analysis/analysis-api/testData/components/dataFlowInfoProvider/exitPointSnapshot/controlFlow/breakContinue2.txt

    KaDataFlowExitPointSnapshot:
      defaultExpressionInfo = DefaultExpressionInfo:
        expression = if (a - b > 0) continue@loop1
        type = kotlin.Unit
      hasEscapingJumps = true
      hasJumps = true
      hasMultipleJumpKinds = true
      hasMultipleJumpTargets = false
      jumpExpressions = [
        break@loop2,
        continue@loop1
      ]
      returnValueType = null
      valuedReturnExpressions = []
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 401 bytes
    - Viewed (0)
  3. pkg/config/validation/envoyfilter/envoyfilter.go

    			continue
    		}
    		if cp.ApplyTo == networking.EnvoyFilter_INVALID {
    			errs = validation.AppendValidation(errs, fmt.Errorf("Envoy filter: missing applyTo")) // nolint: stylecheck
    			continue
    		}
    		if cp.Patch == nil {
    			errs = validation.AppendValidation(errs, fmt.Errorf("Envoy filter: missing patch")) // nolint: stylecheck
    			continue
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. src/debug/elf/file.go

    		t := R_PPC(rela.Info & 0xff)
    
    		if symNo == 0 || symNo > uint32(len(symbols)) {
    			continue
    		}
    		sym := &symbols[symNo-1]
    		if !canApplyRelocation(sym) {
    			continue
    		}
    
    		switch t {
    		case R_PPC_ADDR32:
    			if rela.Off+4 >= uint32(len(dst)) || rela.Addend < 0 {
    				continue
    			}
    			val32 := uint32(sym.Value) + uint32(rela.Addend)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  5. src/runtime/map_faststr.go

    					inserti = i
    				}
    				if b.tophash[i] == emptyRest {
    					break bucketloop
    				}
    				continue
    			}
    			k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+i*2*goarch.PtrSize))
    			if k.len != key.len {
    				continue
    			}
    			if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
    				continue
    			}
    			// already have a mapping for key. Update it.
    			inserti = i
    			insertb = b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. src/encoding/pem/pem.go

    			endTrailerIndex = endIndex + len(pemEnd)
    		}
    
    		if endIndex < 0 {
    			continue
    		}
    
    		// After the "-----" of the ending line, there should be the same type
    		// and then a final five dashes.
    		endTrailer := rest[endTrailerIndex:]
    		endTrailerLen := len(typeLine) + len(pemEndOfLine)
    		if len(endTrailer) < endTrailerLen {
    			continue
    		}
    
    		restOfEndLine := endTrailer[endTrailerLen:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/looprotate.go

    		b := loop.header
    		var p *Block // b's in-loop predecessor
    		for _, e := range b.Preds {
    			if e.b.Kind != BlockPlain {
    				continue
    			}
    			if loopnest.b2l[e.b.ID] != loop {
    				continue
    			}
    			p = e.b
    		}
    		if p == nil {
    			continue
    		}
    		p.Hotness |= HotInitial
    		if f.IsPgoHot {
    			p.Hotness |= HotPgo
    		}
    		// blocks will be arranged so that p is ordered first, if it isn't already.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/dataFlowInfoProvider/exitPointSnapshot/controlFlow/continueReturn.txt

        expression = if (foo() == 5) {
                    continue
                } else if (foo() == 6) {
                    return
                }
        type = kotlin.Unit
      hasEscapingJumps = true
      hasJumps = true
      hasMultipleJumpKinds = true
      hasMultipleJumpTargets = true
      jumpExpressions = [
        return,
        continue
      ]
      returnValueType = null
      valuedReturnExpressions = []
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 476 bytes
    - Viewed (0)
  9. src/net/net_windows_test.go

    		if addr != "" {
    			if len(line) == 0 {
    				addr = ""
    				continue
    			}
    			if string(line) != "Interface Luid     : "+name {
    				continue
    			}
    			addrs = append(addrs, addr)
    			addr = ""
    			continue
    		}
    		if !bytes.HasPrefix(line, []byte("Address")) {
    			continue
    		}
    		if !bytes.HasSuffix(line, []byte("Parameters")) {
    			continue
    		}
    		f := bytes.Split(line, []byte{' '})
    		if len(f) != 3 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/dataFlowInfoProvider/exitPointSnapshot/controlFlow/breakContinue.txt

        expression = if (foo() == 5) {
                    break
                } else if (foo() == 6) {
                    continue
                }
        type = kotlin.Unit
      hasEscapingJumps = true
      hasJumps = true
      hasMultipleJumpKinds = true
      hasMultipleJumpTargets = true
      jumpExpressions = [
        break,
        continue
      ]
      returnValueType = null
      valuedReturnExpressions = []
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 474 bytes
    - Viewed (0)
Back to top