TensorNetwork
TensorNetwork copied to clipboard
Tensor initialization with dtype and pytorch backend breaks
Tensor
initialization methods for pytorch currently break for this type of initialization:
t = tn.random_uniform((2,2), dtype=np.float64, backend='pytorch')
(works for JAX and tensorflow) @alewis can you take a look?