mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-14 23:38:10 -05:00
1.9 KiB
1.9 KiB
module concrete.fhe.compilation.specs
Declaration of ClientSpecs class.
class ClientSpecs
ClientSpecs class, to create Client objects.
method __init__
__init__(client_parameters: ClientParameters)
method deserialize
deserialize(serialized_client_specs: bytes) → ClientSpecs
Create client specs from its string representation.
Args: serialized_client_specs (bytes): client specs to deserialize
Returns: ClientSpecs: deserialized client specs
method serialize
serialize() → bytes
Serialize client specs into a string representation.
Returns: bytes: serialized client specs