Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,573 for NCases (0.07 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/InternalPhasedActionConnection.java

    package org.gradle.tooling.internal.protocol;
    
    import org.gradle.tooling.internal.protocol.exceptions.InternalUnsupportedBuildArgumentException;
    
    /**
     * Mixed into a provider connection, to allow tooling models in different phases of the build to be
     * requested by the user.
     *
     * <p>DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
     *
     * <p>Consumer compatibility: This interface is used by all consumer versions from 4.8.</p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    			ResourceRules: []flowcontrol.ResourcePolicyRule{
    				resourceRule(
    					[]string{"get", "create", "update"},
    					[]string{coordinationv1.GroupName},
    					[]string{"leases"},
    					[]string{flowcontrol.NamespaceEvery},
    					false),
    			},
    		},
    	)
    	// We add an explicit rule for endpoint-controller with high precedence
    	// to ensure that those calls won't get caught by the following
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/compile.go

    // version is used as a regular expression to match the phase name(s).
    //
    // Special cases that have turned out to be useful:
    //   - ssa/check/on enables checking after each phase
    //   - ssa/all/time enables time reporting for all phases
    //
    // See gc/lex.go for dissection of the option string.
    // Example uses:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 14:55:18 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

              GetQuantScaleSpec(user);
          const BiasParamsMap biases = spec->biases_params;
    
          // The quantization parameters of a `weight` shouldn't be determined by
          // other values. So any constants which are not bias, an operand of an
          // op with same scale requirements, and haven't been quantized are
          // weights.
          if (!biases.contains(operand_num) &&
              !scale_spec->has_same_scale_requirement &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/phases/upgrade/node/preflight.go

    */
    
    package node
    
    import (
    	"fmt"
    
    	"github.com/pkg/errors"
    
    	utilsexec "k8s.io/utils/exec"
    
    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/options"
    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
    	"k8s.io/kubernetes/cmd/kubeadm/app/preflight"
    )
    
    // NewPreflightPhase creates a kubeadm workflow phase that implements preflight checks for a new node join
    func NewPreflightPhase() workflow.Phase {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h

                                             StringPiece func_name);
    
      // Runs the decompose passes on the user_module.
      Status DecomposeGraph(mlir::ModuleOp user_module);
    
      // Erases the tfr_module created.
      void Destroy();
    
     private:
      mlir::ModuleOp tfr_module_;
      mlir::PassManager pm_;
    
      GraphExportConfig export_confs_;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 11:12:54 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/certs.go

    	kubeadmconstants "k8s.io/kubernetes/cmd/kubeadm/app/constants"
    	certsphase "k8s.io/kubernetes/cmd/kubeadm/app/phases/certs"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/renewal"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts"
    	kubeconfigphase "k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig"
    	configutil "k8s.io/kubernetes/cmd/kubeadm/app/util/config"
    	kubeconfigutil "k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. pkg/controlplane/apiserver/server.go

    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/routes"
    	"k8s.io/kubernetes/pkg/serviceaccount"
    )
    
    var (
    	// IdentityLeaseGCPeriod is the interval which the lease GC controller checks for expired leases
    	// IdentityLeaseGCPeriod is exposed so integration tests can tune this value.
    	IdentityLeaseGCPeriod = 3600 * time.Second
    	// IdentityLeaseDurationSeconds is the duration of kube-apiserver lease in seconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. api/maven-api-plugin/src/main/mdo/lifecycle.mdo

              <version>1.0.0</version>
              <type>String</type>
              <description>The ID of this lifecycle, for identification in the mojo descriptor.</description>
            </field>
            <field>
              <name>phases</name>
              <version>1.0.0</version>
              <description>The phase mappings for this lifecycle.</description>
              <association>
                <type>Phase</type>
                <multiplicity>*</multiplicity>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/work/WorkerLeaseService.java

    @ServiceScope(Scope.CrossBuildSession.class)
    public interface WorkerLeaseService extends WorkerLeaseRegistry, ProjectLeaseRegistry, WorkerThreadRegistry {
        /**
         * Returns the maximum number of worker leases that this service will grant at any given time. Note that the actual limit may vary over time but will never _exceed_ the value returned by this method.
         */
        int getMaxWorkerCount();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 06:02:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top