pub fn read_all<P: AsRef<Path>>(path: P) -> Result<Vec<(String, Tensor)>>
Read all the tensors from a PyTorch pth file.
path