Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 159 for LATER (0.14 sec)

  1. src/index/suffixarray/sais2.go

    			sa[i] = int64(-j)
    			continue
    		}
    		sa[i] = 0
    
    		// Index j was on work queue, meaning k := j-1 is L-type,
    		// so we can now place k correctly into sa.
    		// If k-1 is L-type, queue k for processing later in this loop.
    		// If k-1 is S-type (text[k-1] < text[k]), queue -k to save for the caller.
    		k := j - 1
    		c0, c1 := text[k-1], text[k]
    		if c0 < c1 {
    			k = -k
    		}
    
    		if cB != c1 {
    			bucket[cB] = b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. 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)
  3. pilot/pkg/security/authn/policy_applier_test.go

    						},
    						Mtls: &v1beta1.PeerAuthentication_MutualTLS{
    							Mode: v1beta1.PeerAuthentication_MutualTLS_STRICT,
    						},
    					},
    				},
    				{
    					Meta: config.Meta{
    						Name:              "later",
    						Namespace:         "my-ns",
    						CreationTimestamp: now.Add(time.Second),
    					},
    					Spec: &v1beta1.PeerAuthentication{
    						Selector: &type_beta.WorkloadSelector{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

            return this;
        }
    
        /**
         * Configure an existing task.
         *
         * @return An expression that can be used to refer to the task later.
         */
        public TaskConfiguration taskConfiguration(@Nullable String comment, String taskName, String taskType, Action<? super ScriptBlockBuilder> blockContentsBuilder) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

    mlir::TF::IfRegionOp CloneEmptyIfWithPredicate(mlir::TF::IfRegionOp if_region,
                                                   OpBuilder& builder) {
      // Mark op as stateful due to side-effecting communication ops added later.
      auto host_side_if = builder.create<mlir::TF::IfRegionOp>(
          if_region.getLoc(), llvm::SmallVector<Type, 4>{}, if_region.getCond(),
          /*is_stateless=*/false, if_region.get_thenFuncNameAttr(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    5. Calculate the task graph for the requested tasks, running any deferred configuration actions.
    
    Following the configuration phase, Gradle writes a snapshot of the task graph to a new configuration cache entry, for later Gradle invocations.
    Gradle then loads the task graph from the configuration cache, so that it can apply optimizations to the tasks, and then runs the execution phase as normal.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/regalloc.go

    	// saved state does not include the state of phi ops in the block.
    	startRegs [][]startReg
    
    	// startRegsMask is a mask of the registers in startRegs[curBlock.ID].
    	// Registers dropped from startRegsMask are later synchronoized back to
    	// startRegs by dropping from there as well.
    	startRegsMask regMask
    
    	// spillLive[blockid] is the set of live spills at the end of each block
    	spillLive [][]ID
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    read/assign ops on local variables. A later resource lifting pass can further
    remove the local variables.
    
    This pass requires that the full shape of the tensor array can be inferred:
    1) the size needs to be a constant, 2) it specifies the full element shape,
    or that can be inferred from a later write, and 3) all elements have the same
    shape.
    ### `-tf-tensor-device-copy`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ppc64/ssa.go

    		case obj.NAME_EXTERN, obj.NAME_STATIC:
    			// Special case for a rule combines the bytes of gostring.
    			// The v alignment might seem OK, but we don't want to load it
    			// using an offset because relocation comes later.
    			genAddr = strings.HasPrefix(fromAddr.Sym.Name, "go:string") || v.Type.Alignment()%4 != 0 || fromAddr.Offset%4 != 0
    		default:
    			genAddr = fromAddr.Offset%4 != 0
    		}
    		if genAddr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This change also affects Kotlin Gradle Plugin and Android Gradle Plugin.
    With Gradle 8.0 you should use Kotlin Gradle Plugin 1.6.10 or later and Android Gradle Plugin 7.3.0 with `android.experimental.legacyTransform.forceNonIncremental=true` property or later.
    
    ==== Legacy AntlrSourceVirtualDirectory API
    
    The legacy `AntlrSourceVirtualDirectory` API has been removed.
    This change affects the `antlr` plugin.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top