Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for deduplicated (0.27 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "signerName": {
                "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name.  The contents of all selected ClusterTrustBundles will be unified and deduplicated.",
                "type": "string"
              }
            },
            "required": [
              "path"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.ConfigMapEnvSource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `tf.keras`
        *   Export `depthwise_conv2d` in `tf.keras.backend`.
        *   In Keras Layers and Models, Variables in `trainable_weights`,
            `non_trainable_weights`, and `weights` are explicitly deduplicated.
        *   Keras `model.load_weights` now accepts `skip_mismatch` as an argument.
            This was available in external Keras, and has now been copied over to
            `tf.keras`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	}, {
    		name: "duplicated gates (single duplication)",
    		schedulingGates: []core.PodSchedulingGate{
    			{Name: "foo"},
    			{Name: "bar"},
    			{Name: "bar"},
    		},
    		wantFieldErrors: []*field.Error{field.Duplicate(fieldPath.Index(2), "bar")},
    	}, {
    		name: "duplicated gates (multiple duplications)",
    		schedulingGates: []core.PodSchedulingGate{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top