32std::string
mangle(
const std::string &);
35Let us assume that a
tensor context includes N + 1 tensors.
37Then, HDF5
export will generate a HDF5
file whose structure is given
as follows:
39 [
file 0] <- A dataset that contains the value of 1st (=0) tensor
44 [file 0] <- An attribute that contains the name of 1st (=0) tensor
std::string value_grpname(void)
Return the name of "value group".
std::string name_grpname(void)
Return the name of "name group".
std::string name_filename(uint32_t n)
Return the name of n-th tensor attribute.
std::string mangle(const std::string &)
Construct HDF5-compatible dataset name from a given string.
std::string value_filename(uint32_t n)
Return the name of n-th tensor dataset.
DERIVED * as(loco::Node *node)