Input and Output# NumPy binary files (NPY, NPZ)# save(file, tensor) Saves a tensor and its gradient information. load(file) Loads a saved Tensor and its gradient information (if applicable).