TensorNetwork
TensorNetwork copied to clipboard
Serialization for Tensor
In numpy, this can be acheived with *.npy or *.npz extension. Just wonder, given all supported backends in TensorNetwork, is there a unified way to save a bunch of tensors in a compressed and binary format file?
I have read the documentation for a while, but still couldn't find the saving functionality. Or perhaps I miss it somewhere :)
thanks!