Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for nextB (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      let description = [{
    Creates a dataset that invokes its 'next' region to generate elements. Conceptually,
    within MLIR, we treat this op as if it fills a buffer with all the results right away,
    and those results are then passed (through the variant tensor result) to
    MakeIterator / IteratorGetNext. Note that the actual TF implementation differs: It
    generates the next element just in time, during IteratorGetNext.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. src/runtime/map.go

    	}
    	if h.flags&hashWriting != 0 {
    		fatal("concurrent map iteration and map write")
    	}
    	t := it.t
    	bucket := it.bucket
    	b := it.bptr
    	i := it.i
    	checkBucket := it.checkBucket
    
    next:
    	if b == nil {
    		if bucket == it.startBucket && it.wrapped {
    			// end of iteration
    			it.key = nil
    			it.elem = nil
    			return
    		}
    		if h.growing() && it.B == h.B {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_client_test.go

    	o.all = append(o.all, data...)
    
    	for {
    		line, next, ok := bytes.Cut(o.line, []byte("\n"))
    		if !ok {
    			break
    		}
    
    		if bytes.Equal([]byte(opensslEndOfHandshake), line) {
    			o.handshakeComplete <- struct{}{}
    		}
    		if bytes.Equal([]byte(opensslReadKeyUpdate), line) {
    			o.readKeyUpdate <- struct{}{}
    		}
    		o.line = next
    	}
    
    	return len(data), nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  4. src/debug/elf/file_test.go

    				}
    				for ; idx < testEntry.entryNumber; idx++ {
    					entry, err := reader.Next()
    					if entry == nil || err != nil {
    						t.Fatalf("Failed to skip to entry %d: %v", testEntry.entryNumber, err)
    					}
    				}
    				entry, err := reader.Next()
    				idx++
    				if err != nil {
    					t.Fatal(err)
    				}
    				if !reflect.DeepEqual(testEntry.entry, entry) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                if (stk.size() < 2) {
                    return null;
                }
                Iterator<ActivationFrame> f = stk.iterator();
    
                String location = f.next().location;
                ActivationFrame parent = f.next();
    
                return parent.parent.map(p -> p.getLocation(location)).orElse(null);
            };
            final UnaryOperator<String> transformer = s -> {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// a list starting from the next key, but from the latest snapshot, which is inconsistent from the
    	// previous list results - objects that are created, modified, or deleted after the first list request
    	// will be included in the response, as long as their keys are after the "next key".
    	//
    	// This field is not supported when watch is true. Clients may start a watch from the last
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  7. src/time/time.go

    	// According to the rule that the first calendar week of a calendar year is
    	// the week including the first Thursday of that year, and that the last one is
    	// the week immediately preceding the first calendar week of the next calendar year.
    	// See https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en:term:3.1.1.23 for details.
    
    	// weeks start with Monday
    	// Monday Tuesday Wednesday Thursday Friday Saturday Sunday
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  8. cmd/iam.go

    			allDistNames = append(allDistNames, parentUser)
    		}
    	}
    
    	expiredUsers, err := sys.LDAPConfig.GetNonEligibleUserDistNames(allDistNames)
    	if err != nil {
    		// Log and return on error - perhaps it'll work the next time.
    		iamLogIf(GlobalContext, err)
    		return
    	}
    
    	// We ignore any errors
    	_ = sys.store.DeleteUsers(ctx, expiredUsers)
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                if (stk.size() < 2) {
                    return null;
                }
                Iterator<ActivationFrame> f = stk.iterator();
    
                String location = f.next().location;
                ActivationFrame parent = f.next();
    
                return parent.parent.map(p -> p.getLocation(location)).orElse(null);
            };
            final UnaryOperator<String> transformer = s -> {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  10. pkg/proxy/winkernel/proxier.go

    const (
    	NETWORK_TYPE_OVERLAY = "overlay"
    	// MAX_COUNT_STALE_LOADBALANCERS is the maximum number of stale loadbalancers which cleanedup in single syncproxyrules.
    	// If there are more stale loadbalancers to clean, it will go to next iteration of syncproxyrules.
    	MAX_COUNT_STALE_LOADBALANCERS = 20
    )
    
    func newHostNetworkService(hcnImpl HcnService) (HostNetworkService, hcn.SupportedFeatures) {
    	var h HostNetworkService
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top