Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 996 for Preferred (0.19 sec)

  1. tensorflow/compiler/mlir/runlit.site.cfg.py

    config.mlir_test_dir = os.path.join(real_test_srcdir,
                                        os.environ['TEST_WORKSPACE'], test_dir)
    
    if platform.system() == 'Windows':
      # Configure this to work with msys2, TF's preferred windows bash.
      config.lit_tools_dir = '/usr/bin'
    
    lit.llvm.initialize(lit_config, config)
    
    # Let the main config do the real work.
    lit_config.load_config(
        config,
        os.path.join(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 21:33:52 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--kubelet-client-key=" + filepath.Join(testCertsDir, "apiserver-kubelet-client.key"),
    				"--enable-bootstrap-token-auth=true",
    				"--secure-port=123",
    				"--allow-privileged=true",
    				"--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname",
    				"--proxy-client-cert-file=" + filepath.FromSlash("/var/lib/certs/front-proxy-client.crt"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildInitializer.java

        Set<ModularizationOption> getModularizationOptions();
    
        /**
         * Returns the set of DSLs supported for this type of project, in display order.
         */
        Set<BuildInitDsl> getDsls();
    
        /**
         * The preferred DSL to use for this type of project.
         */
        BuildInitDsl getDefaultDsl();
    
        /**
         * Does a project name make sense for this type of project?
         */
        boolean supportsProjectName();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go

    //
    // XChaCha20-Poly1305 is a ChaCha20-Poly1305 variant that takes a longer nonce,
    // suitable to be generated randomly without risk of collisions. It should be
    // preferred when nonce uniqueness cannot be trivially ensured, or whenever
    // nonces are randomly generated.
    func NewX(key []byte) (cipher.AEAD, error) {
    	if len(key) != KeySize {
    		return nil, errors.New("chacha20poly1305: bad key length")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 09 20:10:44 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  5. pkg/kubelet/util/util_windows.go

    func LocalEndpoint(path, file string) (string, error) {
    	// extract the podresources config name from the path. We only need this on windows because the preferred layout of pipes,
    	// this is why we have the extra logic in here instead of changing the function signature. Join the file to make sure the
    	// last path component is a file, so the operation chain works..
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. pkg/api/pod/util_test.go

    							{MatchLabelKeys: []string{"foo"}, MismatchLabelKeys: []string{"foo"}},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:    "[PodAffinity/preferred] feature disabled, both pods don't use MatchLabelKeys/MismatchLabelKeys fields",
    			enabled: false,
    			oldPodSpec: &api.PodSpec{
    				Affinity: &api.Affinity{
    					PodAffinity: &api.PodAffinity{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSubtypingComponent.kt

         * However, caution should be applied when using [LENIENT], as the policy can swallow type errors which should have been dealt with
         * explicitly. In most cases, explicit type error handling should be preferred.
         *
         * As a motivating example, consider that we want to find all functions which can be called with an argument of a certain type and show
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-include-tf2xla-fallback.mlir

    // transposes the output which is faster. However, the fallback pattern doesn't
    // support dynamic shaped operands like the native lowering. Verify that
    // fallback lowering is preferred for static shaped operands when available.
    
    // CHECK-LABEL: batchmatmulv2
    func.func @batchmatmulv2(%arg0: tensor<1x4x2xf32>, %arg1: tensor<3x2x4xf32>) -> tensor<3x4x4xf32> {
      // NO_FALLBACK: mhlo.dynamic_broadcast_in_dim
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 16 19:04:03 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_doc.txt

    # Triple-check when module x is outside GOPATH/src,
    # but other packages with same import paths are in GOPATH/src.
    # Since go doc is running in module mode here, packages in active module
    # should be preferred over packages in GOPATH. See golang.org/issue/28992.
    env GOPATH=$WORK/gopath2
    go doc x/y
    ! stdout 'Package y is.*GOPATH'
    stdout 'Package y is.*alphabet'
    go doc rsc.io/quote
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 28 18:50:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dependencies/DefaultImmutableVersionConstraint.java

                                                 @Nullable String requiredBranch) {
            if (preferredVersion == null) {
                throw new IllegalArgumentException("Preferred version must not be null");
            }
            if (requiredVersion == null) {
                throw new IllegalArgumentException("Required version must not be null");
            }
            if (strictVersion == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top