Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 359 for Aggregate (0.11 sec)

  1. pkg/scheduler/apis/config/validation/validation.go

    )
    
    // ValidateKubeSchedulerConfiguration ensures validation of the KubeSchedulerConfiguration struct
    func ValidateKubeSchedulerConfiguration(cc *config.KubeSchedulerConfiguration) utilerrors.Aggregate {
    	var errs []error
    	errs = append(errs, componentbasevalidation.ValidateClientConnectionConfiguration(&cc.ClientConnection, field.NewPath("clientConnection")).ToAggregate())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/cpp_library_plugin.adoc

    Depends on: `linkDebug` when linkage includes `shared` or `createDebug` otherwise.
    ::
    Aggregate task that assembles the debug variant of the shared library (if available) for the current host (if present) in the project.
    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    `check` - Task (lifecycle)::
    Aggregate task that performs verification tasks, such as running the tests.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  3. tensorflow/c/ops.h

    // N >= 2 inputs and produces 1 output all of the same type. Should be
    // associative and commutative, and produce output with the same shape as the
    // input. The optimizer may replace an aggregate op taking input from multiple
    // devices with a tree of aggregate ops that aggregate locally within each
    // device (and possibly within groups of nearby devices) before communicating.
    TF_CAPI_EXPORT extern void TF_OpDefinitionBuilderSetIsAggregate(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/quota/v1/generic/evaluator.go

    	if quota.Spec.ScopeSelector != nil {
    		selectors = append(selectors, quota.Spec.ScopeSelector.MatchExpressions...)
    	}
    	return selectors
    }
    
    // CalculateUsageStats is a utility function that knows how to calculate aggregate usage.
    func CalculateUsageStats(options quota.UsageStatsOptions,
    	listFunc ListFuncByNamespace,
    	scopeFunc MatchesScopeFunc,
    	usageFunc UsageFunc) (quota.UsageStats, error) {
    	// default each tracked resource to zero
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 05 00:02:47 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/profile/profile.go

    				return fmt.Errorf("inconsistent function %p: %d", f, f.ID)
    			}
    		}
    	}
    	return nil
    }
    
    // Aggregate merges the locations in the profile into equivalence
    // classes preserving the request attributes. It also updates the
    // samples to point to the merged locations.
    func (p *Profile) Aggregate(inlineFrame, function, filename, linenumber, columnnumber, address bool) error {
    	for _, m := range p.Mapping {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    In the aggregation project's build file, we declare the `testReportData` configuration and depend on all of the projects that we want to aggregate the results from. Gradle will automatically select the binary test result variant from each of the subprojects instead of the project's jar file.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. architecture/networking/pilot.md

            msd("Memory Controller")
            asd("Aggregate")
            ksd--Join-->asd
            sesd--Join-->asd
            msd--Join-->asd
            ksd<--"Data Sharing"-->sesd
        end
        subgraph ConfigStore
            ccs("CRD Client")
            xcs("XDS Store")
            fcs("File Store")
            mcs("Memory Store")
            acs("Aggregate")
            ccs--Join-->acs
            xcs--Join-->acs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/report/DefaultTestReportTest.groovy

            failingClassFile.assertHasFailure('failed', 'something failed\n\nthis is the failure\nat someClass\n')
    
            where:
            numThreads << [1, 4]
        }
    
        def "aggregate same tests run with different results - #numThreads parallel thread(s)"() {
            given:
            report = reportWithMaxThreads(numThreads)
            def firstTestResults = aggregatedBuildResultsRun1()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/CombinedFuture.java

    import java.util.concurrent.Executor;
    import java.util.concurrent.RejectedExecutionException;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /** Aggregate future that computes its value by calling a callable. */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    final class CombinedFuture<V extends @Nullable Object>
        extends AggregateFuture<@Nullable Object, V> {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/util/concurrent/CombinedFuture.java

    import java.util.concurrent.Executor;
    import java.util.concurrent.RejectedExecutionException;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /** Aggregate future that computes its value by calling a callable. */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    final class CombinedFuture<V extends @Nullable Object>
        extends AggregateFuture<@Nullable Object, V> {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top