ort_device

Function ort_device 

Source
pub fn ort_device() -> &'static String
Expand description

KATAGLYPHIS_ORT_DEVICE: "cpu" (default) | "cuda" | "auto".

Returns a &'static String to avoid cloning on every call.