Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 72 for max_iters (0.16 sec)

  1. src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go

    	// structure, not the stack. Check if this is the case and if so,
    	// remove.
    
    	// Remove up to two frames.
    	maxiter := 2
    	// Allow one different sample for this many samples with the same
    	// second-to-last frame.
    	similarSamples := 32
    	margin := len(p.Sample) / similarSamples
    
    	for iter := 0; iter < maxiter; iter++ {
    		addr1 := make(map[uint64]int)
    		for _, s := range p.Sample {
    			if len(s.Location) > 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 32.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	dAtA[i] = 0x90
    	if m.MinItems != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.MinItems))
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0x88
    	}
    	if m.MaxItems != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxItems))
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0x80
    	}
    	i -= len(m.Pattern)
    	copy(dAtA[i:], m.Pattern)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Pattern)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    	dAtA[i] = 0x90
    	if m.MinItems != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.MinItems))
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0x88
    	}
    	if m.MaxItems != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxItems))
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0x80
    	}
    	i -= len(m.Pattern)
    	copy(dAtA[i:], m.Pattern)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Pattern)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

      }
    
      // CHECK-LABEL: @xla_svd
      func.func @xla_svd(%arg0: tensor<1x1xf32>) -> (tensor<1xf32>, tensor<1x1xf32>, tensor<1x1xf32>) {
        // CHECK-NOT: XlaSvd
        %s, %u, %v = "tf.XlaSvd"(%arg0) {max_iter = 1, epsilon = 1.0E-09 : f32, precision_config = ""} : (tensor<1x1xf32>) -> (tensor<1xf32>, tensor<1x1xf32>, tensor<1x1xf32>)
        func.return %s, %u, %v : tensor<1xf32>, tensor<1x1xf32>, tensor<1x1xf32>
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	} else {
    		factor = fmt.Sprintf("%.1fx", exceedFactor)
    	}
    	return fmt.Sprintf("%s exceeds budget by factor of %s (try simplifying the rule, or adding maxItems, maxProperties, and maxLength where arrays, maps, and strings are declared)", costName, factor)
    }
    
    var newlineMatcher = regexp.MustCompile(`[\n\r]+`) // valid newline chars in CEL grammar
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            rule: '(has(self.valueFrom) ? self.valueFrom : '''') != ''HOST''
                              || !has(self.value)'
                        maxItems: 256
                        type: array
                        x-kubernetes-list-map-keys:
                        - name
                        x-kubernetes-list-type: map
                    type: object
                required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	}
    	s.ValueValidation.MaxLength = maxLength
    	return s
    }
    
    func withMaxItems(s schema.Structural, maxItems *int64) schema.Structural {
    	if s.ValueValidation == nil {
    		s.ValueValidation = &schema.ValueValidation{}
    	}
    	s.ValueValidation.MaxItems = maxItems
    	return s
    }
    
    func withMaxProperties(s schema.Structural, maxProperties *int64) schema.Structural {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

                            rule: '(has(self.valueFrom) ? self.valueFrom : '''') != ''HOST''
                              || !has(self.value)'
                        maxItems: 256
                        type: array
                        x-kubernetes-list-map-keys:
                        - name
                        x-kubernetes-list-type: map
                    type: object
                required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      optional double minimum = 11;
    
      optional bool exclusiveMinimum = 12;
    
      optional int64 maxLength = 13;
    
      optional int64 minLength = 14;
    
      optional string pattern = 15;
    
      optional int64 maxItems = 16;
    
      optional int64 minItems = 17;
    
      optional bool uniqueItems = 18;
    
      optional double multipleOf = 19;
    
      // +listType=atomic
      repeated JSON enum = 20;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      optional double minimum = 11;
    
      optional bool exclusiveMinimum = 12;
    
      optional int64 maxLength = 13;
    
      optional int64 minLength = 14;
    
      optional string pattern = 15;
    
      optional int64 maxItems = 16;
    
      optional int64 minItems = 17;
    
      optional bool uniqueItems = 18;
    
      optional double multipleOf = 19;
    
      // +listType=atomic
      repeated JSON enum = 20;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top