DeepLearning101's picture
Upload 16 files
b6c45cb verified
raw
history blame contribute delete
274 Bytes
from .torch_utils import tensors_to_device, to_cuda
# The functions above were all in asteroid/utils.py before refactoring into
# asteroid/utils/*_utils.py files. They are imported for backward compatibility.
__all__ = [
"tensors_to_device",
"to_cuda",
]