Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,111 for leastOf (0.14 sec)

  1. pkg/apis/rbac/helpers.go

    type ClusterRoleBindingBuilder struct {
    	ClusterRoleBinding ClusterRoleBinding
    }
    
    // NewClusterBinding creates a ClusterRoleBinding builder that can be used
    // to define the subjects of a cluster role binding. At least one of
    // the `Groups`, `Users` or `SAs` method must be called before
    // calling the `Binding*` methods.
    func NewClusterBinding(clusterRoleName string) *ClusterRoleBindingBuilder {
    	return &ClusterRoleBindingBuilder{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 23 15:11:00 UTC 2020
    - 12.1K bytes
    - Viewed (0)
  2. internal/ioutil/ioutil.go

    		New: func() interface{} {
    			b := disk.AlignedBlock(SmallBlock)
    			return &b
    		},
    	}
    )
    
    // WriteOnCloser implements io.WriteCloser and always
    // executes at least one write operation if it is closed.
    //
    // This can be useful within the context of HTTP. At least
    // one write operation must happen to send the HTTP headers
    // to the peer.
    type WriteOnCloser struct {
    	io.Writer
    	hasWritten bool
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/mvs/mvs_test.go

    		case "upgrade":
    			if len(kf) < 2 {
    				t.Fatalf("upgrade takes at least one argument: %q", line)
    			}
    			fns = append(fns, func(t *testing.T) {
    				list, err := Upgrade(m(kf[1]), reqs, ms(kf[2:])...)
    				checkList(t, key, list, err, val)
    			})
    			continue
    		case "downgrade":
    			if len(kf) < 2 {
    				t.Fatalf("downgrade takes at least one argument: %q", line)
    			}
    			fns = append(fns, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 19:01:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/eventbus/SubscriberRegistry.java

          if (currentSubscribers == null || !currentSubscribers.removeAll(listenerMethodsForType)) {
            // if removeAll returns true, all we really know is that at least one subscriber was
            // removed... however, barring something very strange we can assume that if at least one
            // subscriber was removed, all subscribers on listener for that event type were... after
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 22 13:05:46 UTC 2021
    - 10.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.h

    // change as well.
    bool IsConnectedWithQuantizedCompsiteFunction(Operation* same_scale_op);
    
    // A base rewrite pattern which matches any N-in-M-out operations with
    // quantization parameters propagated to at least one of its operands. The
    // quantization parameters are annotated by the QuantizeOp/DequantizeOp pairs.
    // Each matched pattern are rewritten by its quantized alternatives.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/primitives/UnsignedBytes.java

                 * corresponds to the least significant nonzero byte in lw ^ rw, since lw and rw are
                 * little-endian. Long.numberOfTrailingZeros(diff) tells us the least significant
                 * nonzero bit, and zeroing out the first three bits of L.nTZ gives us the shift to get
                 * that least significant nonzero byte.
                 */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  7. src/math/big/ftoa.go

    )
    
    // Text converts the floating-point number x to a string according
    // to the given format and precision prec. The format is one of:
    //
    //	'e'	-d.dddde±dd, decimal exponent, at least two (possibly 0) exponent digits
    //	'E'	-d.ddddE±dd, decimal exponent, at least two (possibly 0) exponent digits
    //	'f'	-ddddd.dddd, no exponent
    //	'g'	like 'e' for large exponents, like 'f' otherwise
    //	'G'	like 'E' for large exponents, like 'f' otherwise
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ModelRuleExtractorTest.groovy

            e.message == """Type ${fullyQualifiedNameOf(NoSubjectMutationRule)} is not a valid rule source:
    - Method mutate() is not a valid rule method: A method annotated with @Mutate must have at least one parameter"""
        }
    
        static class RuleWithEmptyInputPath extends RuleSource {
            @Model
            String create(@Path("") String thing) {}
        }
    
        def "path of rule input cannot be empty"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf_executor_ops_invalid.mlir

    // expected-error@-1 {{'tf_executor.Merge' op expects at least one operand}}
        tf_executor.fetch %value : tensor<*xf32>
      }
      func.return %result : tensor<*xf32>
    }
    
    // -----
    
    // Check that merge has at least one non-control operand.
    func.func @invalid_merge(%arg0: tensor<*xf32>, %arg1: tensor<i1>) -> tensor<*xf32> {
      %result = tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 01:12:10 UTC 2023
    - 28.2K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions.go

    // - GCE PD allows multiple mounts as long as they're all read-only
    // - AWS EBS forbids any two pods mounting the same volume ID
    // - Ceph RBD forbids if any two pods share at least same monitor, and match pool and image, and the image is read-only
    // - ISCSI forbids if any two pods share at least same IQN and ISCSI volume is read-only
    // If the pod uses PVCs with the ReadWriteOncePod access mode, it evaluates if
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 17:40:39 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top