Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for foo$ (2.12 sec)

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

    		core.VolumeMount{Name: "foo", MountPath: "/foo"},
    		defaultContainer,
    		false,
    	}, {
    		// implicitly non-privileged container + HostToContainer
    		core.VolumeMount{Name: "foo", MountPath: "/foo", MountPropagation: &propagationHostToContainer},
    		defaultContainer,
    		false,
    	}, {
    		// non-privileged container + None
    		core.VolumeMount{Name: "foo", MountPath: "/foo", MountPropagation: &propagationNone},
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                /foo/        | /foo         | /xyz           | /xyz/
                                                /foo/bar     | /foo         | <empty string> | /bar
                                                /foo/        | /foo         | <empty string> | /
                                                /foo         | /foo         | <empty string> | /
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      `(3,)` tensor `foo[:]`, the effective `begin` and `end` are `0` and `3`. Do
      not assume this is equivalent to `foo[0:-1]` which has an effective `begin`
      and `end` of `0` and `2`. Another example is `foo[-2::-1]` which reverses the
      first dimension of a tensor while dropping the last two (in the original
      order elements). For example `foo = [1,2,3,4]; foo[-2::-1]` is `[4,3]`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
                "default": "",
                "description": "name is the plural name of the resource.",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
                "default": "",
                "description": "name is the plural name of the resource.",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. RELEASE.md

    *   Improved support for NumPy style basic slicing including non-1 strides,
        ellipses, newaxis, and negative indices. For example complicated expressions
        like `foo[1, 2:4, tf.newaxis, ..., :-3:-1, :]` are now supported. In
        addition we have preliminary (non-broadcasting) support for sliced
        assignment to variables. In particular one can write
        `var[1:3].assign([1,11,111])`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top