Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for SIMPLE (0.14 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  anyOf:
                                  - required:
                                    - simple
                                  - required:
                                    - consistentHash
                              - required:
                                - simple
                              - required:
                                - consistentHash
                              properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                  anyOf:
                                  - required:
                                    - simple
                                  - required:
                                    - consistentHash
                              - required:
                                - simple
                              - required:
                                - consistentHash
                              properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  anyOf:
                                  - required:
                                    - simple
                                  - required:
                                    - consistentHash
                              - required:
                                - simple
                              - required:
                                - consistentHash
                              properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			TopologyKey:       "k8s.io/zone",
    			LabelSelector:     &metav1.LabelSelector{},
    			WhenUnsatisfiable: core.DoNotSchedule,
    			MatchLabelKeys:    []string{"/simple"},
    		}},
    		wantFieldErrors: field.ErrorList{field.Invalid(fieldPathMatchLabelKeys.Index(0), "/simple", "prefix part must be non-empty")},
    	}, {
    		name: "key exists in both matchLabelKeys and labelSelector",
    		constraints: []core.TopologySpreadConstraint{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.ivyservice.resolveengine.excludes.simple.DefaultExcludeNothing> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultExcludeNothing.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  6. RELEASE.md

            -  The API may be available in the public Keras API under a different name, so make sure to look for it on keras.io or TensorFlow docs and switch to the public version.
            -  It could also be a simple python or TF utility that you could easily copy over to your own codebase. In those case, just make it your own!
            -  If you believe it should definitely be a public Keras API, please open a feature request in keras GitHub repo.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_CrossOp : TF_Op<"Cross", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Compute the pairwise cross product.";
    
      let description = [{
    `a` and `b` must be the same shape; they can either be simple 3-element vectors,
    or any shape where the innermost dimension is 3. In the latter case, each pair
    of corresponding 3-element vectors is cross-multiplied independently.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Regexp.Min", Field, 0},
    		{"Regexp.Name", Field, 0},
    		{"Regexp.Op", Field, 0},
    		{"Regexp.Rune", Field, 0},
    		{"Regexp.Rune0", Field, 0},
    		{"Regexp.Sub", Field, 0},
    		{"Regexp.Sub0", Field, 0},
    		{"Simple", Const, 0},
    		{"UnicodeGroups", Const, 0},
    		{"WasDollar", Const, 0},
    	},
    	"runtime": {
    		{"(*BlockProfileRecord).Stack", Method, 1},
    		{"(*Frames).Next", Method, 7},
    		{"(*Func).Entry", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top