Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for please (0.16 sec)

  1. RELEASE.md

    *   Using .post1 instead of a full minor release allowed us to push this release
        out quickly. However, please note the following caveat:
        *   For users wishing to pin their Python dependency in a requirements file
            or other situation, under Python's version specification rules,
            `tensorflow[and-cuda]==2.15.0` will not install this fixed version.
            Please use `==2.15.0.post1` to specify this exact version on Linux
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    following: - `resourceVersionMatch` = NotOlderThan\n  is interpreted as \"data at least as new as the provided `resourceVersion`\"\n  and the bookmark event is send when the state is synced\n  to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n  If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n  bookmark event is send when the state is synced at least to the moment\n  when request started being processed.\n- `resourceVersionMatch` set...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "phase": {
                "description": "phase represents the current phase of PersistentVolumeClaim.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PersistentVolumeClaimTemplate": {
    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

        storage: true
        subresources:
          status: {}
      - deprecated: true
        deprecationWarning: The v1alpha2 version of GRPCRoute has been deprecated and
          will be removed in a future release of the API. Please upgrade to v1.
        name: v1alpha2
        schema:
          openAPIV3Schema:
            description: |-
              GRPCRoute provides a way to route gRPC requests. This includes the capability
    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. pkg/apis/core/validation/validation_test.go

    				"If the field has been removed, please remove it from the osNeutralFields set "+
    				"or remove it from the osSpecificFields set, as appropriate:\n%s",
    				strings.Join(missing.List(), "\n"))
    		}
    		if len(unexpected) > 0 {
    			t.Errorf("the following fields were in the result, but unexpected. "+
    				"If the field is new, please add it to the osNeutralFields set "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Op that executes a program with optional in-place variable updates.
      }];
    
      let description = [{
    It (optionally) reads device variables, loads and executes a TPU program on a
    TPU device, and then (optionally) in-place updates variables using the program
    outputs, as specified in attributes device_var_reads_indices (program input
    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