Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 594 for restriction (0.31 sec)

  1. NOTICE

    Copyright (c) 2014 Leonardo Menezes
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Jan 15 23:53:08 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  2. src/cmd/internal/objabi/autotype.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/dot_general.h

    // Note:
    // 1) Reshape/transpose are inserted because tfl.BatchMatMul requires
    // size(contracting_dimensions) = 1 and size(output_dim) = 1, whereas
    // mhlo.dot_general has no such restriction.
    // 2) Inserted mhlo.reshape/transpose will be legalized to tf.reshape/transpose
    // in LegalizeHloToTf (then from tf to tfl later).
    // 3) If the operands are dynamic shaped tensors, mhlo.DynamicReshapeOp is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 04 19:00:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. plugin/pkg/admission/noderestriction/admission_test.go

    	node = node.DeepCopy()
    	if node.Labels == nil {
    		node.Labels = map[string]string{}
    	}
    	if value == "" {
    		value = "value"
    	}
    	// node restriction labels are forbidden
    	node.Labels["node-restriction.kubernetes.io/foo"] = value
    	node.Labels["foo.node-restriction.kubernetes.io/foo"] = value
    	node.Labels["other.kubernetes.io/foo"] = value
    	node.Labels["other.k8s.io/foo"] = value
    	return node
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  5. src/crypto/tls/alert.go

    	alertAccessDenied:                 "access denied",
    	alertDecodeError:                  "error decoding message",
    	alertDecryptError:                 "error decrypting message",
    	alertExportRestriction:            "export restriction",
    	alertProtocolVersion:              "protocol version not supported",
    	alertInsufficientSecurity:         "insufficient security level",
    	alertInternalError:                "internal error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. hack/logcheck.conf

    contextual k8s.io/kubernetes/test/e2e/dra/.*
    
    # As long as contextual logging is alpha or beta, all WithName, WithValues,
    # NewContext calls have to go through klog. Once it is GA, we can lift
    # this restriction. Whether we then do a global search/replace remains
    # to be decided.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/model/Model.java

         * <p>
         * The value must:
         * <ul>
         * <li>Start with a lower case letter</li>
         * <li>Contain only ASCII letters, numbers and the '_' character</li>
         * </ul>
         * <p>
         * This restriction also applies when the name is being derived from the method name.
         * </p>
         *
         * @return the name by which the model element will be available
         */
        String value() default "";
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. licenses/gopkg.in/yaml.v3/LICENSE

    Copyright (c) 2006-2011 Kirill Simonov
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is furnished to do
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 28 19:48:10 UTC 2020
    - 2.1K bytes
    - Viewed (0)
  9. WORKSPACE

    load("@pypi//:requirements.bzl", "install_deps")
    
    install_deps()
    
    # Initialize the TensorFlow repository and all dependencies.
    #
    # The cascade of load() statements and tf_workspace?() calls works around the
    # restriction that load() statements need to be at the top of .bzl files.
    # E.g. we can not retrieve a new repository with http_archive and then load()
    # a macro from that repository in the same file.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 05 22:27:48 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. pkg/registry/flowcontrol/prioritylevelconfiguration/strategy.go

    	//
    	// TODO(121510): 1.29: don't allow a zero value, either via v1 or
    	//  v1beta3 (with the roundtrip annotation) for the
    	//  'nominalConcurrencyShares' field of 'limited' for CREATE operation.
    	//  1:30: lift this restriction, allow zero value via v1 or v1beta3
    	opts := validation.PriorityLevelValidationOptions{
    		AllowZeroLimitedNominalConcurrencyShares: true,
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 20:55:50 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top