Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 123_ (0.15 sec)

  1. RELEASE.md

            i.e. server and clients are started in separate binaries independently.
    
        *   Example usage to create server: ```python server =
            tf.distribute.experimental.rpc.Server.create("grpc", "127.0.0.1:1234")
            @tf.function(input_signature=[ tf.TensorSpec([], tf.int32),
            tf.TensorSpec([], dtypes.int32) ]) def _remote_multiply(a, b): return
            tf.math.multiply(a, b)
    
    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