Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for numCtrs (0.19 sec)

  1. pkg/apis/core/validation/validation_test.go

    		numErrs      int
    		featureGates []featuregate.Feature
    	}{{
    		name: "missing namespace",
    		tweakSvc: func(s *core.Service) {
    			s.Namespace = ""
    		},
    		numErrs: 1,
    	}, {
    		name: "invalid namespace",
    		tweakSvc: func(s *core.Service) {
    			s.Namespace = "-123"
    		},
    		numErrs: 1,
    	}, {
    		name: "missing name",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Returns the complex conjugate of a complex number.";
    
      let description = [{
    Given a tensor `input` of complex numbers, this operation returns a tensor of
    complex numbers that are the complex conjugate of each element in `input`. The
    complex numbers in `input` must be of the form \\(a + bj\\), where *a* is the
    real part and *b* is the imaginary part.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    Progression of the odd Numbers, 1, 3, 5, 7, 9, 11. And since one of
    these Glasses was plane, and the other spherical, their Intervals at
    those Rings must be in the same Progression. I measured also the
    Diameters of the dark or faint Rings between the more lucid Colours, and
    found their Squares to be in the arithmetical Progression of the even
    Numbers, 2, 4, 6, 8, 10, 12. And it being very nice and difficult to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Added a new `rerandomize_each_iteration` argument for the `tf.data.Dataset.sample_from_datasets()` operation, which...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

    capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Level).MarshalJSON", Method, 21},
    		{"(Level).MarshalText", Method, 21},
    		{"(Level).String", Method, 21},
    		{"(Record).Attrs", Method, 21},
    		{"(Record).Clone", Method, 21},
    		{"(Record).NumAttrs", Method, 21},
    		{"(Value).Any", Method, 21},
    		{"(Value).Bool", Method, 21},
    		{"(Value).Duration", Method, 21},
    		{"(Value).Equal", Method, 21},
    		{"(Value).Float64", Method, 21},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    SIG Windows is also including several addition to this release:
     - Direct Server Return (DSR) mode support, allowing large numbers of services to scale up efficiently
     - Windows containers  now honor CPU limits
     - Performance improvements for collections of metrics and summary
    
    ### Increase the Kubernetes support window to one year
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top