Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for codec (0.15 sec)

  1. RELEASE.md

                create status using an error code without accessing it.
            *   Use the free functions such as
                `tensorflow::errors::IsInvalidArgument` if needed.
            *   In the last resort, use
                e.g.`static_cast<tensorflow::errors::Code>(error::Code::INVALID_ARGUMENT)`
                or `static_cast<int>(code)` for comparisons.
    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)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                grpcStatus:
                                  description: GRPC status code to use to abort the request.
                                  type: string
                                http2Error:
                                  type: string
                                httpStatus:
                                  description: HTTP status code to use to abort the Http
                                    request.
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                grpcStatus:
                                  description: GRPC status code to use to abort the request.
                                  type: string
                                http2Error:
                                  type: string
                                httpStatus:
                                  description: HTTP status code to use to abort the Http
                                    request.
    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)
Back to top