Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TensorSpec (0.22 sec)

  1. RELEASE.md

        *   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)
    
            server.register("multiply", _remote_multiply) ```
    
    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