Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for effort (1.03 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. 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)
  5. 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