Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for stats (0.16 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                              type: object
                            status:
                              description: Specifies the HTTP response status to be returned.
                              maximum: 4294967295
                              minimum: 0
                              type: integer
                          required:
                          - status
                          type: object
                        fault:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: object
                            status:
                              description: Specifies the HTTP response status to be returned.
                              maximum: 4294967295
                              minimum: 0
                              type: integer
                          required:
                          - status
                          type: object
                        fault:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. RELEASE.md

            `dtensor.shutdown_tpu_system`.
    
    ## Deprecations
    
    *   The C++ `tensorflow::Code` and `tensorflow::Status` will become aliases of
        respectively `absl::StatusCode` and `absl::Status` in some future release.
        *   Use `tensorflow::OkStatus()` instead of `tensorflow::Status::OK()`.
        *   Stop constructing `Status` objects from `tensorflow::error::Code`.
        *   One MUST NOT access `tensorflow::errors::Code` fields. Accessing
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top