concrete.ml.common.serialization.dumpers.md
Last updated
Last updated
concrete.ml.common.serialization.dumpers
Dump functions for serialization.
dumps
Dump any object as a string.
Arguments:
obj
(Any): Object to dump.
Returns:
str
: A string representation of the object.
dump
Dump any Concrete ML object in a file.
Arguments:
obj
(Any): The object to dump.
file
(TextIO): The file to dump the serialized object into.