Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 212 for aggregators (1.99 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectSegment.java

     * into TaskSegments. This class represents the execution context of one such task segment.
     * </p>
     * <p>
     * Wise voices have suggested that maybe aggregators shouldn't be bound to the ordinary
     * lifecycle at all, in which case we wouldn't be needing this class at all ( and
     * ProjectBuildList.getByTaskSegments). Or maybe they should be introduced in the calculation
     * of the execution plan instead, which seems much nicer.
     * </p>
     * <p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java

                    .longOpt("non-recursive")
                    .desc(
                            "Do not recurse into sub-projects. When used together with -pl, do not recurse into sub-projects of selected aggregators")
                    .build());
            options.addOption(Option.builder(Character.toString(UPDATE_SNAPSHOTS))
                    .longOpt("update-snapshots")
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/integration_test/custom_aggregator_op_test.py

          input_tensor1 = array_ops.constant(
              [1.0, 2.0, 3.0, 4.0, 5.0], dtypes.float32
          )
          aggregator1 = custom_aggregator_op_wrapper.custom_aggregator(
              input_tensor1,
              '2',
              calibration_method=_CalibrationMethod.CALIBRATION_METHOD_MIN_MAX,
          )
          aggregator1_output = self.evaluate(aggregator1)
          self.assertAllEqual(aggregator1_output.output, [1.0, 2.0, 3.0, 4.0, 5.0])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/aggregator.go

    	"k8s.io/klog/v2"
    	v1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1"
    	v1helper "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/helper"
    	"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
    	aggregatorapiserver "k8s.io/kube-aggregator/pkg/apiserver"
    	aggregatorscheme "k8s.io/kube-aggregator/pkg/apiserver/scheme"
    	apiregistrationclient "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  5. cmd/kube-apiserver/app/aggregator.go

    package app
    
    import (
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	controlplaneapiserver "k8s.io/kubernetes/pkg/controlplane/apiserver"
    )
    
    // The proper way to resolve this letting the aggregator know the desired group and version-within-group order of the underlying servers
    // is to refactor the genericapiserver.DelegationTarget to include a list of priorities based on which APIs were installed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 17:44:20 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/merge.go

    */
    
    package builder
    
    import (
    	"fmt"
    	"strings"
    
    	"k8s.io/kube-openapi/pkg/aggregator"
    	"k8s.io/kube-openapi/pkg/spec3"
    	"k8s.io/kube-openapi/pkg/validation/spec"
    )
    
    const metadataGV = "io.k8s.apimachinery.pkg.apis.meta.v1"
    const autoscalingGV = "io.k8s.api.autoscaling.v1"
    
    // MergeSpecs aggregates all OpenAPI specs, reusing the metadata of the first, static spec as the basis.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 16 14:08:01 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  7. cmd/kube-apiserver/app/config.go

    	}
    	c.ApiExtensions = apiExtensions
    
    	aggregator, err := controlplaneapiserver.CreateAggregatorConfig(*kubeAPIs.ControlPlane.Generic, opts.CompletedOptions, kubeAPIs.ControlPlane.VersionedInformers, serviceResolver, kubeAPIs.ControlPlane.ProxyTransport, kubeAPIs.ControlPlane.Extra.PeerProxy, pluginInitializer)
    	if err != nil {
    		return nil, err
    	}
    	c.Aggregator = aggregator
    
    	return c, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 17:44:20 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/validation/invalid-aggregator-packaging-pom.xml

    Michael Osipov <******@****.***> 1416744059 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 997 bytes
    - Viewed (0)
  9. maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java

            msgs.add("* An aggregator Mojo is already executing in parallel build,    *");
            msgs.add("* but aggregator Mojos require exclusive access to reactor to   *");
            msgs.add("* prevent race conditions. This mojo execution will be blocked  *");
            msgs.add("* until the aggregator work is done.                            *");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java

        }
    
        public void setFailedShards(int failedShards) {
            this.failedShards = failedShards;
        }
    
        public Aggregations getAggregations() {
            return aggregations;
        }
    
        public void setAggregation(Aggregations aggregations) {
            this.aggregations = aggregations;
        }
    
        public TotalHits getTotalHits() {
            return totalHits;
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top