![]() |
Constructs a federated type of the form T@SERVER
.
tff.types.at_server(
type_spec: object
) -> tff.types.FederatedType
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
type_spec
|
An instance of tff.Type or something convertible to it.
|
Returns | |
---|---|
The type of the form T@SERVER , where T is the type_spec .
|