What are the alternatives for torch.save, torch.Tensor in tensorflow?

Does anyone know alternative for torch.save, torch.Tensor([]) in tensorflow? I assume alternative for torch.save() could be tensorflow.saved_models.save() and alternative for torch.Tensor([]) could be tensorflow.Tensor(numpy.empty()), but I am not really sure. Can anyone clear out my doubt?

especially, I am not relly sure what would be correct function in tensorflow for
myVars = torch.Tensor([]).to(self.device)

I would recommend to post TF-specific question in their discussion board, as you’ll most likely find the TF experts there. :wink: