Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 390 for determinant (0.2 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/defaulting/validation.go

    					// If ratcheting is enabled some CEL rules may use optionalOldSelf
    					// For such rules the above validation is not sufficient for
    					// determining if the default value is a valid value to introduce
    					// via create or uncorrelated update.
    					//
    					// Validate an update from nil to the default value to ensure
    					// that the default value pass
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 22:34:13 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/IgnoredPathCompareStrategy.java

        private IgnoredPathCompareStrategy() {
            super(IgnoredPathCompareStrategy::visitChangesSince);
        }
    
        /**
         * Determines changes by:
         *
         * <ul>
         *     <li>Determining which content fingerprints are only in the previous or current fingerprint collection.</li>
         *     <li>Those only in the previous fingerprint collection are reported as removed.</li>
         * </ul>
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/ResolvableConfigurationsReportTask.java

    import org.gradle.api.tasks.options.Option;
    import org.gradle.work.DisableCachingByDefault;
    
    /**
     * A task which reports the configurations of a project which can be resolved on the command line.
     *
     * This is useful for determining which attributes are associated with the resolvable
     * configurations being used to resolve a project's dependencies.  The output can help predict which variant of
     * each dependency will be resolved.
     *
     * @since 7.5
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 08 12:54:53 UTC 2022
    - 3K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

                }
    
                return false;
            }
    
            if (getLogger().isDebugEnabled()) {
                getLogger()
                        .debug("Determining update check for " + artifact + " (" + file + ") from " + repository.getId()
                                + " (" + repository.getUrl() + ")");
            }
    
            if (file == null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/ImplicitInputsProvidingService.java

     * - the type of the output which allows checking if the result of calling the service is the same ({@link OUT}
     *
     * Both have to be serializable, and it's encouraged to use the minimal footprint which allows
     * determining up-to-date status. For example, a SHA1 of a resource might be enough, rather than storing
     * the whole resource itself.
     *
     * @param <IN> a service specific type, representing a query of the service, which can be replayed later
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. pkg/scheduler/util/assumecache/assume_cache_test.go

    		xKey, err := cache.MetaNamespaceKeyFunc(x)
    		if err != nil {
    			tCtx.Fatalf("unexpected error determining key for %v: %v", x, err)
    		}
    		yKey, err := cache.MetaNamespaceKeyFunc(y)
    		if err != nil {
    			tCtx.Fatalf("unexpected error determining key for %v: %v", y, err)
    		}
    		return xKey < yKey
    	}))
    	if diff != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. src/runtime/os_illumos.go

    	var capval uint64 = 0
    
    	for {
    		if getrctl(unsafe.Pointer(&name[0]), unsafe.Pointer(rblkprev), unsafe.Pointer(rblk), flag) != 0 {
    			// The end of the sequence is reported as an ENOENT
    			// failure, but determining the CPU cap is not critical
    			// here.  We'll treat any failure as if it were the end
    			// of sequence.
    			break
    		}
    
    		lflags := rctlblk_get_local_flags(unsafe.Pointer(rblk))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 18:06:12 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/ObjectArrays.java

       * elements than the collection), the element in the array immediately following the end of the
       * collection is set to {@code null}. This is useful in determining the length of the collection
       * <i>only</i> if the caller knows that the collection does not contain any null elements.
       *
       * <p>This method returns the elements in the order they are returned by the collection's
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 12 15:59:22 UTC 2023
    - 9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantize_composite_functions.cc

      // attribute.
      pm.addNestedPass<func::FuncOp>(createInsertWeightParamPass());
    
      // PrepareQuantizePass uses SymbolTable to fetch relevant GEMM ops for
      // determining quantization attributes. This requires module-level context.
      pm.addPass(createPrepareQuantizePass(options));
    
      QuantizePassOptions quantize_options;
      quantize_options.enable_per_channel_quantized_weight_ =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/ObjectArrays.java

       * elements than the collection), the element in the array immediately following the end of the
       * collection is set to {@code null}. This is useful in determining the length of the collection
       * <i>only</i> if the caller knows that the collection does not contain any null elements.
       *
       * <p>This method returns the elements in the order they are returned by the collection's
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 12 15:59:22 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top