Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for aggregation (0.29 sec)

  1. .teamcity/test-buckets.json

    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"composite-builds",
    					"declarative-dsl-core",
    					"problems",
    					"plugins-test-report-aggregation",
    					"resources-sftp",
    					"build-cache-http",
    					"testing-base",
    					"model-groovy",
    					"plugins-jvm-test-suite",
    					"plugins-version-catalog",
    					"plugins-jvm-test-fixtures"
    				]
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon May 06 14:29:38 GMT 2024
    - 49.9K bytes
    - Viewed (0)
  2. .teamcity/subprojects.json

        "path": "platforms/jvm/plugins-jvm-test-suite",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-test-report-aggregation",
        "path": "platforms/jvm/plugins-test-report-aggregation",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-version-catalog",
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue May 07 22:21:19 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                            ModelProblem problem = new org.apache.maven.internal.impl.model.DefaultModelProblem(
                                    "Child module " + moduleFile + " of " + pomFile + " forms aggregation cycle " + buffer,
                                    ModelProblem.Severity.ERROR,
                                    ModelProblem.Version.BASE,
                                    model,
                                    -1,
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  4. RELEASE.md

            to the v1 version of the estimator:
            `tf.compat.v1.estimator.DNN/Linear/DNNLinearCombined*`.
        *   Default aggregation for canned Estimators is now `SUM_OVER_BATCH_SIZE`.
            To maintain previous default behavior, please pass `SUM` as the loss
            aggregation method.
        *   Canned Estimators don’t support `input_layer_partitioner` arg in the
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                            Severity.ERROR,
                            Version.BASE,
                            "packaging",
                            null,
                            "with value '" + m.getPackaging() + "' is invalid. Aggregator projects "
                                    + "require 'pom' as packaging.",
                            m);
                }
    
                for (int i = 0, n = m.getModules().size(); i < n; i++) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 13:13:07 GMT 2024
    - 73.1K bytes
    - Viewed (0)
Back to top