Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for effort (0.19 sec)

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

    				// Add a taint with NoExecute effect to a node
    				Taints: []core.Taint{{Key: "dedicated", Value: "special-user-3", Effect: "NoScheduleNoAdmit"}},
    			},
    		},
    		"duplicated-taints-with-same-key-effect": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "dedicated-node1",
    			},
    			Spec: core.NodeSpec{
    				// Add two taints to the node with the same key and effect; should be rejected.
    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. RELEASE.md

        and [guide](https://www.tensorflow.org/guide/profiler) for usage guidelines.
    *   Export C++ functions to Python using `pybind11` as opposed to `SWIG` as a
        part of our
        [deprecation of swig efforts](https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md).
    *   `tf.distribute`:
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.",
            "properties": {
              "effect": {
                "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Kubernetes no longer supports building hyperkube images ([#88676](https://github.com/kubernetes/kubernetes/pull/88676), [@dims](https://github.com/dims)) [SIG Cluster Lifecycle and Release]
    - Remove --export flag from kubectl get command. ([#88649](https://github.com/kubernetes/kubernetes/pull/88649), [@oke-py](https://github.com/oke-py)) [SIG CLI and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            match conditions that should be ANDed together.
    
    
                            If no matches are specified, the default is a prefix
                            path match on "/", which has the effect of matching every
                            HTTP request.
    
    
                            Proxy or Load Balancer routing configuration generated from HTTPRoutes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EBADFD", Const, 0},
    		{"EBADMACHO", Const, 0},
    		{"EBADMSG", Const, 0},
    		{"EBADR", Const, 0},
    		{"EBADRPC", Const, 0},
    		{"EBADRQC", Const, 0},
    		{"EBADSLT", Const, 0},
    		{"EBFONT", Const, 0},
    		{"EBUSY", Const, 0},
    		{"ECANCELED", Const, 0},
    		{"ECAPMODE", Const, 1},
    		{"ECHILD", Const, 0},
    		{"ECHO", Const, 0},
    		{"ECHOCTL", Const, 0},
    		{"ECHOE", Const, 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)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Turns off the copy-on-read mode.";
    
      let description = [{
    Turns off the copy-on-read mode of a resource variable. If the variable is not in copy-on-read mode, this op has no effect.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The resource handle of the resource variable.}]>:$resource
      );
    
      let results = (outs);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top