Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 5,233 for OptionS (0.28 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test_helper.cc

        MarkForCompilationPassTestHelper::Options options) {
      // Assign all unassigned nodes to the CPU device.
      static const char* kCpuDevice = "/job:localhost/replica:0/task:0/cpu:0";
      for (Node* n : (*graph)->nodes()) {
        if (n->assigned_device_name().empty()) {
          n->set_assigned_device_name(kCpuDevice);
        }
      }
    
      SessionOptions session_options;
      if (options.enable_global_jit) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 09 19:51:48 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/printers/tableprinter_test.go

    		{
    			object:   testPod,
    			options:  PrintOptions{},
    			expected: "NAME            AGE\ntest-pod-name   <unknown>\n",
    		},
    		// Test non-table default printing for a pod with "NoHeaders" option.
    		{
    			object:   testPod,
    			options:  PrintOptions{NoHeaders: true},
    			expected: "test-pod-name   <unknown>\n",
    		},
    		// Test non-table default printing for a pod with "WithNamespace" option.
    		{
    			object:   testPod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 30 15:08:43 UTC 2022
    - 24.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/validation/validation.go

    func ValidateListOptions(options *internalversion.ListOptions, isWatchListFeatureEnabled bool) field.ErrorList {
    	if options.Watch {
    		return validateWatchOptions(options, isWatchListFeatureEnabled)
    	}
    	allErrs := field.ErrorList{}
    	if match := options.ResourceVersionMatch; len(match) > 0 {
    		if len(options.ResourceVersion) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 09:55:40 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. maven-model-builder/src/main/java/org/apache/maven/model/io/ModelWriter.java

         * @param options The options to use for serialization, may be {@code null} to use the default values.
         * @param model The model to serialize, must not be {@code null}.
         * @throws IOException If the model could not be serialized.
         */
        void write(File output, Map<String, Object> options, Model model) throws IOException;
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/logging/TestLoggingContainer.java

         */
        void debug(Action<TestLogging> action);
    
        /**
         * Gets logging options for info level.
         *
         * @return logging options for info level
         */
        TestLogging getInfo();
    
        /**
         * Sets logging options for info level.
         *
         * @param logging logging options for info level
         */
        void setInfo(TestLogging logging);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. platforms/core-runtime/build-option/src/main/java/org/gradle/internal/buildoption/DefaultFeatureFlags.java

            if (flag.getSystemPropertyName() != null) {
                // Can explicitly disable property using system property
                Option.Value<Boolean> option = options.getOption(new InternalFlag(flag.getSystemPropertyName()));
                if (option.isExplicit() || option.get()) {
                    return option.get();
                }
            }
            return enabled.contains(flag);
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/rest/delete_test.go

    			}
    			if !utilpointer.Int64Equal(tt.args.options.GracePeriodSeconds, tt.wantGracePeriodSeconds) {
    				t.Errorf("options.GracePeriodSeconds = %v, want %v", ptr.Deref(tt.args.options.GracePeriodSeconds, 0), ptr.Deref(tt.wantGracePeriodSeconds, 0))
    			}
    		})
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 24 11:44:07 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. pkg/registry/core/namespace/storage/storage.go

    	// Ensure we have a UID precondition
    	if options == nil {
    		options = metav1.NewDeleteOptions(0)
    	}
    	if options.Preconditions == nil {
    		options.Preconditions = &metav1.Preconditions{}
    	}
    	if options.Preconditions.UID == nil {
    		options.Preconditions.UID = &namespace.UID
    	} else if *options.Preconditions.UID != namespace.UID {
    		err = apierrors.NewConflict(
    			api.Resource("namespaces"),
    			name,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/idna10.0.0.go

    type Profile struct {
    	options
    }
    
    func apply(o *options, opts []Option) {
    	for _, f := range opts {
    		f(o)
    	}
    }
    
    // New creates a new Profile.
    //
    // With no options, the returned Profile is the most permissive and equals the
    // Punycode Profile. Options can be passed to further restrict the Profile. The
    // MapForLookup and ValidateForRegistration options set a collection of options,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  10. security/pkg/pki/util/generate_cert.go

    		}
    		return genCert(options, ecPriv, &ecPriv.PublicKey)
    	}
    
    	if options.RSAKeySize < minimumRsaKeySize {
    		return nil, nil, fmt.Errorf("requested key size does not meet the minimum required size of %d (requested: %d)", minimumRsaKeySize, options.RSAKeySize)
    	}
    	rsaPriv, err := rsa.GenerateKey(rand.Reader, options.RSAKeySize)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 02 14:34:38 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top