cloudViewer.t.io.read_npz#

cloudViewer.t.io.read_npz(filename)#

Read a numpy .npz file into a dict[str, Tensor].

Parameters:

filename (str) – Path to file.

Returns:

dict[str, cloudViewer.core.Tensor]