Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for int32 (4.31 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 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

                                      format: int32
                                      type: integer
                                    http2MaxRequests:
                                      description: Maximum number of active requests to
                                        a destination.
                                      format: int32
                                      type: integer
    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. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Termios struct, Iflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Ispeed uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Lflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Oflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Ospeed uint32 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 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 Termios struct, Cflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Iflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Ispeed uint32
    pkg syscall (freebsd-arm64), type Termios struct, Lflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Oflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32
    pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64
    Plain Text
    - Registered: Tue May 07 11:14:38 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 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