Function ort_device
pub fn ort_device() -> &'static StringExpand description
KATAGLYPHIS_ORT_DEVICE: "cpu" (default) | "cuda" | "auto".
Returns a &'static String to avoid cloning on every call.
pub fn ort_device() -> &'static StringKATAGLYPHIS_ORT_DEVICE: "cpu" (default) | "cuda" | "auto".
Returns a &'static String to avoid cloning on every call.