Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rfind (3.39 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__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)
  3. 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