Controls verbosity of deserialization routines.
Controls verbosity of deserialization routines. The levels are:
0 - disable all logging 1 - errors only 2 - errors and warnings 3 - errors, warning, and info messages 4+ - enable all logging (errors, warnings, info, debug)
Create a ComputeGraph from a representation read from a file.
Create a ComputeGraph from a representation read from a file.
The name of the file to read.
The checkpointing technology, e.g. hdf5, java, etc.
The created ComputeGraph, suitable for further stepping.
Create a ComputeGraph from its checkpointed state.
Create a ComputeGraph from its checkpointed state.
Factory object for making compute graphs from a ComputeGraphCheckpoint instance or a file-saved version of one.