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