File size: 195 Bytes
be7e39c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import os
import torch
from backend.oct_analyzer.constants import get_compute_device

def get_device():
    """Delegates to the global compute device selector."""
    return get_compute_device()