DDim need to enable Copy Construction or reference?
Created by: Superjomn
It is natural to use following codes, but currently, it seems unable to copy or reference a dim if I don't know the DDim's D.
Following codes do not work
struct MemoryAttr {
Dim dims;
};
MemoryAttr memery_attr;
memory_attr.dims = other_tensor.ddims();