cloudViewer.t.io.write_numpy#
- cloudViewer.t.io.write_numpy(filename, tensor)#
Write a Tensor to a numpy .npy file.
- Parameters:
filename (str) – Path to file.
tensor (cloudViewer.core.Tensor) –
- Returns:
None
Write a Tensor to a numpy .npy file.
filename (str) – Path to file.
tensor (cloudViewer.core.Tensor) –
None