Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Int32 (0.18 sec)

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

                                      format: int32
                                      type: integer
                                    http2MaxRequests:
                                      description: Maximum number of active requests to
                                        a destination.
                                      format: int32
                                      type: integer
    Others
    - Registered: Wed Apr 24 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

                                      format: int32
                                      type: integer
                                    http2MaxRequests:
                                      description: Maximum number of active requests to
                                        a destination.
                                      format: int32
                                      type: integer
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type RtMsghdr struct #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Addrs int32 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Errno int32 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Flags int32 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Fmask int32 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Index uint16 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), type RtMsghdr struct
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Addrs int32
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Errno int32
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Flags int32
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Fmask int32
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Index uint16
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Inits uint64
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. RELEASE.md

            tf.TensorSpec([], dtypes.int32) ]) def _remote_multiply(a, b): return
            tf.math.multiply(a, b)
    
            server.register("multiply", _remote_multiply) ```
    
        *   Example usage to create client: `python client =
            tf.distribute.experimental.rpc.Client.create("grpc", address) a =
            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top