Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rfind (0.06 sec)

  1. RELEASE.md

    
    # Release 2.11.0
    
    ## Breaking Changes
    *   `tf.keras.optimizers.Optimizer` now points to the new Keras optimizer, and
        old optimizers have moved to the `tf.keras.optimizers.legacy` namespace.
        If you find your workflow failing due to this change,
        you may be facing one of the following issues:
    
        *   **Checkpoint loading failure.** The new optimizer handles optimizer
    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

                "description": "PotentialNodes lists nodes where the Pod might be able to run.\n\nThe size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.",
                "items": {
                  "default": "",
                  "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)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ClaimSource"
                  }
                ],
                "default": {},
                "description": "Source describes where to find the ResourceClaim."
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PodSchedulingGate": {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    For backward compatibility with the V1 format, this Op currently allows
    restoring from a V1 checkpoint as well:
      - This Op first attempts to find the V2 index file pointed to by "prefix", and
        if found proceed to read it as a V2 checkpoint;
      - Otherwise the V1 read path is invoked.
    Relying on this behavior is not recommended, as the ability to fall back to read
    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