Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for doens (0.15 sec)

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

              },
              "runAsNonRoot": {
                "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

                   WithBroadcastableBinOpBuilder {
      let summary = "Returns x + y element-wise.";
    
      let description = [{
    *NOTE*: `Add` supports broadcasting. `AddN` does not. More about broadcasting
    [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
    
    Given two input tensors, the `tf.add` operation computes the sum for every element in the tensor.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        breaking change only impacts `tf.image.extract_glimpse` and
        `tf.compat.v2.image.extract_glimpse` API endpoints. The behavior of
        `tf.compat.v1.image.extract_glimpse` does not change. The behavior of
        existing C++ kernel `ExtractGlimpse` does not change either, so saved models
        using `tf.raw_ops.ExtractGlimpse` will not be impacted.
    
    ## Known Caveats
    
    *   `tf.lite`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    					FieldPath:  "metadata.name['key']",
    					APIVersion: "v1",
    				},
    			},
    		}},
    		expectedError: `[0].valueFrom.fieldRef.fieldPath: Invalid value: "metadata.name['key']": error converting fieldPath: field label does not support subscript`,
    	}, {
    		name: "metadata.labels without subscript",
    		envs: []core.EnvVar{{
    			Name: "labels",
    			ValueFrom: &core.EnvVarSource{
    				FieldRef: &core.ObjectFieldSelector{
    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