grain.serializer

A module for serialization. HDF5 read/write is supported

Members

Enums

variableNames
eponymoustemplate variableNames(C)

enumerate the parameter names inside chain C

Functions

load
void load(C chain, string path)

load chain parameters from HDF5 path

save
void save(C chain, string path)

save chain parameters to HDF5 path

toH5Type
auto toH5Type()

convert D type into HDF5 type-id https://support.hdfgroup.org/HDF5/doc1.8/RM/PredefDTypes.html

Structs

MLP
struct MLP(T, alias Storage)
Undocumented in source.

Meta